Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added Steven Taschuk for efforts fixing zipfile.py | Raymond Hettinger | 2003-06-28 | 1 | -0/+1 | |
| | ||||||
* | Add the IDLEFORK team. | Raymond Hettinger | 2003-06-09 | 1 | -0/+2 | |
| | ||||||
* | SF bug 735293: Command line timeit.py sets sys.path badly | Raymond Hettinger | 2003-05-20 | 1 | -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 Cannon | 2003-05-12 | 1 | -0/+1 | |
| | ||||||
* | help with MSVC 7 support in distutils | Jeremy Hylton | 2003-05-09 | 1 | -0/+1 | |
| | ||||||
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 | 1 | -0/+1 | |
| | | | | Bug fix candidate. | |||||
* | Patch by Jp Calderone: | Guido van Rossum | 2003-04-25 | 1 | -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 argument | Guido van Rossum | 2003-04-19 | 1 | -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 Jansen | 2003-03-25 | 1 | -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 package | Skip Montanaro | 2003-03-20 | 1 | -0/+3 | |
| | ||||||
* | Add Hye-Shik Chang for SF patch/bugreport #703471. | Thomas Wouters | 2003-03-17 | 1 | -0/+1 | |
| | ||||||
* | - New function time.tzset() provides access to the C library tzet() | Guido van Rossum | 2003-03-14 | 1 | -0/+1 | |
| | | | | function, if supported. (SF patch #675422, by Stuart Bishop.) | |||||
* | SF patch #667730: More DictMixin | Raymond Hettinger | 2003-03-09 | 1 | -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 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 | |
| |