| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -0/+1 |
|
|
* | Merged the MacPython thanks list into the general acknowledgements. | Jack Jansen | 2002-08-19 | 1 | -0/+23 |
|
|
* | Add Steve Purcell for unittest.py | Raymond Hettinger | 2002-08-18 | 1 | -0/+1 |
|
|
* | Added Hisao Suzuki. | Martin v. Löwis | 2002-08-14 | 1 | -0/+1 |
|
|
* | New names. | Guido van Rossum | 2002-08-12 | 1 | -0/+2 |
|
|
* | Cautious introduction of a patch that started from | Tim Peters | 2002-08-12 | 1 | -0/+1 |
|
|
* | SF patch 590294: os._execvpe security fix (Zack Weinberg). | Guido van Rossum | 2002-08-05 | 1 | -0/+1 |
|
|
* | Add Kevin O'Connor, author of the heapq code. | Guido van Rossum | 2002-08-02 | 1 | -0/+1 |
|
|
* | SF patch 588728 (Nathan Srebro). | Guido van Rossum | 2002-08-01 | 1 | -0/+1 |
|
|
* | Pure Python strptime implementation by Brett Cannon. See SF patch 474274. | Neal Norwitz | 2002-07-19 | 1 | -0/+1 |
|
|
* | Added Andrew MacIntyre -- overdue! | Tim Peters | 2002-07-15 | 1 | -1/+2 |
|
|
* | docompare(): Another reasonable optimization from Jonathan Hogg for the | Tim Peters | 2002-07-15 | 1 | -0/+1 |
|
|
* | Fernando Pérez of SF bug 579701 fame. | Guido van Rossum | 2002-07-12 | 1 | -0/+1 |
|
|
* | Add Bob Kline of HTTP 100 fame. | Jeremy Hylton | 2002-06-28 | 1 | -0/+1 |
|
|
* | Fix SF bug 572567: Memory leak in object comparison. | Raymond Hettinger | 2002-06-24 | 1 | -0/+1 |
|
|
* | Patch from SF bug 570483 (Tim Northover). | Guido van Rossum | 2002-06-18 | 1 | -0/+1 |
|
|
* | Add Oren Tirosh and news about his patch. | Guido van Rossum | 2002-06-14 | 1 | -0/+1 |
|
|
* | Patch #488073: AtheOS port. | Martin v. Löwis | 2002-06-11 | 1 | -0/+1 |
|
|
* | SF patch 564549 (Erik Andersén). | Guido van Rossum | 2002-06-10 | 1 | -0/+1 |
|
|
* | Added Bernard Yue who wrote test_timeout.py and participated in the | Guido van Rossum | 2002-06-07 | 1 | -0/+1 |
|
|
* | Michael Gilfix of SF patch 555085 fame. | Guido van Rossum | 2002-06-06 | 1 | -0/+1 |
|
|
* | Patch 473512: add GNU style scanning as gnu_getopt. | Martin v. Löwis | 2002-06-06 | 1 | -0/+1 |
|
|
* | Holger Krekel. | Guido van Rossum | 2002-05-30 | 1 | -0/+1 |
|
|
* | John Aycock correctly pointed out that the grammar for | Tim Peters | 2002-05-23 | 1 | -0/+1 |
|
|
* | Another one. | Guido van Rossum | 2002-05-21 | 1 | -0/+1 |
|
|
* | Added (with GvR's endorsement) Matthew Dixon Cowles | Raymond Hettinger | 2002-05-16 | 1 | -0/+1 |
|
|
* | Patch #553277: Accept callbacks that are callable, not callbacks that are true. | Martin v. Löwis | 2002-05-08 | 1 | -0/+1 |
|
|
* | SF patch 546244 by John Williams: add Text.dump() method. | Guido van Rossum | 2002-04-23 | 1 | -0/+1 |
|
|
* | Forward port of patch # 500311: Work around for buggy https servers. | Martin v. Löwis | 2002-04-20 | 1 | -0/+1 |
|
|
* | Get the right funny characters in Hernan's name. | Tim Peters | 2002-04-19 | 1 | -0/+1 |
|
|
* | Four more names for the hall of fame. | Guido van Rossum | 2002-04-15 | 1 | -0/+4 |
|
|
* | Spell Raymond Hettinger's name write | Neal Norwitz | 2002-04-12 | 1 | -1/+1 |
|
|
* | Add Raymond Hettinger, CPA. | Guido van Rossum | 2002-04-12 | 1 | -0/+1 |
|
|
* | Patch #512005: getrusage() returns struct-like object. | Martin v. Löwis | 2002-04-08 | 1 | -0/+1 |
|
|
* | Patch #527027: Allow building python as shared library. | Martin v. Löwis | 2002-03-29 | 1 | -0/+1 |
|
|
* | SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjects | Guido van Rossum | 2002-03-01 | 1 | -0/+1 |
|
|
* | SF patch 517245 by Marc Recht. | Guido van Rossum | 2002-03-01 | 1 | -0/+1 |
|
|
* | SF patch 518765 (Derek Harland): Bug in copy.py when used through | Guido van Rossum | 2002-02-28 | 1 | -0/+1 |
|
|
* | SF patch 522961: Leak in Python/thread_nt.h, from Gerald S. Williams. | Tim Peters | 2002-02-28 | 1 | -0/+1 |
|
|
* | Edward K. Ream. | Guido van Rossum | 2002-02-25 | 1 | -0/+1 |
|
|
* | Document that get_referrers can return unreachable but uncollected objects. | Martin v. Löwis | 2002-01-26 | 1 | -0/+1 |
|
|
* | Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate. | Martin v. Löwis | 2002-01-26 | 1 | -0/+1 |
|
|
* | Another name. | Thomas Heller | 2002-01-18 | 1 | -0/+1 |
|
|
* | Patch #414775: Add --skip-build option to bdist command. | Martin v. Löwis | 2002-01-12 | 1 | -0/+1 |
|
|
* | Patch #497126: Always compile dl. | Martin v. Löwis | 2002-01-01 | 1 | -0/+1 |
|
|
* | Patch #494783: Rename cmp_op enumerators. | Martin v. Löwis | 2002-01-01 | 1 | -0/+1 |
|
|
* | Patch #497098: build support for GNU/Hurd. | Martin v. Löwis | 2002-01-01 | 1 | -0/+1 |
|
|
* | SF patch #497420 (Eduardo Pérez): ftplib: ftp anonymous password | Guido van Rossum | 2001-12-28 | 1 | -0/+1 |
|
|
* | Added someone. | Jack Jansen | 2001-12-27 | 1 | -0/+1 |
|
|
* | ZZZ. | Guido van Rossum | 2001-12-20 | 1 | -0/+1 |
|
|