summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* SF bug #770485: cStringIO does not set closed attrRaymond Hettinger2003-08-081-0/+10
* Modified itertools.izip() to match the behavior of __builtin__.zip()Raymond Hettinger2003-08-081-1/+6
* Re-sync doc tests with the doc updates.Raymond Hettinger2003-08-081-3/+7
* Repair refcounting on error return from type_set_bases.Michael W. Hudson2003-08-071-0/+7
* Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename.Mark Hammond2003-08-061-0/+2
* Remove useless import.Walter Dörwald2003-08-051-1/+1
* Check both __div__ and __truediv__ in division tests.Walter Dörwald2003-08-051-1/+9
* Support trailing dots in DNS names. Fixes #782510. Will backport to 2.3.Martin v. Löwis2003-08-051-0/+4
* Correct URL of normalization file. Fixes #781065. Will backport to 2.3.Martin v. Löwis2003-08-051-2/+2
* Re-introduce caching of TimeRE and compiled regexes with added thread-safety.Brett Cannon2003-08-051-60/+54
* protect against test problems with JythonSkip Montanaro2003-08-031-6/+7
* added test for bug 782369Skip Montanaro2003-08-031-0/+9
* more extension marshal tests and conversion to unittest - was surprised toSkip Montanaro2003-08-021-39/+183
* As discussed on python-dev, changed builtin.zip() to handle zero argumentsRaymond Hettinger2003-08-022-2/+6
* Remove caching of TimeRE (and thus LocaleTime) instance. Error was beingBrett Cannon2003-07-241-7/+10
* Restored commented-out line checked in by mistake.Tim Peters2003-07-231-1/+1
* locale-restoration code: Don't leave comparison to None implicit. ForTim Peters2003-07-232-2/+2
* Fred wasn't kidding -- there really are docs for the locale module <wink>.Tim Peters2003-07-231-11/+20
* Fix error in test of not comparing against 0 item of a listBrett Cannon2003-07-221-1/+1
* Patch #775784: YA Cygwin expected regression test skip patchJason Tishler2003-07-221-0/+1
* Change the zipimport implementation to accept files containingThomas Heller2003-07-221-1/+20
* Make sure mimetypes is reinitialized before running the tests.Jeremy Hylton2003-07-181-0/+1
* Restore the locale to "C" on exit.Jeremy Hylton2003-07-181-2/+5
* Reflow long line.Jeremy Hylton2003-07-171-2/+2