summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Patch 520694: arraymodule.c improvements:Martin v. Löwis2002-03-011-4/+141
* Correct various errors:Martin v. Löwis2002-02-281-0/+141
* SF patch #523169, by Samuele Pedroni.Guido van Rossum2002-02-263-1/+14
* OS/2 EMX port Library and regression test changes:Andrew MacIntyre2002-02-242-9/+22
* Somebody made list.__dict__ grow a '__doc__' key, but apparently didn'tTim Peters2002-02-191-0/+1
* Whitespace normalization.Tim Peters2002-02-161-1/+1
* SF bug #516372: test_thread: unhandled exc. in threadTim Peters2002-02-162-5/+13
* Added regression test for start()/stop() returning bogus NULL.Fred Drake2002-02-081-0/+10
* Fix typoNeal Norwitz2002-02-081-1/+1
* Fix to the UTF-8 encoder: it failed on 0-length input strings.Marc-André Lemburg2002-02-072-24/+34
* Fix for the UTF-8 memory allocation bug and the UTF-8 encodingMarc-André Lemburg2002-02-061-12/+11
* This test left a new set of 3 junk files behind each time it was run.Tim Peters2002-01-301-11/+18
* Test case of a singleton multipart; i.e. a multipart/* with only oneBarry Warsaw2002-01-271-0/+8
* test_multipart_one_part(): Idempotency test case for a multipart/*Barry Warsaw2002-01-271-1/+5
* Disable code intended for PEP 277.Guido van Rossum2002-01-151-5/+6
* Only test ntpath.abspath() on Windows. This allows the rest of the module toFred Drake2002-01-151-2/+12
* Ensure Unicode filenames work with glob - they already do, but the test seems...Mark Hammond2002-01-071-1/+9
* Restore Python 2.1 StringIO.py behaviour: support concatenatingMarc-André Lemburg2002-01-061-0/+15
* Remove unused imports, clean up trailing whitespace.Fred Drake2002-01-051-2/+0
* Check for time.struct_time in addition to tuples. Use 3 charactersMartin v. Löwis2002-01-051-0/+14
* SF Patch #494867 test file methodsNeal Norwitz2002-01-011-0/+29
* test_support: add a docstring to vereq().Tim Peters2001-12-292-2/+11
* SF Patch #497487 add test to compare conjugate of a complex numberNeal Norwitz2001-12-291-1/+4
* SF Patch #494873 add tests for complex numbers including calls to int()/long()Neal Norwitz2001-12-291-0/+21
* SF Patch #494874 add tests for int()/long() invalid parametersNeal Norwitz2001-12-291-0/+23
* SF Patch #494872 test repr() of a built-in moduleNeal Norwitz2001-12-291-0/+1
* SF Patch #494876, test invalid parameters to pow()Neal Norwitz2001-12-291-0/+20
* Fix for SF bug ##497426: can't deepcopy recursive new objectsGuido van Rossum2001-12-281-1/+10
* Merge of the release22 branch changes back into the trunk.Barry Warsaw2001-12-211-0/+7
* test_parseaddr_empty(): New test for assuring thatBarry Warsaw2001-12-201-0/+4
* Whitespace normalization.Tim Peters2001-12-201-1/+0
* Add test for pickling new-style class with custom metaclass.Guido van Rossum2001-12-191-0/+12
* Add some additional tests that check more proxy behaviors.Fred Drake2001-12-191-0/+18
* Fix the test control support for the pickle & cPickle tests so the tests runFred Drake2001-12-192-8/+22
* The test using class initarg failed, because it was lacking aGuido van Rossum2001-12-191-0/+3
* Don't call resetwarnings(). Be more restrictive in what we filter outGuido van Rossum2001-12-151-3/+1
* Added test_socketserver and test_unicode_file to tests expected to beJack Jansen2001-12-141-0/+2
* (Merge into trunk.)Guido van Rossum2001-12-141-0/+10
* Undo inadvertent change to test_scope in previous checkinJeremy Hylton2001-12-131-2/+1
* Add a comment explaining what these tests are for, and where to look forFred Drake2001-12-131-0/+3
* Ensure that complex() only accepts a string argument as the first arg,Fred Drake2001-12-131-0/+8
* Update output generated by test_scopeJeremy Hylton2001-12-131-1/+1
* Add test for SF bug [ #492403 ] exec() segfaults on closure's func_codeJeremy Hylton2001-12-131-2/+10
* Very small test suite for the calendar module, mostly to check a constraintFred Drake2001-12-121-0/+34
* Fiddle test_class so it passes with -Qnew.Tim Peters2001-12-111-5/+20
* Fiddle test_augassign so it passes under -Qnew.Tim Peters2001-12-111-3/+10
* Ignore SIGXFSZ. Fixes #490453.Martin v. Löwis2001-12-111-0/+9
* Additional coverage tests by Neil Norwitz.Guido van Rossum2001-12-113-0/+87
* Regression test for SF bug #478534 -- exceptions could "leak" into a weakrefFred Drake2001-12-101-0/+25
* Skipping some tests by adding the usual jython conditional test around:Finn Bock2001-12-101-24/+27