summaryrefslogtreecommitdiffstats
path: root/Misc/ACKS
Commit message (Collapse)AuthorAgeFilesLines
...
* Added Steven Taschuk for efforts fixing zipfile.pyRaymond Hettinger2003-06-281-0/+1
|
* Add the IDLEFORK team.Raymond Hettinger2003-06-091-0/+2
|
* SF bug 735293: Command line timeit.py sets sys.path badlyRaymond Hettinger2003-05-201-0/+1
| | | | | Paul Moore's patch to have timeit.py check the current directory for imports (instead of the directory for Lib/timeit.py).
* John J. Lee contributed two urllib2 patches.Brett Cannon2003-05-121-0/+1
|
* help with MSVC 7 support in distutilsJeremy Hylton2003-05-091-0/+1
|
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-051-0/+1
| | | | Bug fix candidate.
* Patch by Jp Calderone:Guido van Rossum2003-04-251-0/+1
| | | | | | | | | - The socket module now provides the functions inet_pton and inet_ntop for converting between string and packed representation of IP addresses. See SF patch #658327. This still needs a bit of work in the doc area, because it is not available on all platforms (especially not on Windows).
* - Several methods of nntplib.NNTP have grown an optional file argumentGuido van Rossum2003-04-191-0/+1
| | | | | | which specifies a file where to divert the command's output (already supported by the body() method). (SF patch #720468) Thanks to Terry Carroll.
* Frank Vercruesse gave an okay on removing the copyright notice:Jack Jansen2003-03-251-0/+1
| | | | | "Hereby I make the script in question available under the terms and conditions of the latest Python License."
* add several people involved with PEP 305 and the csv packageSkip Montanaro2003-03-201-0/+3
|
* Add Hye-Shik Chang for SF patch/bugreport #703471.Thomas Wouters2003-03-171-0/+1
|
* - New function time.tzset() provides access to the C library tzet()Guido van Rossum2003-03-141-0/+1
| | | | function, if supported. (SF patch #675422, by Stuart Bishop.)
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-0/+1
| | | | | | | | * Adds missing pop() methods to weakref.py * Expands test suite to broaden coverage of objects with a mapping interface. Contributed by Sebastien Keim.
* 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
|