summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch #810914: Return absolute path for mkstemp. Fixes #810408.Martin v. Löwis2003-10-121-1/+7
* see rev. 1.13 for log messageBrett Cannon2003-10-121-5/+2
* 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-051-0/+78
* Make the fieldnames argument optional in the DictReader. If self.fieldnamesSkip Montanaro2003-10-031-1/+10
* Add more identity tests.Raymond Hettinger2003-09-241-0/+11
* 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
* Improve and expand identity tests.Raymond Hettinger2003-09-211-11/+18
* 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-201-1/+1
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* Test __all__ for unittest.pyRaymond Hettinger2003-09-161-1/+2
* * Converted test to unittest format.Raymond Hettinger2003-09-131-85/+158
* Simplify doctest of tee().Raymond Hettinger2003-09-131-6/+2
* Patch #790000: Allow os.access to handle Unicode file name.Martin v. Löwis2003-09-121-0/+1
* SF #662923Raymond Hettinger2003-09-121-6/+18
* Oops. Really fix the indentation problem this time.Jeremy Hylton2003-09-101-13/+13
* Fix inconsistent mix of tabs and spaces that caused test to fail.Jeremy Hylton2003-09-101-5/+4
* Add an example to address a common question of how to split iterators.Raymond Hettinger2003-09-081-4/+30
* SF bug 801631: file.truncate fault on windows.Tim Peters2003-09-071-0/+28
* **kwds arg was missing from __init__ for Dict{Reader,Writer} classes.Skip Montanaro2003-09-061-0/+7
* SF bug #801342: Bug (documentation or real, your choice) in random.sample.Raymond Hettinger2003-09-061-0/+10
* SF bug #800796: Difference between hash() and __hash__()Raymond Hettinger2003-09-051-0/+5
* Patch #798145: Return correct information from nl_langinfo(RADIXCHAR).Martin v. Löwis2003-09-041-0/+34
* Only apply case-insensitivity test on appropriate platforms.' test_filecmp.pyRaymond Hettinger2003-09-021-2/+6
* SF bug #453515: filecmp.dircmp case sensitivity bugRaymond Hettinger2003-09-021-2/+6
* SF patch #736962: Port tests to unittest (Part 2)Raymond Hettinger2003-09-021-12/+90
* SF bug #785222: zlib monotonic testRaymond Hettinger2003-08-311-11/+0
* SF patch #736962: Port tests to unittestRaymond Hettinger2003-08-305-33/+145
* SF bug 797650: Infinite loop in textwrap.pyRaymond Hettinger2003-08-301-0/+10
* SF bug #793826: using itertools.izip to mutate tuplesRaymond Hettinger2003-08-291-1/+32
* Add tests for meta- bit setAndrew M. Kuchling2003-08-291-1/+4
* Add simple unit test for ascii.unctrl() functionAndrew M. Kuchling2003-08-291-0/+13
* Make sure parentheses are escaped when used in the format string.Brett Cannon2003-08-291-0/+9
* SF bug #795506: Wrong handling of string format code for float values.Raymond Hettinger2003-08-271-0/+1
* test_largefile can leave its temp file open if one of many tests fail. OnJason Tishler2003-08-261-73/+81
* Improvements to set.py:Raymond Hettinger2003-08-171-11/+133
* Keep doctests in sync with the docs.Raymond Hettinger2003-08-161-5/+5
* Make a copy of L before appending, so the global L remainsWalter Dörwald2003-08-151-4/+4
* Fix forMichael W. Hudson2003-08-151-0/+31
* [Patch #739124] Add use_default_colors() to curses moduleAndrew M. Kuchling2003-08-131-0/+3
* Add a unicode prefix to the characters in the UnicodeEncodeError andWalter Dörwald2003-08-121-9/+9
* Enhance message for UnicodeEncodeError and UnicodeTranslateError.Walter Dörwald2003-08-121-3/+35
* Fix bug in test_bad_timezone where test was assuming locale knew of PDT.Brett Cannon2003-08-111-2/+3
* Unconditionally opening the temp file in text mode causes this test to failJason Tishler2003-08-111-2/+5
* Fix handling of bad locale setup where time.tzname[0] == time.tzname[1] andBrett Cannon2003-08-111-0/+20
* SF bug #778964: bad seed in python 2.3 randomRaymond Hettinger2003-08-091-1/+1