- 54ab431 Backport Tim's fix to test_winsound.py by Raymond Hettinger · 22 years ago
- 08ae590 Backport Tim's fix to SF #809915. Creates a url that should always be invalid. by Raymond Hettinger · 22 years ago
- 4737992 Fix documentation bugs. by Raymond Hettinger · 22 years ago
- 675bac0 Backport addition of the __all__ attribute for unittest.py by Raymond Hettinger · 22 years ago
- 7b7a9fd **kwds arg was missing from __init__ for Dict{Reader,Writer} classes. by Skip Montanaro · 22 years ago
- 0b0aae0 SF bug #801342: Bug (documentation or real, your choice) in random.sample. by Raymond Hettinger · 22 years ago
- 4595b6b Only apply case-insensitivity test on appropriate platforms.' test_filecmp.py by Raymond Hettinger · 22 years ago
- c6c1a15 SF bug #453515: filecmp.dircmp case sensitivity bug by Raymond Hettinger · 22 years ago
- 6437a61 Fix failing test by Raymond Hettinger · 22 years ago
- 81114e4 SF bug #785222: zlib monotonic test by Raymond Hettinger · 22 years ago
- 9ea45c8 * Add news item for the previous bugfix by Raymond Hettinger · 22 years ago
- 48ced31 SF bug 797650: Infinite loop in textwrap.py by Raymond Hettinger · 22 years ago
- 2e61662 SF bug #793826: using itertools.izip to mutate tuples by Raymond Hettinger · 22 years ago
- 3b47b81 _strptime.srptime() escaped parentheses in the format string properly. by Brett Cannon · 22 years ago
- eb85c66 SF bug #795506: Wrong handling of string format code for float values. by Raymond Hettinger · 22 years ago
- c519f01 test_largefile can leave its temp file open if one of many tests fail. On by Jason Tishler · 22 years ago
- 27ea578 Backport improvements to set.py so that the interface will remain by Raymond Hettinger · 22 years ago
- 33f6aeb Backport checkin: by Walter Dörwald · 22 years ago
- 0098d86 Backport checkins: by Walter Dörwald · 22 years ago
- 0347402 Unconditionally opening the temp file in text mode causes this test to fail by Jason Tishler · 22 years ago
- 79ca4a4 Fix bug where handling issue of time.tzname[0] == time.tzname[1] and by Brett Cannon · 22 years ago
- 8cf915e SF bug #778964: bad seed in python 2.3 random by Raymond Hettinger · 22 years ago
- f45fe22 SF bug #770485: cStringIO does not set closed attr by Raymond Hettinger · 22 years ago
- 40b4a6b As penance for forgetting to flag my last checkins as bugfix candidates, by Michael W. Hudson · 22 years ago
- e32a87a Re-introduction of caching. Not thread-safe against the changing of locale by Brett Cannon · 22 years ago
- 7fc99bd Demonstrate and fix [ 783882 ] os.lstat crashes with Unicode filename. by Mark Hammond · 22 years ago
- 4b5c8d2 Remove __floordiv__ test, as it's deprecated. by Walter Dörwald · 22 years ago
- 520c7d0 Backport: by Walter Dörwald · 22 years ago
- 43f87f9 Support trailing dots in DNS names. Fixes #782510. by Martin v. Löwis · 22 years ago
- 62aced0 Correct URL for normalization file. Fixes #781065. by Martin v. Löwis · 22 years ago
- b26f32f Merging release23-branch into the long-term Python 2.3 maintenance branch by Barry Warsaw · 22 years ago
- 175ddb5 Remove caching of TimeRE (and thus LocaleTime) instance. Error was being by Brett Cannon · 22 years ago
- 5943b4a Restored commented-out line checked in by mistake. by Tim Peters · 22 years ago
- 9390dd5 locale-restoration code: Don't leave comparison to None implicit. For by Tim Peters · 22 years ago
- 36f7e93 Fred wasn't kidding -- there really are docs for the locale module <wink>. by Tim Peters · 22 years ago
- d1deac0 Fix error in test of not comparing against 0 item of a list by Brett Cannon · 22 years ago
- c23f39c Patch #775784: YA Cygwin expected regression test skip patch by Jason Tishler · 22 years ago
- 354e3d9 Change the zipimport implementation to accept files containing by Thomas Heller · 22 years ago
- 969a700 Make sure mimetypes is reinitialized before running the tests. by Jeremy Hylton · 22 years ago
- 096d986 Restore the locale to "C" on exit. by Jeremy Hylton · 22 years ago
- bd9f520 Reflow long line. by Jeremy Hylton · 22 years ago
- 43d790c Exercise Jim Fulton's new doctest extension for running doctests in a by Raymond Hettinger · 22 years ago
- f359062 Extend last change to cover TestSuites as well as TestCases. by Raymond Hettinger · 22 years ago
- bb4a47c Prevent failure on the mac, where "mbcs" is not the file system by Mark Hammond · 22 years ago
- 21d9987 run_unittest() to support TestCase instances as well as classes. Helps with doctests. by Raymond Hettinger · 22 years ago
- 19db13b Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
- 158af58 Fixed test and converted to unittest format. by Raymond Hettinger · 22 years ago
- 42d9016 SF patch 763201: handling of SyntaxErrors in symbol table build by Jeremy Hylton · 22 years ago
- f393fc6 Add various test cases from SF patch 543867. by Walter Dörwald · 22 years ago
- f425b1e stylistic nits: - wrap some long lines - shorten others - fix indentation by Fred Drake · 22 years ago
- 7a6c733 Make close() identical to __del__() for a dumbdbm database. Make by Tim Peters · 22 years ago
- d6f6e50 Reworked test_warnings.py: by Raymond Hettinger · 22 years ago
- dc9dcf1 This test failed on WindowsME because the full file path did not get by Raymond Hettinger · 22 years ago
- b6d2f3e Don't include slash in search string; it's OS-specific. by Jeremy Hylton · 22 years ago
- 8501466 Change warnings to avoid importing re module during startup. by Jeremy Hylton · 22 years ago
- 663d1b6 Added a new randomized test. by Tim Peters · 22 years ago
- 121d34a Fix SF bug 764095: Don't use network in test_httplib. by Jeremy Hylton · 22 years ago
- e5e065b New function sys.getcheckinterval(), to complement setcheckinterval(). by Tim Peters · 22 years ago
- cde2200 Fixes bug of timezone value being left as -1 when ``time.tzname[0] == by Brett Cannon · 22 years ago
- 12723ba Fix and test for bug #764548: by Just van Rossum · 22 years ago
- 6802c6e fixed typo in comment by Just van Rossum · 22 years ago
- 348c261 On those systems lacking the AFMT_S16_NE symbol, the test was failing by Andrew MacIntyre · 22 years ago
- bcc58e8 - added (c)StringIO tests; cStringIO usage failed in the previous by Just van Rossum · 22 years ago
- e7dfe21 Fix SF bug #763023, difflib.py: ratio() zero division not caught by Neal Norwitz · 22 years ago
- 37ca8c1 connector(): You can't use an empty string as an argument to connect() by Tim Peters · 22 years ago
- 1787a0b Fix SF bug #763770, test_socket_ssl crash by Neal Norwitz · 22 years ago
- cc0a664 Test Brett's addition of __all__ to Queue. by Raymond Hettinger · 22 years ago
- 168e73d Fix SF #763362, test_posixpath failed by Neal Norwitz · 22 years ago
- 3106817 Fix typo in error message by Neal Norwitz · 22 years ago
- 8bcbe6a Don't require that a RuntimeError is raised when playing a second by Walter Dörwald · 22 years ago
- d693a81 Fix SF 762891: "del p[key]" on proxy object raises SystemError() by Raymond Hettinger · 22 years ago
- a9002f8 Fix SF #754870, SSL crash interpreter when remote side closes during connect by Neal Norwitz · 22 years ago
- 0242070 More tests by Raymond Hettinger · 22 years ago
- b4e9986 Removed invalid test. Analysis by Bob Halley: by Raymond Hettinger · 22 years ago
- 2b6220d SF bug #762455: Python segfaults when sys.stdout is changed in getattr by Raymond Hettinger · 22 years ago
- 478c105 Whitespace normalization. by Tim Peters · 22 years ago
- 11a35f5 SF patch #760257: add socket.timeout exception (Contributed by Bob Halley) by Raymond Hettinger · 22 years ago
- 3567a87 Add take() to examples. Tighten the islice() example by Raymond Hettinger · 22 years ago
- c0fac96 SF patch #756996: Bare except in ZipFile.testzip() by Raymond Hettinger · 22 years ago
- 6f3eaa6 SF patch #761519: Fixes for bugs 760703 and 757821 by Raymond Hettinger · 22 years ago
- c4bf5ed Add a trivial test of getargspec() with a method. by Jeremy Hylton · 22 years ago
- 7ff55e6 Add tests for __nonzero__() problems. by Jeremy Hylton · 22 years ago
- f69d9f6 SF bug #761337: datetime.strftime fails on trivial format string by Raymond Hettinger · 22 years ago
- 5f078ff SF bug #759889: Pickling of Random is broken by Raymond Hettinger · 22 years ago
- 8a99b50 SF patch #736962. Converted test_compile to unittest format. by Raymond Hettinger · 22 years ago
- 4327521 Added regression test for SF #757818 by Raymond Hettinger · 22 years ago
- 25fe0bf Many new tests, based on gcov's coverage information. by Gustavo Niemeyer · 22 years ago
- a9da5ae Use find() instead of looping over the string in expanduser(). by Walter Dörwald · 22 years ago
- befa37d Minor updates: by Raymond Hettinger · 22 years ago
- 5edd785 Port test_complex.py to unittest. by Walter Dörwald · 22 years ago
- be97153 SF bug #753451: classmethod abuse --> SystemError by Raymond Hettinger · 22 years ago
- e8049bef Use _PyEval_SliceIndex to handle list.index() calls with by Walter Dörwald · 22 years ago
- 2743d87 Fix sloppy index() implementation: by Guido van Rossum · 22 years ago
- d05abde SF #754014: list.index() should accept optional start, end arguments by Raymond Hettinger · 22 years ago
- c8106e1 test_posixpath.py now uses unittest. The output file is no longer needed. by Raymond Hettinger · 22 years ago
- 98a379e Add test for bug #751998. by Neal Norwitz · 22 years ago
- b47243a Complete rewrite of tests by Walter Dorwald as unittest tests. by Brett Cannon · 22 years ago
- f545baa Whitespace normalization. by Tim Peters · 22 years ago
- 17fb507 Treat empty dat/dir pairs as dumbdbm. Fixes #744687. by Martin v. Löwis · 22 years ago
- ba8f5ff Copy builtin functions as atomic. Fixes #746304. Will backport to 2.2. by Martin v. Löwis · 22 years ago