summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* A workaround for the missing buffer() builtin in jython.Finn Bock2001-12-091-0/+6
* bug #133283, #477728, #483789, #490573Fredrik Lundh2001-12-092-3/+9
* test(): Avoid a UnboundLocalError when a method is missing from both the stringFinn Bock2001-12-091-0/+1
* Moved a print statement outside the jython platform test. OtherwiseFinn Bock2001-12-091-1/+1
* The initial patch #468662 was not applied quite verbatim. This should oneFinn Bock2001-12-091-1/+2
* Refcounting isn't available in Jython. Putting the jython test around it.Finn Bock2001-12-091-8/+9
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-1/+1
* Enable support for jython:Finn Bock2001-12-081-4/+11
* Remove erroneous and confusing comment -- sre patterns *can* beGuido van Rossum2001-12-081-2/+2
* SF patch 490393: test___all__ and Jython; from Finn Bock.Tim Peters2001-12-071-3/+4
* I found that when run as a script, this test suite ran its testsGuido van Rossum2001-12-071-6/+6
* Align the number of %s with the number of format arguments.Finn Bock2001-12-071-2/+2
* Move import dbhash out of test_sundry and into test_bsddb,Guido van Rossum2001-12-072-1/+1
* Attribute nodes did not always get their ownerDocument and ownerElementFred Drake2001-12-062-0/+30