Final head of the former 2.1 branch
- a1a5a89 Add a dummy test_queue output file to make regrtest happy. by Guido van Rossum · 23 years ago
- 25fae7c Update test output. by Jeremy Hylton · 23 years ago
- def3b50 Backport changes. by Jeremy Hylton · 23 years ago
- f395df0 Backport various bug fixes from trunk. by Jeremy Hylton · 23 years ago
- 31cc898 Backport patch for revision 1.58 to the Py2.1.x maintenance branch. by Barry Warsaw · 23 years ago
- b040bc1 Update a SourceForge issue number; IDs less than 200000 are no longer valid. by Fred Drake · 23 years ago
- 1625eb8 Added regression tests for xrange object attributes. See SF bug #551285. by Fred Drake · 23 years ago
- d4a0500 Backport buffer() tests from trunk to avoid regression failures. by Fred Drake · 23 years ago
- 047fa81 *sigh* did a 'make test' in the wrong window. fixing this up to by Anthony Baxter · 23 years ago
- f599b74 Backport fixes for two nested scopes bugs. by Jeremy Hylton · 23 years ago
- 402a928 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
- fc4afb3 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 23 years ago
- 585a30c Add a test that was added in Python 2.2: test Weak*Dictionary.setdefault(). by Fred Drake · 23 years ago
- 770139c backport 1.14: by Anthony Baxter · 24 years ago
- 645ea48 backport guido's 1.20 - test sktobj.sendall() needed this anyway. by Anthony Baxter · 24 years ago
- 0039bd7 The 2.1 regrest.py doesn't have the test_main() feature yet, so always by Guido van Rossum · 24 years ago
- a939b7a This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 041a51b Backport Guido's checkin 1.3: by Thomas Wouters · 24 years ago
- 800f677 Backport of the socketserver test, including output file (which is still by Thomas Wouters · 24 years ago
- 1a2d894 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- f14452e When reading a continuation line, make sure we still use the transformed by Fred Drake · 24 years ago
- b24ffe4 Backport of Tim's checkin 1.35: by Thomas Wouters · 24 years ago
- 780843e Re-incarnate dead turd of old test_mutants output file. by Thomas Wouters · 24 years ago
- 44c69c9 Now that the backporting of test_mutants.py worked successfully (Barnevelder by Thomas Wouters · 24 years ago
- 36e23e0 This commit was manufactured by cvs2svn to create branch 'release21-maint'. by cvs2svn · 24 years ago
- 1648e53 Net result of Tim's checkins to stropmodule.c (2.78, 2.79, 2.80, 2.81), by Thomas Wouters · 24 years ago
- 49a8bec *** empty log message *** by Thomas Wouters · 24 years ago
- e98c5fd Backport Jeremy's checkins (frameobject.c:2.50, test_scope.py:1.16, by Thomas Wouters · 24 years ago
- 5bc57be Backport MAL's checkin 1.32: by Thomas Wouters · 24 years ago
- ed53d87 Backport Jeremy's checkin 1.7: by Thomas Wouters · 24 years ago
- 7730735 Backport Jeremy's checkin 1.15: by Thomas Wouters · 24 years ago
- a0a4ab1 Add a test case for Weak*Dictionary.update() that would have caught a by Fred Drake · 24 years ago
- 42f92da Change the test data to ask for class C from module __main__ rather by Guido van Rossum · 24 years ago
- fc34986 In order to make this test work on Windows, the test locale has to be by Guido van Rossum · 24 years ago
- f3ee46b Set the SO_REUSEADDR socket option in the server thread -- this seems by Guido van Rossum · 24 years ago
- 9df3eab Add "import thread" at the top of the module; this prevents us from by Guido van Rossum · 24 years ago
- b891891 If the sunaudiodev module is available but we cannot find an audio by Fred Drake · 24 years ago
- 705088e Added regression test for SF bug #415660 (failure to invalidate all by Fred Drake · 24 years ago
- 361c535 Fix typo in comment (the module is now called _testcapi, not _test). by Guido van Rossum · 24 years ago
- c76770c Change error message raised when free variable is not yet bound. It by Jeremy Hylton · 24 years ago
- 79fa2b6 Add test for SF bug #405427 by Jeremy Hylton · 24 years ago
- 3bee2f6 Update to reflect new tokenize_test.py by Jeremy Hylton · 24 years ago
- a4553c0 There's no need for the tokenize tests to include a SyntaxError. by Jeremy Hylton · 24 years ago
- 88ad12a Patch #415777: new grouping strategy. by Martin v. Löwis · 24 years ago
- fff5325 Bug 415514 reported that e.g. by Tim Peters · 24 years ago
- 711088d Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. by Tim Peters · 24 years ago
- 4642cb9 Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of by Tim Peters · 24 years ago
- 2242f2f Unixware 7 support by Billy G. Allie (SF patch 413011) by Guido van Rossum · 24 years ago
- ceccc3c Test cases for examples of ext call error handling. by Jeremy Hylton · 24 years ago
- bf43691 Use the WeakKeyDictionary and WeakValueDictionary classes directly by Fred Drake · 24 years ago
- 75ebb29 Some other tests, when failing, don't always remove their TESTFN file. by Guido van Rossum · 24 years ago
- a5af214 When doing the quick test to see whether large files are supported, by Guido van Rossum · 24 years ago
- bfce016 When zlib can't be imported, zipfile raises RuntimeError, which causes by Guido van Rossum · 24 years ago
- e089c68 Test full range of native ints. This exposes two more binary pickle by Tim Peters · 24 years ago
- 461922a Pickles have a number of storage formats for various sizes and kinds of by Tim Peters · 24 years ago
- c58440f No functional change -- just added whitespace in places so I could follow by Tim Peters · 24 years ago
- 7e01e28 Whitespace normalization. by Tim Peters · 24 years ago
- eb26f95 Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to by Tim Peters · 24 years ago
- f95423e Remove lines for asynchat & asyncore, as they've now got their own test. by Tim Peters · 24 years ago
- dca060c After testing the test on Unix, several improvements: by Guido van Rossum · 24 years ago
- 6617252 Add test for asynchat. This also tests asyncore. by Guido van Rossum · 24 years ago
- 7d3bad6 Sf bug [ #412214 ] ZipFile constructor leaves files open. by Tim Peters · 24 years ago
- a19a168 Whitespace normalization. by Tim Peters · 24 years ago
- 1417144 Based on info from Jens@digicool.com, add 'darwin1' to the list of by Guido van Rossum · 24 years ago
- 3d9091e Itamar Shtull-Trauring <itamar@maxnm.com>: by Fred Drake · 24 years ago
- 2108bc7 main(): Application of SF patch #405851, which allows this test to be by Barry Warsaw · 24 years ago
- 559f668 In Jython, `@' is not allowed in module names. Extend the TESTFN test by Barry Warsaw · 24 years ago
- 6870bba Make socket.getservbyname test optional on socket module having that by Barry Warsaw · 24 years ago
- dfdac1a Several changes for Jython portability. This closes SF patch by Barry Warsaw · 24 years ago
- f170d7f Don't have trace() skip the top frame; return them all. by Ka-Ping Yee · 24 years ago
- b0fefc5 Convert the weakref test suite to PyUNIT, and add tests that exercise weak by Fred Drake · 24 years ago
- 84a5934 When the regression test is run in verbose mode, make the PyUNIT-based by Fred Drake · 24 years ago
- 015415e SRE 2.1b2: increase the chances that the sre test works on other machines... by Fredrik Lundh · 24 years ago
- 987f133 SRE 2.1b2: forgot to update one output file (sorry, Fred!) by Fredrik Lundh · 24 years ago
- 17741be SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode strings/patterns. by Fredrik Lundh · 24 years ago
- b25e1ad sre 2.1b2 update: by Fredrik Lundh · 24 years ago
- b0dbeef Allow the process of reading back what we wrote to a pty to transform by Thomas Wouters · 24 years ago
- 5ddd1a8 Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py by Steve Purcell · 24 years ago
- f6e47ad Check that f.keys() == [] right after creation -- this prevents bugs by Guido van Rossum · 24 years ago
- 24a4191 Changed doctest to run tests in alphabetic order of name. by Tim Peters · 24 years ago
- 09ccc3a Test that traceback module works with SyntaxErrors with or without carets. by Jeremy Hylton · 24 years ago
- 9175114 Add test cases for the fnmatch module. by Fred Drake · 24 years ago
- cd1b1dd Just import sys at the top instead of inside lots of functions. by Fred Drake · 24 years ago
- 5c7a251 Add tests for recent changes: by Jeremy Hylton · 24 years ago
- eba5130 Addrf simple test that import is case-sensitive. by Tim Peters · 24 years ago
- e241e29 Add test for a list comprehension that is nested in the left-hand part by Jeremy Hylton · 24 years ago
- 9e6f278 Repair test_doctest's expected-output file (Guido added some new output). by Tim Peters · 24 years ago
- 0f33604 SF bug [ #409448 ] Complex division is braindead by Tim Peters · 24 years ago
- 30edd23 Whitespace normalization. by Tim Peters · 24 years ago
- a8f7e59 Oops. A RISCOS patch I forgot to check in. by Guido van Rossum · 24 years ago
- 5b44a67 Add test to verify that nested functions with free variables don't by Jeremy Hylton · 24 years ago
- 63085d4 Import the nested_scopes feature twice, to exercise the patch introduced by Fred Drake · 24 years ago
- 243bff4 Clean up junk files left behind by imp.load_source(). by Tim Peters · 24 years ago
- 9054344 Replace literal '@test' with TESTFN. by Ka-Ping Yee · 24 years ago
- ca956e2 When catching errors from os.rmdir(), test for os.error, not IOError! by Guido van Rossum · 24 years ago
- d74bc43 Make names in __future__.py bind to class instances instead of 2-tuples. by Tim Peters · 24 years ago
- fc35de4 test_global was broken by some recent checkin. Repairing. by Tim Peters · 24 years ago
- 9aa643c Test interaction of global and nested scopes -- thanks to Samuele Pedroni. by Guido van Rossum · 24 years ago
- 2510831 Whitespace normalization. by Tim Peters · 24 years ago
- 40fc160 final round of __all__ lists (I hope) - skipped urllib2 because Moshe may be by Skip Montanaro · 24 years ago