| Commit message (Expand) | Author | Age | Files | Lines |
* | Add pystack definition to Misc/gdbinit with some explanation of its behavior | Skip Montanaro | 2004-03-01 | 1 | -0/+23 |
* | "Fix" (for certain configurations of the planets, including | Michael W. Hudson | 2004-02-19 | 1 | -0/+4 |
* | Patch #892673: Replace /usr/local/bin/python with | Martin v. Löwis | 2004-02-15 | 1 | -1/+38 |
* | Patch #711838: Allow non-anonymous ftp urls in urllib2. | Martin v. Löwis | 2004-02-15 | 1 | -0/+2 |
* | * Moved the responsibility for emptying the previous list from list_fill | Raymond Hettinger | 2004-02-15 | 1 | -0/+5 |
* | Fine tune the speed/space trade-off for overallocating small lists. | Raymond Hettinger | 2004-02-14 | 1 | -2/+2 |
* | - Fixed #853061: allow BZ2Compressor.compress() to receive an empty string | Gustavo Niemeyer | 2004-02-14 | 1 | -0/+3 |
* | * Optimized list appends and pops by making fewer calls the underlying system | Raymond Hettinger | 2004-02-13 | 1 | -0/+11 |
* | This is my patch #876198 plus a NEWS entry and a header frob. | Michael W. Hudson | 2004-02-12 | 1 | -0/+4 |
* | remove support for missing ANSI C header files (limits.h, stddef.h, etc). | Skip Montanaro | 2004-02-10 | 1 | -0/+3 |
* | SF patch #875689: >100k alloc wasted on startup | Raymond Hettinger | 2004-02-08 | 1 | -0/+1 |
* | Fixed a bug in object.__reduce_ex__ (reduce_2) when using protocol | Jim Fulton | 2004-02-08 | 1 | -0/+4 |
* | Remove support for --without-universal-newlines (see PEP 11). | Skip Montanaro | 2004-02-07 | 1 | -0/+5 |
* | added notes about weakref changes | Fred Drake | 2004-02-06 | 1 | -0/+15 |
* | Fix input() builtin function to respect compiler flags. | Hye-Shik Chang | 2004-02-02 | 1 | -0/+3 |
* | Patch #874083: Bluetooth support for socket module. | Martin v. Löwis | 2004-01-31 | 2 | -0/+4 |
* | * Move collections.deque() in from the sandbox | Raymond Hettinger | 2004-01-29 | 1 | -0/+7 |
* | add hotshotmain ref | Skip Montanaro | 2004-01-27 | 1 | -0/+3 |
* | Add news item about change in encodings search function. | Marc-André Lemburg | 2004-01-20 | 1 | -0/+7 |
* | Add a news entry for importing of CJK codecs. | Hye-Shik Chang | 2004-01-17 | 1 | -0/+2 |
* | document PEP 11 progress so far. | Skip Montanaro | 2004-01-17 | 1 | -0/+8 |
* | Remove support for SunOS 4. | Skip Montanaro | 2004-01-17 | 1 | -4/+0 |
* | SF Patch #864863: Bisect C implementation | Raymond Hettinger | 2004-01-05 | 2 | -1/+3 |
* | 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 |