summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge in Anthony's new parser code, from the anthony-parser-branch:Thomas Wouters2004-03-201-128/+173
* commit the portion of PyXML patch #919008 that is relevant to theFred Drake2004-03-202-2/+42
* Add a new unicode codec: ptcp154 (Kazakh)Hye-Shik Chang2004-03-192-0/+168
* * supply a more useful error message when append() is called on theGregory P. Smith2004-03-161-2/+8
* bugfix for people executing test_all to run the test suite. (call theGregory P. Smith2004-03-161-1/+1
* 1. Make builtin foreground Royal Purple instead of Barney Purple.Kurt B. Kaiser2004-03-162-27/+32
* Port test_binascii.py to PyUnit and enhance tests.Walter Dörwald2004-03-152-152/+149
* 1. Bug in Patch 805830 fixed by Nigel RoweKurt B. Kaiser2004-03-152-22/+26
* Add missing docstrings.Raymond Hettinger2004-03-141-0/+67
* SF feature request #686323: Minor array module enhancementsRaymond Hettinger2004-03-141-0/+7
* Two issues spotted by Ronald OUssoren:Jack Jansen2004-03-134-3/+2234
* Don't use "dict" as a variable, it shadows the builtin. Spotted byJack Jansen2004-03-131-13/+13
* Force option should be applied to a single package, not recursivelyJack Jansen2004-03-131-1/+1
* SF patch #911431: robot.txt must be robots.txtRaymond Hettinger2004-03-131-2/+2
* SF bug #910986: copy.copy fails for array.arrayRaymond Hettinger2004-03-131-0/+7
* - Added a downloader using urllib2 in stead of curl, based on codeJack Jansen2004-03-111-51/+137
* Make test_coercion.py less sensitive to platform fp quirks. ClosesNeil Schemenauer2004-03-102-333/+348
* Tidied up the implementations of reversed (including the custom onesRaymond Hettinger2004-03-101-2/+2
* Eliminate the double reverse option. It's only use caseRaymond Hettinger2004-03-101-4/+1
* Remove calls to currentThread() in _Condition methods that were side-effect.Brett Cannon2004-03-081-2/+0
* SF patch #907403: Improvements to cStringIO.writelines()Raymond Hettinger2004-03-081-2/+4
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-089-16/+42
* Removed spurious import statementVinay Sajip2004-03-081-2/+0
* Refactor the copy dispatcher code in copy.py. Simplifies and shortensRaymond Hettinger2004-03-081-35/+17
* Deal with possible case of having time.tzname[1] containing UTC or GMT.Brett Cannon2004-03-071-2/+2
* SF patch #910929: Optimize list comprehensionsRaymond Hettinger2004-03-071-0/+1
* 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