Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Alphabetize some names | Neal Norwitz | 2003-02-10 | 1 | -2/+3 |
| | | | | Add Grant Olson for patch provided to fix bug #678518 | ||||
* | - Thanks to Scott David Daniels, a subtle bug in how the zlib | Guido van Rossum | 2003-02-03 | 1 | -0/+1 |
| | | | | | | | | extension implemented flush() was fixed. Scott also rewrite the zlib test suite using the unittest module. (SF bug #640230 and patch #678531.) Backport candidate I think. | ||||
* | Support socket timeout in SSL, by Geoff Talvola. | Guido van Rossum | 2003-01-27 | 1 | -0/+1 |
| | | | | (SF patch #675750, to fix SF bug #675552.) | ||||
* | 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 |
| | | | | state swaps in readline). | ||||
* | 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 |
| | | | | | | | This can cause core dumps when Python runs. Python relies on the 754- (and C99-) mandated default "non-stop" mode for FP exceptions. This patch from Ben Laurie disables at least one FP exception on FreeBSD at Python startup time. | ||||
* | 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 |
| | | | | add globbing support, find modules by name instead of by file. | ||||
* | 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 |
| | | | | on the trunk. | ||||
* | 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 |
| | | | | for their contributions to the snake farm. | ||||
* | Script to generate .pkg packages, donated by Dinu Gherman. This is his | Jack Jansen | 2002-09-06 | 1 | -0/+1 |
| | | | | | original code, it still needs fiddling to make it work in general circumstances. | ||||
* | Distutils-based script by Bill Fancher to download the Python documentation | Jack Jansen | 2002-08-28 | 1 | -0/+1 |
| | | | | | | HTML tarball and use it to create a documentation tree readable and searchable with Apple Help Viewer. The documentation also shows up in Project Builder (if you add Python.framework to your project). | ||||
* | Fix some endcase bugs in unicode rfind()/rindex() and endswith(). | Guido van Rossum | 2002-08-20 | 1 | -0/+1 |
| | | | | | | These were reported and fixed by Inyeol Lee in SF bug 595350. The endswith() bug was already fixed in 2.3, but this adds some more test cases. | ||||
* | Merged the MacPython thanks list into the general acknowledgements. | Jack Jansen | 2002-08-19 | 1 | -0/+23 |
| | | | | There's really no point in a separate list of thank-you notes. | ||||
* | 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 560379: Karatsuba multiplication. Lots of things were changed from that. This needs a lot more testing, for correctness and speed, the latter especially when bit lengths are unbalanced. For now, the Karatsuba code gets invoked if and only if envar KARAT exists. | ||||
* | 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 |
| | | | | | | | | The __delete__ method wrapper for descriptors was not supported (I added a test, too.) 2.2 bugfix candidate. | ||||
* | 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 |
| | | | | | | explicit comparison function case: use PyObject_Call instead of PyEval_CallObject. Same thing in context, but gives a 2.4% overall speedup when sorting a list of ints via list.sort(__builtin__.cmp). | ||||
* | 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 |
| | | | | | | In a fresh interpreter, type.mro(tuple) would segfault, because PyType_Ready() isn't called for tuple yet. To fix, call PyType_Ready(type) if type->tp_dict is NULL. | ||||
* | 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 |
| | | | | | | | The WeakKeyDictionary constructor didn't work when a dict arg was given. Fixed by moving a line. Also adding a unit test. Bugfix candidate. | ||||
* | Added Bernard Yue who wrote test_timeout.py and participated in the | Guido van Rossum | 2002-06-07 | 1 | -0/+1 |
| | | | | timeout socket patch design. | ||||
* | Michael Gilfix of SF patch 555085 fame. | Guido van Rossum | 2002-06-06 | 1 | -0/+1 |
| |