summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use correct function in exampleFred Drake2006-02-151-1/+1
* Find test failures consistentlyNeal Norwitz2006-02-151-2/+2
* randombits(): Stop compiler warning about mixingTim Peters2006-02-151-1/+1
* Add _lsprof.Martin v. Löwis2006-02-142-0/+8
* Add build support for AMD64.Martin v. Löwis2006-02-1421-21/+933
* New test code failed to close the file. This causedTim Peters2006-02-141-13/+12
* * Refcount leak. It was just a reference to Py_None, but still.Armin Rigo2006-02-141-3/+9
* Support 2.4 (released versions) better. (rsync was not working with adding t...Neal Norwitz2006-02-141-2/+4
* Doc some user visible changesNeal Norwitz2006-02-131-1/+4
* Try to improve name based on discussion on python-checkins with Jim JewettNeal Norwitz2006-02-131-5/+5
* SF patch #1397960: When mixing file-iteration andThomas Wouters2006-02-122-3/+150
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-1114-32/+41
* Whitespace normalization.Tim Peters2006-02-111-1/+1
* Even more copyright year locations!Georg Brandl2006-02-112-2/+2
* Patch #428494: Prefer linking against ncursesw over ncurses libraryMartin v. Löwis2006-02-112-1/+10
* Update general copyright years to 2006.Georg Brandl2006-02-117-7/+8
* Introduce Py_SOCKET_FD_CAN_BE_GE_FD_SETSIZE.Martin v. Löwis2006-02-113-0/+14
* Explain the clearing of the stack in a comment in Python/ceval.c'sThomas Wouters2006-02-101-1/+2
* One more mod for support of C++ classes.Jack Jansen2006-02-101-1/+1
* Avoid linking python with readline.Martin v. Löwis2006-02-102-1/+11
* For overriding C++ methods we also need to know whether a parameterJack Jansen2006-02-104-22/+45
* The default timer unit was incorrectly measured in milliseconds insteadArmin Rigo2006-02-101-3/+3
* Added information on function name added to LogRecord, and the 'extra' keywor...Vinay Sajip2006-02-091-13/+96
* Added function name to LogRecord.Vinay Sajip2006-02-091-5/+8
* Propagate exceptions from shutdown() if raiseExceptions is not set.Vinay Sajip2006-02-091-6/+14
* Added lock acquisition/release around shared data structure manipulationVinay Sajip2006-02-091-19/+34
* Be a little less sensitive to failures. Only check for the result fromNeal Norwitz2006-02-091-1/+1
* Add doc discussing how AST compiler is structured and designed.Brett Cannon2006-02-091-0/+507
* Port relevant patches for SF 1409455 to the trunk for email 3.0/Python 2.5.Barry Warsaw2006-02-085-8/+20
* Added the cProfile module.Armin Rigo2006-02-0814-109/+1701
* Update projected release dateAndrew M. Kuchling2006-02-081-1/+2
* Fixed an oversight and a misunderstanding of PEP253:Jack Jansen2006-02-071-2/+20
* Removed defensive test in Handler.closeVinay Sajip2006-02-071-4/+3
* Saved and restored logging._handlerList at the same time as saving/restoring ...Vinay Sajip2006-02-071-0/+4
* Add versionadded note for new methodsNeal Norwitz2006-02-071-0/+2
* Bug #876637, prevent stack corruption when socket descriptorNeal Norwitz2006-02-073-2/+48
* Fix indentation (whitespace only).Neal Norwitz2006-02-071-3/+3
* Check return results for errorsNeal Norwitz2006-02-071-0/+5
* Patch #1412872: zipfile: use correct system type on unixy systems.Martin v. Löwis2006-02-052-2/+9
* Get test_logging to not hang when running under regrtest.py -R ::Neal Norwitz2006-02-052-5/+6
* Patch #1407135, bug #1424041, make mmap.mmap(-1, length) work the sameNeal Norwitz2006-02-055-13/+68
* Whitespace normalizationNeal Norwitz2006-02-051-2/+2
* Use C-style commentNeal Norwitz2006-02-051-1/+1
* Resolves SF bug #1423972.Barry Warsaw2006-02-041-2/+4
* SF bug 1415455, fix typo in module nameNeal Norwitz2006-02-041-1/+1
* Patch #1422385: Changes to nis module to support multiple NIS domainsMartin v. Löwis2006-02-044-26/+101
* Fix typoNeal Norwitz2006-02-041-1/+1
* Drop C library for stat/fstat on Windows.Martin v. Löwis2006-02-032-117/+250
* parsedate_tz(): Minor cleanup.Barry Warsaw2006-02-032-3/+11
* SF patch #1421726Fredrik Lundh2006-02-021-1/+1