summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-046-34/+48
* Fixed invalid syntax.Sjoerd Mullender2004-03-033-3/+3
* Have strftime() check its time tuple argument to make sure the tuple's valuesBrett Cannon2004-03-022-1/+57
* Replace left(), right(), and __reversed__() with the more general purposeRaymond Hettinger2004-03-012-10/+35
* Cleanup: remove test file after it is used.Neal Norwitz2004-02-291-0/+1
* Improvements to collections.deque():Raymond Hettinger2004-02-292-8/+90
* getDefaultDatabase() should be a toplevel function, not a method of theJack Jansen2004-02-281-48/+46
* Started on version 0.4: better scheme for finding correct database:Jack Jansen2004-02-281-4/+50
* Minor documentation changesVinay Sajip2004-02-283-9/+11
* Ignore sizehint argument. Fixes SF #844561.Marc-André Lemburg2004-02-261-10/+4
* Fixes SF bug # 778421Gregory P. Smith2004-02-263-4/+29
* Make _spawn_posix be ready for EINTR. waitpid(2) can be interruptedHye-Shik Chang2004-02-241-1/+8
* Fix two bugs in the new do_open() implementation for HTTPHandler.Jeremy Hylton2004-02-242-7/+19
* Reflow long line.Jeremy Hylton2004-02-231-6/+6
* Fix wrong character mapping in koi8_u: SF bug #902501.Marc-André Lemburg2004-02-231-1/+1
* Added close() (which flushes) to BufferingHandler and tidied MemoryHandler.cl...Vinay Sajip2004-02-211-2/+10
* Handler close() functions call flush() [SF #901330]Vinay Sajip2004-02-211-3/+4
* adding passing test. testing for g(*Nothing()) where Nothing is a user-define...Samuele Pedroni2004-02-212-0/+26
* Use the right wininstXX.exe, depending onThomas Heller2004-02-201-2/+8
* wininst-6.exe and wininst-7.1.exe are in CVS, so that they can beThomas Heller2004-02-202-0/+0
* wininst.exe is no longer used - we now need wininst-6.exe or wininst-7.1.exe.Thomas Heller2004-02-201-0/+0
* Recompiled the binary wininst.exe.Thomas Heller2004-02-201-0/+0
* Patch #892660 from Mark Hammond, for distutils bdist_wininst command.Thomas Heller2004-02-201-3/+29
* Socket handler closed prior to end of test.Vinay Sajip2004-02-201-0/+1
* Copyright year & version number/version date changes.Vinay Sajip2004-02-201-8/+36
* Copyright year change.Vinay Sajip2004-02-201-17/+67
* Copyright year change.Vinay Sajip2004-02-201-2/+7
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-191-2/+4
* Get test to work when run from regrtest (add test_main), remove all CRs (^M)sNeal Norwitz2004-02-191-3/+5
* Implementation of patch 869468David Ascher2004-02-182-5/+189
* commentary about how bad ConfigParser is doesn't help here, and theFred Drake2004-02-171-3/+1
* Patch #711838: Allow non-anonymous ftp urls in urllib2.Martin v. Löwis2004-02-151-6/+15
* Patch #817379: Allow for absolute ftp paths.Martin v. Löwis2004-02-151-1/+1
* Fix typo.Neil Schemenauer2004-02-151-1/+1
* further testing indicates that the simplified version of the testFred Drake2004-02-131-4/+6
* We have cp932 support in standard distribution now. And there's nowHye-Shik Chang2004-02-131-4/+3
* use existing test object instead of defining a new classFred Drake2004-02-121-5/+3
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12143-537/+520
* Fix indentation error in testGetServByName and rewrite loop to avoid clumsySkip Montanaro2004-02-101-5/+2
* Make reversed() transparent with respect to length.Raymond Hettinger2004-02-101-0/+4
* Give itertools.repeat() a length method.Raymond Hettinger2004-02-101-1/+7
* SF bug #892492: Multiple close() for asyncore.dispatcher.Raymond Hettinger2004-02-081-0/+1
* Let reversed() work with itself.Raymond Hettinger2004-02-081-0/+4
* Make deque.rotate() smarter. Beef-up related tests.Raymond Hettinger2004-02-081-9/+43
* Patch #868499, adds -T option for code coverage. The implementation is aBarry Warsaw2004-02-071-30/+51
* * Incorporate Skip's suggestions for documentation (explain the word dequeRaymond Hettinger2004-02-071-0/+12
* no longer support linux1 platformSkip Montanaro2004-02-072-247/+0
* no longer support sunos4 platformSkip Montanaro2004-02-074-119/+0
* Use collection.deque() instead of a list for a FIFO queue.Raymond Hettinger2004-02-071-5/+10
* * Fix ref counting in extend() and extendleft().Raymond Hettinger2004-02-071-0/+4