summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* initial test_anydbm module - based on test_dumbdbm.pySkip Montanaro2002-03-181-0/+96
* restructure a bit to not rely on test case execution orderingSkip Montanaro2002-03-171-4/+28
* Skip test_longexp for MacPython on Mac OS X. It triggers a pathological reall...Jack Jansen2002-03-151-1/+5
* added test case to catch index errors with _localized_name classSkip Montanaro2002-03-151-0/+4
* first cut at skip-list for hp-ux 11 based upon input from Bill Lawler at HP.Skip Montanaro2002-03-151-0/+30
* "Fix" for SF bug #520644: __slots__ are not pickled.Guido van Rossum2002-03-141-0/+89
* Test for the fix I just checked in to moduleobject.c.Guido van Rossum2002-03-121-0/+12
* Change Windows file.truncate() to (a) restore the original file position,Tim Peters2002-03-121-9/+15
* Fix typoNeal Norwitz2002-03-111-1/+1
* Add a check that SF bug 516727 is really fixed.Guido van Rossum2002-03-111-0/+10
* file_truncate(): provide full "large file" support on Windows, byTim Peters2002-03-111-15/+24
* Bugfix candidate.Guido van Rossum2002-03-111-0/+3
* SF patch 499062: Minor typo in test_generators.py.Tim Peters2002-03-101-1/+1
* Fix pyclbr test of httplib without really understanding pyclbr.Jeremy Hylton2002-03-081-1/+2
* As part of fixing bug #523301, add a simple test of ConfigParser.write()Andrew M. Kuchling2002-03-082-0/+30
* SF bug 515943: searching for data with \0 in mmap.Tim Peters2002-03-081-0/+25
* Test forMichael W. Hudson2002-03-061-0/+12
* Special support for pickling os.stat and os.stat_vfs results portablyMichael W. Hudson2002-03-061-0/+11
* A fix & test forMichael W. Hudson2002-03-051-0/+7
* SF #506611, fix sys.setprofile(), sys.settrace() core dumpsNeal Norwitz2002-03-032-0/+10
* _PyLong_Copy(): was creating a copy of the absolute value, but shouldTim Peters2002-03-021-0/+1
* SF patch 514641 (Naofumi Honda) - Negative ob_size of LongObjectsGuido van Rossum2002-03-011-0/+4
* 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