summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Maintain backwards compatibility with python < 2.3 by dynamicallyGregory P. Smith2003-09-201-18/+30
* SF patch 809915: Fix bogus address to hopefully always break.Tim Peters2003-09-201-1/+8
* test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn'tTim Peters2003-09-201-0/+1
* Patch #707167: Pass dircache exceptions to the caller. Fixes #682813.Martin v. Löwis2003-09-202-9/+3
* Patch #808362: Fix typos.Martin v. Löwis2003-09-201-1/+1
* Patch #793559: Reset __starttext_tag. Fixes #709491. Backported to 2.3.Martin v. Löwis2003-09-201-1/+1
* Patch #805976: Add DOTBOX and UNDERLINE.Martin v. Löwis2003-09-201-0/+5
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-173-3/+3
* Test __all__ for unittest.pyRaymond Hettinger2003-09-161-1/+2
* Explicitly define public symbols via __all__: see discussion with RaymondSteve Purcell2003-09-151-0/+10
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* The previous change works much faster (one lookup per key) whenRaymond Hettinger2003-09-131-0/+9
* SF bug #804115: bad argument handling(unittest.py)Raymond Hettinger2003-09-131-2/+2
* Simplify doctest of tee().Raymond Hettinger2003-09-131-6/+2