summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug #822668] tarfile raises an exception if the tarfile is gzipped and is to...Andrew M. Kuchling2003-10-241-1/+1
* Fixed bug introduced in revision 1.27Armin Rigo2003-10-241-1/+1
* Fix a bug in the memory reallocation code of PyUnicode_TranslateCharmap().Walter Dörwald2003-10-241-0/+12
* Added itertools.tee()Raymond Hettinger2003-10-241-61/+130
* Patch #813200: Quote executable path on Windows. Fixes #811082.Martin v. Löwis2003-10-231-2/+10
* Remove unneeded import.Guido van Rossum2003-10-221-1/+0
* Replace a reduce() with sum().Raymond Hettinger2003-10-221-3/+2
* Add docstringAndrew M. Kuchling2003-10-221-0/+4
* [Part of patch #648322] Delete the poll2() function, which uses a 'poll' exte...Andrew M. Kuchling2003-10-221-29/+4
* [Bug #758241] When you use asyncore with a non-default map, methodsAndrew M. Kuchling2003-10-221-2/+7
* Apply patch 823328 -- support for rfc 2617 digestion authentication.Jeremy Hylton2003-10-211-44/+96
* Make both items() methods return lists; one had changed to return anFred Drake2003-10-211-5/+4
* Show microseconds, milliseconds or seconds, whichever is most natural,Guido van Rossum2003-10-201-1/+9
* Fix a bunch of typos in documentation, docstrings and comments.Walter Dörwald2003-10-2021-23/+23
* Patch #822994: Consolidate tests for self.closed.Martin v. Löwis2003-10-181-18/+14
* Implemented non-recursive SRE matching.Gustavo Niemeyer2003-10-174-10/+62
* Let library modules use the new keyword arguments for list.sort().Raymond Hettinger2003-10-167-24/+18
* * list.sort() now supports three keyword arguments: cmp, key, and reverse.Raymond Hettinger2003-10-161-45/+101
* Open results files, which contain binary pickles, in binary mode.Jeremy Hylton2003-10-141-4/+2
* Add test__locale to expected skip list for Darwin.Brett Cannon2003-10-131-0/+1
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-122-2/+8
* Minor fixup. "Random" was listed twice in __all__.Raymond Hettinger2003-10-121-2/+1
* See rev. 1.42 for log messageBrett Cannon2003-10-121-6/+2
* see rev. 1.13 for log messageBrett Cannon2003-10-121-5/+2
* Ouch. Remove debug code containing obscenities. :-)Guido van Rossum2003-10-101-3/+0
* The fullmodname() function chopped off the first character if theGuido van Rossum2003-10-101-1/+8
* TCPServer: Fixed typo in class docstring.Barry Warsaw2003-10-091-1/+1
* TCPServer: Fixed typo in class docstring.Barry Warsaw2003-10-091-1/+1
* Patch #817329: Use SC_OPEN_MAX to determine MAXFD. Backported to 2.3.Martin v. Löwis2003-10-061-1/+4
* SF patch [ 816787 ] urllib2.URLError don't calll IOError.__init__Jeremy Hylton2003-10-061-1/+5
* Fix for SF bug [ 817156 ] invalid \U escape gives 0=length unistr.Jeremy Hylton2003-10-061-0/+7
* Adopt Christian Stork's suggested argument order for the logic quantifiers.Raymond Hettinger2003-10-051-11/+11
* SF bug #812202: randint is always evenRaymond Hettinger2003-10-052-10/+132
* GNUTranslations._parse(): Initialize local variable k so that if theBarry Warsaw2003-10-041-1/+1
* tweak the docstring to not be so focused on 1.6.Skip Montanaro2003-10-031-5/+5
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-032-2/+15
* bsddb3 4.2.2, adds DBCursor.get_current_size() method to return the lengthGregory P. Smith2003-10-011-36/+36
* Removed redundant 'return' statement. (Issue 813159)Steve Purcell2003-09-301-2/+1
* Use a threadsafe private DBEnv for each bsddb compatibility interfaceGregory P. Smith2003-09-271-3/+10
* Fix typo in the comments.Raymond Hettinger2003-09-241-1/+1
* Add more identity tests.Raymond Hettinger2003-09-241-0/+11
* Let IDLE use the HTMLHelp docs on Windows, if found.Thomas Heller2003-09-231-2/+6
* Added codec for bz2 compression.Raymond Hettinger2003-09-232-0/+67
* Topical change: use 'startswith()' to identify test methods with aSteve Purcell2003-09-231-2/+2
* PlaySoundTest.test_alias_nofallback(): Simplified the coding by usingTim Peters2003-09-221-7/+2
* PlaySoundTest.test_alias_fallback(): Disabled this test, and explainedTim Peters2003-09-221-1/+12
* Avoid list as a variable name.Walter Dörwald2003-09-221-10/+10
* - Fixed loading of tests by name when name refers to unboundSteve Purcell2003-09-221-40/+58
* Improve and expand identity tests.Raymond Hettinger2003-09-211-11/+18
* Adds basic support for BerkeleyDB 4.2.x. Compiles and passes tests; newGregory P. Smith2003-09-2120-66/+70