summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Fix compileall.py so that it fails on SyntaxErrorsJeremy Hylton2001-04-1810-16/+11
* Add a test case for Weak*Dictionary.update() that would have caught aFred Drake2001-04-161-0/+25
* Change the test data to ask for class C from module __main__ ratherGuido van Rossum2001-04-161-2/+3
* In order to make this test work on Windows, the test locale has to beGuido van Rossum2001-04-151-2/+7
* Set the SO_REUSEADDR socket option in the server thread -- this seemsGuido van Rossum2001-04-151-0/+1
* Add "import thread" at the top of the module; this prevents us fromGuido van Rossum2001-04-142-0/+2
* If the sunaudiodev module is available but we cannot find an audioFred Drake2001-04-141-1/+9
* Added regression test for SF bug #415660 (failure to invalidate allFred Drake2001-04-131-5/+24
* Fix typo in comment (the module is now called _testcapi, not _test).Guido van Rossum2001-04-131-1/+1
* Change error message raised when free variable is not yet bound. ItJeremy Hylton2001-04-131-1/+2
* Add test for SF bug #405427Jeremy Hylton2001-04-132-0/+36
* Update to reflect new tokenize_test.pyJeremy Hylton2001-04-131-8/+8
* There's no need for the tokenize tests to include a SyntaxError.Jeremy Hylton2001-04-131-1/+1
* Patch #415777: new grouping strategy.Martin v. Löwis2001-04-132-0/+38
* Bug 415514 reported that e.g.Tim Peters2001-04-121-4/+4
* Fix for SF bug #415514: "%#x" % 0 caused assertion failure/abort.Tim Peters2001-04-121-0/+16
* Reverting the "unixware7" patch: atan2(0, 1) should be 0, regardless ofTim Peters2001-04-121-5/+1
* Unixware 7 support by Billy G. Allie (SF patch 413011)Guido van Rossum2001-04-113-3/+10
* Test cases for examples of ext call error handling.Jeremy Hylton2001-04-112-0/+40
* Use the WeakKeyDictionary and WeakValueDictionary classes directlyFred Drake2001-04-101-2/+2
* Some other tests, when failing, don't always remove their TESTFN file.Guido van Rossum2001-04-101-0/+6
* When doing the quick test to see whether large files are supported,Guido van Rossum2001-04-101-1/+1
* When zlib can't be imported, zipfile raises RuntimeError, which causesGuido van Rossum2001-04-101-0/+1
* Test full range of native ints. This exposes two more binary pickleTim Peters2001-04-101-0/+19
* Pickles have a number of storage formats for various sizes and kinds ofTim Peters2001-04-091-13/+40
* No functional change -- just added whitespace in places so I could followTim Peters2001-04-091-11/+30
* Whitespace normalization.Tim Peters2001-04-081-2/+2
* Since Guido fiddled Cookie.py to work with doctest, it's a Good Thing toTim Peters2001-04-062-0/+5
* Remove lines for asynchat & asyncore, as they've now got their own test.Tim Peters2001-04-061-2/+0
* After testing the test on Unix, several improvements:Guido van Rossum2001-04-061-3/+4
* Add test for asynchat. This also tests asyncore.Guido van Rossum2001-04-062-0/+58
* Sf bug [ #412214 ] ZipFile constructor leaves files open.Tim Peters2001-04-041-0/+16
* Whitespace normalization.Tim Peters2001-03-292-5/+5
* Based on info from Jens@digicool.com, add 'darwin1' to the list ofGuido van Rossum2001-03-281-1/+1
* Itamar Shtull-Trauring <itamar@maxnm.com>:Fred Drake2001-03-261-10/+27
* main(): Application of SF patch #405851, which allows this test to beBarry Warsaw2001-03-231-0/+12
* In Jython, `@' is not allowed in module names. Extend the TESTFN testBarry Warsaw2001-03-231-3/+7
* Make socket.getservbyname test optional on socket module having thatBarry Warsaw2001-03-231-5/+6
* Several changes for Jython portability. This closes SF patchBarry Warsaw2001-03-231-9/+18
* Don't have trace() skip the top frame; return them all.Ka-Ping Yee2001-03-231-5/+7
* Convert the weakref test suite to PyUNIT, and add tests that exercise weakFred Drake2001-03-232-260/+252
* When the regression test is run in verbose mode, make the PyUNIT-basedFred Drake2001-03-231-1/+1
* SRE 2.1b2: increase the chances that the sre test works on otherFredrik Lundh2001-03-222-14/+3
* SRE 2.1b2: forgot to update one output file (sorry, Fred!)Fredrik Lundh2001-03-221-0/+8
* SRE 2.1b1: don't do unicode tests under 1.5.2, or on unicodeFredrik Lundh2001-03-221-3/+8
* sre 2.1b2 update:Fredrik Lundh2001-03-222-0/+13
* Allow the process of reading back what we wrote to a pty to transformThomas Wouters2001-03-221-24/+36
* Updated to latest PyUnit version (1.31 in PyUnit CVS); test_support.pySteve Purcell2001-03-221-10/+6
* Check that f.keys() == [] right after creation -- this prevents bugsGuido van Rossum2001-03-223-3/+6
* Changed doctest to run tests in alphabetic order of name.Tim Peters2001-03-212-96/+96