- 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
- 91012fe Cause calling interrupt_main in main thread raise KeyboardInterrupt instantly. by Brett Cannon · 22 years ago
- 4e64d78 dummy_thread modified to have interrupt_main and to behave appropriately when by Brett Cannon · 22 years ago
- 99d2c25 SF patch 707900, fixing bug 702858, by Steven Taschuk. by Guido van Rossum · 22 years ago
- 43e559a When calling tarname with an argument (and thus not use testtar.tar) return a by Brett Cannon · 22 years ago
- 455ea53 Make creation of temporary file and directory more portable. Also made cleanup by Brett Cannon · 22 years ago
- 1546bc4 add a couple test cases which involve longs and floats in 'e' format. by Skip Montanaro · 22 years ago
- 9caa0d1 guess_all_extensions(): Return the empty list instead of None when by Barry Warsaw · 22 years ago
- e2fdc61 Fix SF #749831, copy raises SystemError when getstate raises exception by Neal Norwitz · 22 years ago
- 56f8811 Patch #746801: FreeBSD 4 expected failures, by Charles Swiger. by Martin v. Löwis · 22 years ago
- 8a709b3 Factor endian-ness check out of play_sound_file(), and fix by Greg Ward · 22 years ago
- 40174c3 SF bug #733667: kwargs handled incorrectly by Raymond Hettinger · 22 years ago
- bb1861a Remove debug code from weakref_segfault(). by Guido van Rossum · 22 years ago
- aabe0b3 Add testcase for SF 742911. by Guido van Rossum · 22 years ago
- b25a52a Fix typo so that the test actually calls the tested function. by Raymond Hettinger · 22 years ago
- f0fa1c0 Test ability to handle various type of iterators. by Raymond Hettinger · 22 years ago
- 29a1def Test script changed. by Greg Ward · 22 years ago
- 4f12d46 Renamed test_errors() to test_setparameters() and completely rewrote it by Greg Ward · 22 years ago
- 080c110 Order and number of arguments to setparameters() has changed. by Greg Ward · 22 years ago
- e8b0f04 * Beefed-up tests * Allow tuple re-use * Call tp_iternext directly by Raymond Hettinger · 22 years ago
- 893801e Add more tests from RFC 2202. by Jeremy Hylton · 22 years ago
- 50d8b8b Fleshed out WeakKeyDictionary.__delitem__ NEWS to cover issues raised on by Tim Peters · 22 years ago
- 886128f SF 742860: WeakKeyDictionary __delitem__ uses iterkeys by Tim Peters · 22 years ago
- e87568d SF bug 705231: Assertion failed, python aborts. by Tim Peters · 22 years ago
- 8891021 Port test_mimetools.py to PyUnit and add various tests. by Walter Dörwald · 22 years ago
- 35c6cd0 Walter's last checkin also needs to work on doubles. by Neal Norwitz · 22 years ago
- cf99b0a test_byteswap() fails on alphas, because treating the byte swapped bit by Walter Dörwald · 22 years ago
- 4d508ad Fix for SF [ 734869 ] Lambda functions in list comprehensions by Jeremy Hylton · 22 years ago
- e960e22 Added a test for the fix of SF bug #658233, where continuation lines by Barry Warsaw · 22 years ago
- 7789237 * Correct Sniffer doc to correspond to the implementation. by Skip Montanaro · 22 years ago
- 9a3a9f7 Consider \U-escapes in raw-unicode-escape. Fixes #444514. by Martin v. Löwis · 22 years ago
- 9e46abe Fix array.array.insert(), so that it treats negative indices as by Walter Dörwald · 22 years ago
- ba39d9c Add another error case to the insert test. by Walter Dörwald · 22 years ago
- 7fd9424 Port test_array and test_winsound to PyUnit. Enhance tests for array by Walter Dörwald · 22 years ago
- 74e6766 User cStringIO instead of StringIO. by Raymond Hettinger · 22 years ago
- b0c854d datetime.timedelta is now subclassable in Python. The new test shows by Tim Peters · 22 years ago
- 72c5c77 minor fix, jython-only. Don't asssume stdout to save is the ur-stdout. by Samuele Pedroni · 22 years ago
- a98924a datetime.datetime and datetime.time can now be subclassed in Python. Brr. by Tim Peters · 22 years ago
- ab0053a simpler temp dir cleanup by Skip Montanaro · 22 years ago
- de9a0d3 beefed up version: jython support, covers now fixed differences between CPython/Jython. by Samuele Pedroni · 22 years ago
- eb1a496 test_subclass_date(): Beefed this up, to check that new instance by Tim Peters · 22 years ago
- 1ba24b4 Include module name in doctest summary. by Raymond Hettinger · 22 years ago
- 627728a Use test_support.run_doctest() by Raymond Hettinger · 22 years ago
- 35b34bd Provide a clue that the doctests have run. by Raymond Hettinger · 22 years ago
- 929f06c Minor cleanups. by Raymond Hettinger · 22 years ago
- 813cec9 test_fileno(): Skip this test on Windows. by Tim Peters · 22 years ago
- a71319e Fleshed out tests for urllib requiring a network connection. by Brett Cannon · 22 years ago
- 065f7b8 Fixed test_anydbm_creates to use proper paths for the created db. by Brett Cannon · 22 years ago