summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
* Alphabetize some namesNeal Norwitz2003-02-101-2/+3
| | | | Add Grant Olson for patch provided to fix bug #678518
* - Thanks to Scott David Daniels, a subtle bug in how the zlibGuido van Rossum2003-02-031-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 Rossum2003-01-271-0/+1
| | | | (SF patch #675750, to fix SF bug #675552.)
* Gyro Func for patch #661719.Martin v. Löwis2003-01-151-1/+2
|
* Fix from Michael Stone for SF bug #660476 and #513033 (bogus threadGuido van Rossum2003-01-071-0/+1
| | | | state swaps in readline).
* SF #651082, tarfile module implementation from Lars GustäbelNeal Norwitz2003-01-051-0/+1
|
* Patch #656590: /dev/ptmx support for ptys.Martin v. Löwis2002-12-311-0/+1
|
* Apparently FreeBSD enables some HW floating-point exceptions by default.Tim Peters2002-12-281-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öwis2002-12-061-0/+1
|
* Added Marius Gedminas, for contributions to the datetime code.Tim Peters2002-11-251-0/+1
|
* Patch #494845: Support string concatenation, detect non-string data,Martin v. Löwis2002-11-221-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öwis2002-11-211-0/+1
|
* Richie HindleMichael W. Hudson2002-11-081-0/+1
|
* Patch #630829: Don't block on IAC, process suboptions.Martin v. Löwis2002-11-041-0/+1
|
* Patch #613256: Add nescape method to xml.sax.saxutils.Martin v. Löwis2002-10-261-0/+1
|
* Add Daniel Stutzbach, for #512981.Martin v. Löwis2002-10-261-0/+1
|
* Add new encoding for Ukrainian CyrillicNeal Norwitz2002-10-171-0/+1
|
* Patch #621205: Tkinter updates for tk8.4.Martin v. Löwis2002-10-131-0/+1
|
* Add Greg Copeland for SF # 585913, Adds Galeon support to webbrowser.pyNeal Norwitz2002-10-101-0/+1
|
* Patch #612602: Streamline configure methods.Martin v. Löwis2002-10-101-0/+1
|
* Add a few people who were in the ACKS file in the 2.2.2 branch but notGuido van Rossum2002-10-091-0/+4
| | | | on the trunk.
* Add Tim Rice, for SCO patches.Martin v. Löwis2002-09-301-0/+1
|
* Attila Babo (turtle.py).Guido van Rossum2002-09-231-0/+1
|
* Add MJ.Guido van Rossum2002-09-181-0/+1
|
* Add Mats Wichmann, another snake farmhand.Guido van Rossum2002-09-111-0/+1
|
* Alphabetize Qvist properly.Guido van Rossum2002-09-111-1/+1
|
* Add Laura "force of nature" Creighton and Anders "snake farmer" Qvist,Guido van Rossum2002-09-111-0/+2
| | | | for their contributions to the snake farm.
* Script to generate .pkg packages, donated by Dinu Gherman. This is hisJack Jansen2002-09-061-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 documentationJack Jansen2002-08-281-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 Rossum2002-08-201-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 Jansen2002-08-191-0/+23
| | | | There's really no point in a separate list of thank-you notes.
* Add Steve Purcell for unittest.pyRaymond Hettinger2002-08-181-0/+1
|
* Added Hisao Suzuki.Martin v. Löwis2002-08-141-0/+1
|
* New names.Guido van Rossum2002-08-121-0/+2
|
* Cautious introduction of a patch that started fromTim Peters2002-08-121-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 Rossum2002-08-051-0/+1
|
* Add Kevin O'Connor, author of the heapq code.Guido van Rossum2002-08-021-0/+1
|
* SF patch 588728 (Nathan Srebro).Guido van Rossum2002-08-011-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 Norwitz2002-07-191-0/+1
|
* Added Andrew MacIntyre -- overdue!Tim Peters2002-07-151-1/+2
|
* docompare(): Another reasonable optimization from Jonathan Hogg for theTim Peters2002-07-151-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 Rossum2002-07-121-0/+1
|
* Add Bob Kline of HTTP 100 fame.Jeremy Hylton2002-06-281-0/+1
|
* Fix SF bug 572567: Memory leak in object comparison.Raymond Hettinger2002-06-241-0/+1
|
* Patch from SF bug 570483 (Tim Northover).Guido van Rossum2002-06-181-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 Rossum2002-06-141-0/+1
|
* Patch #488073: AtheOS port.Martin v. Löwis2002-06-111-0/+1
|
* SF patch 564549 (Erik Andersén).Guido van Rossum2002-06-101-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 theGuido van Rossum2002-06-071-0/+1
| | | | timeout socket patch design.
* Michael Gilfix of SF patch 555085 fame.Guido van Rossum2002-06-061-0/+1
|