| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compileall.py so that it fails on SyntaxErrors | Jeremy Hylton | 2001-04-18 | 10 | -16/+11 |
|
|
* | Add a test case for Weak*Dictionary.update() that would have caught a | Fred Drake | 2001-04-16 | 1 | -0/+25 |
|
|
* | Change the test data to ask for class C from module __main__ rather | Guido van Rossum | 2001-04-16 | 1 | -2/+3 |
|
|
* | In order to make this test work on Windows, the test locale has to be | Guido van Rossum | 2001-04-15 | 1 | -2/+7 |
|
|
* | Set the SO_REUSEADDR socket option in the server thread -- this seems | Guido van Rossum | 2001-04-15 | 1 | -0/+1 |
|
|
* | Add "import thread" at the top of the module; this prevents us from | Guido van Rossum | 2001-04-14 | 2 | -0/+2 |
|
|
* | If the sunaudiodev module is available but we cannot find an audio | Fred Drake | 2001-04-14 | 1 | -1/+9 |
|
|
* | Added regression test for SF bug #415660 (failure to invalidate all | Fred Drake | 2001-04-13 | 1 | -5/+24 |
|
|
* | Fix typo in comment (the module is now called _testcapi, not _test). | Guido van Rossum | 2001-04-13 | 1 | -1/+1 |
|
|
* | Change error message raised when free variable is not yet bound. It | Jeremy Hylton | 2001-04-13 | 1 | -1/+2 |
|
|
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 2 | -0/+36 |
|
|
* | Update to reflect new tokenize_test.py | Jeremy Hylton | 2001-04-13 | 1 | -8/+8 |
|
|
* | There's no need for the tokenize tests to include a SyntaxError. | Jeremy Hylton | 2001-04-13 | 1 | -1/+1 |
|
|
* | Patch #415777: new grouping strategy. | Martin v. Löwis | 2001-04-13 | 2 | -0/+38 |
|
|
* | Bug 415514 reported that e.g. | Tim Peters | 2001-04-12 | 1 | -4/+4 |
|
|
* | Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort. | Tim Peters | 2001-04-12 | 1 | -0/+16 |
|
|
* | Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless of | Tim Peters | 2001-04-12 | 1 | -5/+1 |
|
|
* | Unixware 7 support by Billy G. Allie (SF patch 413011) | Guido van Rossum | 2001-04-11 | 3 | -3/+10 |
|
|
* | Test cases for examples of ext call error handling. | Jeremy Hylton | 2001-04-11 | 2 | -0/+40 |
|
|
* | Use the WeakKeyDictionary and WeakValueDictionary classes directly | Fred Drake | 2001-04-10 | 1 | -2/+2 |
|
|
* | Some other tests, when failing, don't always remove their TESTFN file. | Guido van Rossum | 2001-04-10 | 1 | -0/+6 |
|
|
* | When doing the quick test to see whether large files are supported, | Guido van Rossum | 2001-04-10 | 1 | -1/+1 |
|
|
* | When zlib can't be imported, zipfile raises RuntimeError, which causes | Guido van Rossum | 2001-04-10 | 1 | -0/+1 |
|
|
* | Test full range of native ints. This exposes two more binary pickle | Tim Peters | 2001-04-10 | 1 | -0/+19 |
|
|
* | Pickles have a number of storage formats for various sizes and kinds of | Tim Peters | 2001-04-09 | 1 | -13/+40 |
|
|
* | No functional change -- just added whitespace in places so I could follow | Tim Peters | 2001-04-09 | 1 | -11/+30 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-04-08 | 1 | -2/+2 |
|
|
* | Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing to | Tim Peters | 2001-04-06 | 2 | -0/+5 |
|
|
* | Remove lines for asynchat & asyncore, as they've now got their own test. | Tim Peters | 2001-04-06 | 1 | -2/+0 |
|
|
* | After testing the test on Unix, several improvements: | Guido van Rossum | 2001-04-06 | 1 | -3/+4 |
|
|
* | Add test for asynchat. This also tests asyncore. | Guido van Rossum | 2001-04-06 | 2 | -0/+58 |
|
|
* | Sf bug [ #412214 ] ZipFile constructor leaves files open. | Tim Peters | 2001-04-04 | 1 | -0/+16 |
|
|
* | Whitespace normalization. | Tim Peters | 2001-03-29 | 2 | -5/+5 |
|
|
* | Based on info from Jens@digicool.com, add 'darwin1' to the list of | Guido van Rossum | 2001-03-28 | 1 | -1/+1 |
|
|
* | Itamar Shtull-Trauring <itamar@maxnm.com>: | Fred Drake | 2001-03-26 | 1 | -10/+27 |
|
|
* | main(): Application of SF patch #405851, which allows this test to be | Barry Warsaw | 2001-03-23 | 1 | -0/+12 |
|
|
* | In Jython, `@' is not allowed in module names. Extend the TESTFN test | Barry Warsaw | 2001-03-23 | 1 | -3/+7 |
|
|
* | Make socket.getservbyname test optional on socket module having that | Barry Warsaw | 2001-03-23 | 1 | -5/+6 |
|
|
* | Several changes for Jython portability. This closes SF patch | Barry Warsaw | 2001-03-23 | 1 | -9/+18 |
|
|
* | Don't have trace() skip the top frame; return them all. | Ka-Ping Yee | 2001-03-23 | 1 | -5/+7 |
|
|
* | Convert the weakref test suite to PyUNIT, and add tests that exercise weak | Fred Drake | 2001-03-23 | 2 | -260/+252 |
|
|
* | When the regression test is run in verbose mode, make the PyUNIT-based | Fred Drake | 2001-03-23 | 1 | -1/+1 |
|
|
* | SRE 2.1b2: increase the chances that the sre test works on other | Fredrik Lundh | 2001-03-22 | 2 | -14/+3 |
|
|
* | SRE 2.1b2: forgot to update one output file (sorry, Fred!) | Fredrik Lundh | 2001-03-22 | 1 | -0/+8 |
|
|
* | SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicode | Fredrik Lundh | 2001-03-22 | 1 | -3/+8 |
|
|
* | sre 2.1b2 update: | Fredrik Lundh | 2001-03-22 | 2 | -0/+13 |
|
|
* | Allow the process of reading back what we wrote to a pty to transform | Thomas Wouters | 2001-03-22 | 1 | -24/+36 |
|
|
* | Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.py | Steve Purcell | 2001-03-22 | 1 | -10/+6 |
|
|
* | Check that f.keys() == [] right after creation -- this prevents bugs | Guido van Rossum | 2001-03-22 | 3 | -3/+6 |
|
|
* | Changed doctest to run tests in alphabetic order of name. | Tim Peters | 2001-03-21 | 2 | -96/+96 |
|
|