| Commit message (Expand) | Author | Age | Files | Lines |
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 1 | -0/+1 |
|
|
* | Gyro Func for patch #661719. | Martin v. Löwis | 2003-01-15 | 1 | -1/+2 |
|
|
* | Fix from Michael Stone for SF bug #660476 and #513033 (bogus thread | Guido van Rossum | 2003-01-07 | 1 | -0/+1 |
|
|
* | SF #651082, tarfile module implementation from Lars Gustäbel | Neal Norwitz | 2003-01-05 | 1 | -0/+1 |
|
|
* | Patch #656590: /dev/ptmx support for ptys. | Martin v. Löwis | 2002-12-31 | 1 | -0/+1 |
|
|
* | Apparently FreeBSD enables some HW floating-point exceptions by default. | Tim Peters | 2002-12-28 | 1 | -0/+1 |
|
|
* | Patch #614055: Support OpenVMS. | Martin v. Löwis | 2002-12-06 | 1 | -0/+1 |
|
|
* | Added Marius Gedminas, for contributions to the datetime code. | Tim Peters | 2002-11-25 | 1 | -0/+1 |
|
|
* | Patch #494845: Support string concatenation, detect non-string data, | Martin v. Löwis | 2002-11-22 | 1 | -0/+1 |
|
|
* | Patch #633547: Support plural forms. Do TODOs in test suite. | Martin v. Löwis | 2002-11-21 | 1 | -0/+1 |
|
|
* | Richie Hindle | Michael W. Hudson | 2002-11-08 | 1 | -0/+1 |
|
|
* | Patch #630829: Don't block on IAC, process suboptions. | Martin v. Löwis | 2002-11-04 | 1 | -0/+1 |
|
|
* | Patch #613256: Add nescape method to xml.sax.saxutils. | Martin v. Löwis | 2002-10-26 | 1 | -0/+1 |
|
|
* | Add Daniel Stutzbach, for #512981. | Martin v. Löwis | 2002-10-26 | 1 | -0/+1 |
|
|
* | Add new encoding for Ukrainian Cyrillic | Neal Norwitz | 2002-10-17 | 1 | -0/+1 |
|
|
* | Patch #621205: Tkinter updates for tk8.4. | Martin v. Löwis | 2002-10-13 | 1 | -0/+1 |
|
|
* | Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.py | Neal Norwitz | 2002-10-10 | 1 | -0/+1 |
|
|
* | Patch #612602: Streamline configure methods. | Martin v. Löwis | 2002-10-10 | 1 | -0/+1 |
|
|
* | Add a few people who were in the ACKS file in the 2.2.2 branch but not | Guido van Rossum | 2002-10-09 | 1 | -0/+4 |
|
|
* | Add Tim Rice, for SCO patches. | Martin v. Löwis | 2002-09-30 | 1 | -0/+1 |
|
|
* | Attila Babo (turtle.py). | Guido van Rossum | 2002-09-23 | 1 | -0/+1 |
|
|
* | Add MJ. | Guido van Rossum | 2002-09-18 | 1 | -0/+1 |
|
|
* | Add Mats Wichmann, another snake farmhand. | Guido van Rossum | 2002-09-11 | 1 | -0/+1 |
|
|
* | Alphabetize Qvist properly. | Guido van Rossum | 2002-09-11 | 1 | -1/+1 |
|
|
* | Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist, | Guido van Rossum | 2002-09-11 | 1 | -0/+2 |
|
|
* | Script to generate .pkg packages, donated by Dinu Gherman. This is his | Jack Jansen | 2002-09-06 | 1 | -0/+1 |
|
|
* | Distutils-based script by Bill Fancher to download the Python documentation | Jack Jansen | 2002-08-28 | 1 | -0/+1 |
|
|
* | 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 |
|
|