2001-09-20 |
Jeremy Hylton | The compiler package is now part of the standard library. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Martin v. Löwis | Patch #461321: Support None as a timeout in poll2 and... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Martin v. Löwis | Patch #462849: Pass Unicode objects to file's .write... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Guido van Rossum | Keep tabnanny happy. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Marc-André... | Fixed search function error reporting in the encodings... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Marc-André... | Docs and News item for the codecs.py additions. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Marc-André... | Added new helpers for easy access to codecs. Docs will... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Marc-André... | Fix for bug #462737. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Martin v. Löwis | Include ctype.h after Python.h. |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Martin v. Löwis | Patch to bug #461753: Allow None in ExternalEntityParse... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Martin v. Löwis | Patch to bug #461754: CDATA should not undergo entity... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Guido van Rossum | Add additional coercion support for "self subtypes... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Guido van Rossum | Enable two checks for comparing a complex to a complex... |
commit | commitdiff | tree | snapshot |
2001-09-19 |
Guido van Rossum | complex_coerce(): add explicit PyComplex_Check() test... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | Enable some comparison tests that failed before. Still... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Add a similar test for rich comparisons. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Fredrik Lundh | fixed #449964: sre.sub raises an exception if the templ... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Hopefully fix 3-way comparisons. This unfortunately... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Get rid of a superfluous space after "--" in the messag... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Andrew M. Kuchling | [Patch #462258] On Cygwin, don't build Tkinter unless... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Andrew M. Kuchling | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Martin v. Löwis | Properly repr classes without module names. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Test for the safety check in wrap_cmpfunc(). |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | wrap_cmpfunc(): added a safety check for the __cmp__... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Fredrik Lundh | an SRE bugfix a day keeps Guido away... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Fred Drake | Fix minor usage and consistency nits. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | All the news that fits, we print. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | SF bug #417176 (Martijn Pieters): MultiFile.read()... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | softspace(): be prepared to catch AttributeError as... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | This module didn't work at all anymore -- blew up with... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Undo some (but not all) of the more lenient acceptance of |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Redo the PyMethod attributes using a dir()-friendly... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | - Some tests that check that assignments are not allowe... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Guido van Rossum | Sort the headers in PYTHON_HEADERS alphabetically.... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | Whitespace normalization. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | Make test_socketserver require the network resource. |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | I don't expect test_socketserver to get skipped on... |
commit | commitdiff | tree | snapshot |
2001-09-18 |
Tim Peters | type_new(): Didn't compile anymore, due to change... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Tim Peters | Rework akin to test_threaded_import, so that this can... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Guido van Rossum | Rewrite function attributes to use the generic routines... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Track changes to compiler API |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | API change: |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Re-created after change to astgen to calculate hardest_... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Fix calculation of hardest_arg. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Last set of change to get regression tests to pass |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Guido van Rossum | Add support for restricting access based on restricted... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Add -p option to invoke Python profiler |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Only print attributes that start with co_. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Handle more syntax errors. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | Add utility to set filename attribute on all nodes |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Fredrik Lundh | Brian Quinlan's XML-RPC server framework. |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Jeremy Hylton | support true division |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Andrew M. Kuchling | [Patch #462255, from Jason Tishler] Re-enables building... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Guido van Rossum | SF patch #461781 by Chris Lawrence: os.path.realpath... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Guido van Rossum | Add cross-compilation defaults to most AC_TRY_RUN value... |
commit | commitdiff | tree | snapshot |
2001-09-17 |
Tim Peters | PyObject_Dir(): Merge in __members__ and __methods__... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Tim Peters | merge_class_dict(): Clear the error if __bases__ doesn... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Tim Peters | In a world with a growing number of subclassable types... |
commit | commitdiff | tree | snapshot |
2001-09-16 |
Tim Peters | Improve handling of docstrings. I had feared this... |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Tim Peters | Fixed typo in new 'p' description. |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Tim Peters | SF bug [#461674] struct 'p' format doesn't work (maybe) |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Tim Peters | Since we had a bug with multiplication of dynamic long... |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Guido van Rossum | A fix for SF bug #461546 (bug in long_mul). |
commit | commitdiff | tree | snapshot |
2001-09-15 |
Tim Peters | The 'p' (Pascal string) pack code acts unreasonably... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Add code generator for yield stmt |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | limit prefix test for lambda |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | del no longer necessary now that new module is gone |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Various sundry changes for 2.2 compatibility |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | The object-being sliced in an assignment to a slice... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | the new new doesn't define CO_xxx as the old new did |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | the names attribute of Global is not a node |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | Update the warning about transporting marshals across... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Jeremy Hylton | Supply code objects a new-style tp_members slot and... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | tp_new_wrapper(): A subtle change in the check for... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | Add call_maybe(): a variant of call_method() that returns |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Fred Drake | Markup adjustments for consistency. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | call_method(): |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | PyObject_CallObject(): this may as well call PyEval_Cal... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | Mention SMTP additions and hmac module. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Andrew M. Kuchling | Add support for SMTP TLS |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | SF patch #461413 (Gerhard Häring): Add STARTTLS feature... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Guido van Rossum | _PyObject_Dump(): print the type of the object. This... |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | The end of [#460467] file objects should be subclassable. |
commit | commitdiff | tree | snapshot |
2001-09-14 |
Tim Peters | Changed the dict implementation to take "string shortcu... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Get rid of builtin_open() entirely (the C code and... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | _PyBuiltin_Init(): For clarity, macroize this purely... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Now that file objects are subclassable, you can get... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Use the keyword form of file() instead of open() to... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | Added simple tests of keyword arguments in the basic... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | type_call(): Change in policy. The keyword args ... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Skip Montanaro | based upon a suggestion in c.l.py, this slight expansio... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Fred Drake | Admit that we'll never add the args for a "call" event... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Greg Ward | Comment tweak: point to Robin Dunn's pybsddb project... |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Tim Peters | SF bug [#460467] file objects should be subclassable. |
commit | commitdiff | tree | snapshot |
2001-09-13 |
Guido van Rossum | SF bug #461073: mailbox __iter__ bug, by Andrew Dalke. |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Added items about significant subclass bugfixes. |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Added subclass equality tests. Almost all of these... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Guido van Rossum | build_class(): one more (hopefully the last) step on... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Tim Peters | Again perhaps the end of [#460020] bug or feature:... |
commit | commitdiff | tree | snapshot |
2001-09-12 |
Guido van Rossum | When MAKEFLAGS contains '-s', invoke setup.py with... |
commit | commitdiff | tree | snapshot |
next |