| Commit message (Expand) | Author | Age | Files | Lines |
* | SF patch #911431: robot.txt must be robots.txt | Raymond Hettinger | 2004-03-13 | 1 | -2/+2 |
|
|
* | SF bug #910986: copy.copy fails for array.array | Raymond Hettinger | 2004-03-13 | 1 | -0/+7 |
|
|
* | - Added a downloader using urllib2 in stead of curl, based on code | Jack Jansen | 2004-03-11 | 1 | -51/+137 |
|
|
* | Make test_coercion.py less sensitive to platform fp quirks. Closes | Neil Schemenauer | 2004-03-10 | 2 | -333/+348 |
|
|
* | Tidied up the implementations of reversed (including the custom ones | Raymond Hettinger | 2004-03-10 | 1 | -2/+2 |
|
|
* | Eliminate the double reverse option. It's only use case | Raymond Hettinger | 2004-03-10 | 1 | -4/+1 |
|
|
* | Remove calls to currentThread() in _Condition methods that were side-effect. | Brett Cannon | 2004-03-08 | 1 | -2/+0 |
|
|
* | SF patch #907403: Improvements to cStringIO.writelines() | Raymond Hettinger | 2004-03-08 | 1 | -2/+4 |
|
|
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 9 | -16/+42 |
|
|
* | Removed spurious import statement | Vinay Sajip | 2004-03-08 | 1 | -2/+0 |
|
|
* | Refactor the copy dispatcher code in copy.py. Simplifies and shortens | Raymond Hettinger | 2004-03-08 | 1 | -35/+17 |
|
|
* | Deal with possible case of having time.tzname[1] containing UTC or GMT. | Brett Cannon | 2004-03-07 | 1 | -2/+2 |
|
|
* | SF patch #910929: Optimize list comprehensions | Raymond Hettinger | 2004-03-07 | 1 | -0/+1 |
|
|
* | SF #904720: dict.update should take a 2-tuple sequence like dict.__init_ | Raymond Hettinger | 2004-03-04 | 6 | -34/+48 |
|
|
* | Fixed invalid syntax. | Sjoerd Mullender | 2004-03-03 | 3 | -3/+3 |
|
|
* | Have strftime() check its time tuple argument to make sure the tuple's values | Brett Cannon | 2004-03-02 | 2 | -1/+57 |
|
|
* | Replace left(), right(), and __reversed__() with the more general purpose | Raymond Hettinger | 2004-03-01 | 2 | -10/+35 |
|
|
* | Cleanup: remove test file after it is used. | Neal Norwitz | 2004-02-29 | 1 | -0/+1 |
|
|
* | Improvements to collections.deque(): | Raymond Hettinger | 2004-02-29 | 2 | -8/+90 |
|
|
* | getDefaultDatabase() should be a toplevel function, not a method of the | Jack Jansen | 2004-02-28 | 1 | -48/+46 |
|
|
* | Started on version 0.4: better scheme for finding correct database: | Jack Jansen | 2004-02-28 | 1 | -4/+50 |
|
|
* | Minor documentation changes | Vinay Sajip | 2004-02-28 | 3 | -9/+11 |
|
|
* | Ignore sizehint argument. Fixes SF #844561. | Marc-André Lemburg | 2004-02-26 | 1 | -10/+4 |
|
|
* | Fixes SF bug # 778421 | Gregory P. Smith | 2004-02-26 | 3 | -4/+29 |
|
|
* | Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted | Hye-Shik Chang | 2004-02-24 | 1 | -1/+8 |
|
|
* | Fix two bugs in the new do_open() implementation for HTTPHandler. | Jeremy Hylton | 2004-02-24 | 2 | -7/+19 |
|
|
* | Reflow long line. | Jeremy Hylton | 2004-02-23 | 1 | -6/+6 |
|
|
* | Fix wrong character mapping in koi8_u: SF bug #902501. | Marc-André Lemburg | 2004-02-23 | 1 | -1/+1 |
|
|
* | Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl... | Vinay Sajip | 2004-02-21 | 1 | -2/+10 |
|
|
* | Handler close() functions call flush() [SF #901330] | Vinay Sajip | 2004-02-21 | 1 | -3/+4 |
|
|
* | adding passing test. testing for g(*Nothing()) where Nothing is a user-define... | Samuele Pedroni | 2004-02-21 | 2 | -0/+26 |
|
|
* | Use the right wininstXX.exe, depending on | Thomas Heller | 2004-02-20 | 1 | -2/+8 |
|
|
* | wininst-6.exe and wininst-7.1.exe are in CVS, so that they can be | Thomas Heller | 2004-02-20 | 2 | -0/+0 |
|
|
* | wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe. | Thomas Heller | 2004-02-20 | 1 | -0/+0 |
|
|
* | Recompiled the binary wininst.exe. | Thomas Heller | 2004-02-20 | 1 | -0/+0 |
|
|
* | Patch #892660 from Mark Hammond, for distutils bdist_wininst command. | Thomas Heller | 2004-02-20 | 1 | -3/+29 |
|
|
* | Socket handler closed prior to end of test. | Vinay Sajip | 2004-02-20 | 1 | -0/+1 |
|
|
* | Copyright year & version number/version date changes. | Vinay Sajip | 2004-02-20 | 1 | -8/+36 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -17/+67 |
|
|
* | Copyright year change. | Vinay Sajip | 2004-02-20 | 1 | -2/+7 |
|
|
* | Fix two small bugs: (1) on Windows, pathname munging didn't work | Guido van Rossum | 2004-02-19 | 1 | -2/+4 |
|
|
* | Get test to work when run from regrtest (add test_main), remove all CRs (^M)s | Neal Norwitz | 2004-02-19 | 1 | -3/+5 |
|
|
* | Implementation of patch 869468 | David Ascher | 2004-02-18 | 2 | -5/+189 |
|
|
* | commentary about how bad ConfigParser is doesn't help here, and the | Fred Drake | 2004-02-17 | 1 | -3/+1 |
|
|
* | Patch #711838: Allow non-anonymous ftp urls in urllib2. | Martin v. Löwis | 2004-02-15 | 1 | -6/+15 |
|
|
* | Patch #817379: Allow for absolute ftp paths. | Martin v. Löwis | 2004-02-15 | 1 | -1/+1 |
|
|
* | Fix typo. | Neil Schemenauer | 2004-02-15 | 1 | -1/+1 |
|
|
* | further testing indicates that the simplified version of the test | Fred Drake | 2004-02-13 | 1 | -4/+6 |
|
|
* | We have cp932 support in standard distribution now. And there's now | Hye-Shik Chang | 2004-02-13 | 1 | -4/+3 |
|
|
* | use existing test object instead of defining a new class | Fred Drake | 2004-02-12 | 1 | -5/+3 |
|
|