| Commit message (Expand) | Author | Age | Files | Lines |
* | Add note about new base64.py module support for RFC 3548. | Barry Warsaw | 2004-01-04 | 1 | -0/+3 |
|
|
* | complete backout of listobject.c v2.171 | Andrew MacIntyre | 2003-12-28 | 2 | -9/+0 |
|
|
* | Performance of list([]) in 2.3 came up in a thread on comp.lang.python, | Andrew MacIntyre | 2003-12-25 | 2 | -0/+9 |
|
|
* | Sync with python-mode project. Adds two changes: | Skip Montanaro | 2003-12-18 | 1 | -5/+47 |
|
|
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -3/+3 |
|
|
* | Fix typo and improve wording a bit. | Raymond Hettinger | 2003-12-15 | 1 | -4/+4 |
|
|
* | Add an entry for addition of {str,unicode}.rsplit. | Hye-Shik Chang | 2003-12-15 | 1 | -0/+4 |
|
|
* | Add news item about processor support in urllib2. | Jeremy Hylton | 2003-12-14 | 1 | -0/+4 |
|
|
* | * Added a new method flag, METH_COEXIST. | Raymond Hettinger | 2003-12-13 | 1 | -0/+6 |
|
|
* | Implement itertools.groupby() | Raymond Hettinger | 2003-12-06 | 1 | -0/+5 |
|
|
* | distutils compilers now compile source files in the same order as they | Thomas Heller | 2003-12-05 | 1 | -0/+3 |
|
|
* | Add news about removal of the PendingDeprecationWarning from apply(). | Fred Drake | 2003-12-05 | 1 | -0/+3 |
|
|
* | Add parameters indent, width and depth to pprint.pprint() and pprint.pformat() | Walter Dörwald | 2003-12-03 | 1 | -0/+3 |
|
|
* | Patch #750542: pprint now will pretty print subclasses of list, tuple | Walter Dörwald | 2003-12-03 | 1 | -0/+3 |
|
|
* | Py_Finalize(): disabled the second call of cyclic gc, and added extensive | Tim Peters | 2003-12-01 | 1 | -0/+10 |
|
|
* | As discussed on python-dev, added two extractor functions to the | Raymond Hettinger | 2003-12-01 | 1 | -0/+5 |
|
|
* | Add news item for _winreg fix (SF bug 851056). | Guido van Rossum | 2003-11-30 | 1 | -0/+5 |
|
|
* | - Removed FutureWarnings related to hex/oct literals and conversions | Guido van Rossum | 2003-11-29 | 1 | -0/+9 |
|
|
* | See SF #848614: distutils' msvccompiler now tries to detect that MSVC6 | Thomas Heller | 2003-11-28 | 1 | -0/+3 |
|
|
* | Patch #849595: Add socket.shutdown() constants. | Martin v. Löwis | 2003-11-27 | 1 | -0/+2 |
|
|
* | Add optional fillchar argument to ljust(), rjust(), and center() string methods. | Raymond Hettinger | 2003-11-26 | 1 | -0/+4 |
|
|
* | Expose dict_contains() and PyDict_Contains() with is about 10% faster | Raymond Hettinger | 2003-11-25 | 1 | -0/+4 |
|
|
* | - When method objects have an attribute that can be satisfied either | Guido van Rossum | 2003-11-22 | 1 | -0/+9 |
|
|
* | SF bug 839548: Bug in type's GC handling causes segfaults. | Tim Peters | 2003-11-20 | 1 | -3/+18 |
|
|
* | Patch #831747: Add skip_accept_encoding parameter to putrequest. | Martin v. Löwis | 2003-11-19 | 1 | -0/+2 |
|
|
* | Remove deprecation of sets.Set.update(). | Raymond Hettinger | 2003-11-19 | 1 | -2/+1 |
|
|
* | Patch #794400: Let PYTHONSTARTUP influence the compiler flags. | Martin v. Löwis | 2003-11-18 | 1 | -0/+2 |
|
|
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+2 |
|
|
* | Mention patch #841977: modulefinder didn't find extension modules in packages | Thomas Heller | 2003-11-14 | 1 | -0/+2 |
|
|
* | SF bug 840829: weakref callbacks and gc corrupt memory. | Tim Peters | 2003-11-12 | 1 | -0/+6 |
|
|
* | Patch #798297: Add IMAP THREAD command. | Martin v. Löwis | 2003-11-10 | 2 | -0/+5 |
|
|
* | Plug tempfile.mktemp() hole (Iustin Pop). | Guido van Rossum | 2003-11-10 | 2 | -0/+4 |
|
|
* | Convert heapq.py to a C implementation. | Raymond Hettinger | 2003-11-08 | 1 | -0/+2 |
|
|
* | Implement and apply PEP 322, reverse iteration | Raymond Hettinger | 2003-11-06 | 1 | -0/+3 |
|
|
* | Add traceback.format_exc(). | Neil Schemenauer | 2003-11-05 | 1 | -0/+3 |
|
|
* | missing news entry | Anthony Baxter | 2003-11-04 | 1 | -0/+2 |
|
|
* | Patch #531629: Add multicall support. | Martin v. Löwis | 2003-10-31 | 1 | -0/+2 |
|
|
* | Patch #: Add POP3 over SSL support. | Martin v. Löwis | 2003-10-31 | 2 | -0/+3 |
|
|
* | Add list.sorted() classmethod. | Raymond Hettinger | 2003-10-29 | 1 | -2/+2 |
|
|
* | note db2pickle/pickle2db tweaks | Skip Montanaro | 2003-10-28 | 1 | -0/+2 |
|
|
* | Deleting cyclic object comparison. | Armin Rigo | 2003-10-28 | 1 | -0/+4 |
|
|
* | regressing the performance bugfix -- Guido wants the performance bug left | Alex Martelli | 2003-10-25 | 1 | -3/+0 |
|
|
* | document the performance fix to builtin_sum(). | Alex Martelli | 2003-10-25 | 1 | -0/+6 |
|
|
* | Added itertools.tee() | Raymond Hettinger | 2003-10-24 | 1 | -15/+18 |
|
|
* | - The pwd module incorrectly advertised its struct type as | Guido van Rossum | 2003-10-23 | 1 | -0/+4 |
|
|
* | Note the update to Expat 1.95.7. | Fred Drake | 2003-10-21 | 1 | -0/+2 |
|
|
* | Fix a bunch of typos in documentation, docstrings and comments. | Walter Dörwald | 2003-10-20 | 1 | -2/+2 |
|
|
* | Modified the Py_RETURN_* macros by having the statements surrounded by {} in | Brett Cannon | 2003-10-19 | 1 | -0/+3 |
|
|
* | Patch #823259: Update spec file: | Martin v. Löwis | 2003-10-19 | 1 | -12/+25 |
|
|
* | Make CObjects mutable. Fixes #477441. | Martin v. Löwis | 2003-10-19 | 1 | -0/+2 |
|
|