| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 143 | -537/+520 |
|
|
* | Fix indentation error in testGetServByName and rewrite loop to avoid clumsy | Skip Montanaro | 2004-02-10 | 1 | -5/+2 |
|
|
* | Make reversed() transparent with respect to length. | Raymond Hettinger | 2004-02-10 | 1 | -0/+4 |
|
|
* | Give itertools.repeat() a length method. | Raymond Hettinger | 2004-02-10 | 1 | -1/+7 |
|
|
* | SF bug #892492: Multiple close() for asyncore.dispatcher. | Raymond Hettinger | 2004-02-08 | 1 | -0/+1 |
|
|
* | Let reversed() work with itself. | Raymond Hettinger | 2004-02-08 | 1 | -0/+4 |
|
|
* | Make deque.rotate() smarter. Beef-up related tests. | Raymond Hettinger | 2004-02-08 | 1 | -9/+43 |
|
|
* | Patch #868499, adds -T option for code coverage. The implementation is a | Barry Warsaw | 2004-02-07 | 1 | -30/+51 |
|
|
* | * Incorporate Skip's suggestions for documentation (explain the word deque | Raymond Hettinger | 2004-02-07 | 1 | -0/+12 |
|
|
* | no longer support linux1 platform | Skip Montanaro | 2004-02-07 | 2 | -247/+0 |
|
|
* | no longer support sunos4 platform | Skip Montanaro | 2004-02-07 | 4 | -119/+0 |
|
|
* | Use collection.deque() instead of a list for a FIFO queue. | Raymond Hettinger | 2004-02-07 | 1 | -5/+10 |
|
|
* | * Fix ref counting in extend() and extendleft(). | Raymond Hettinger | 2004-02-07 | 1 | -0/+4 |
|
|