summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* Add test case for SF bug 534347.Guido van Rossum2002-04-041-0/+8
* Oops. Here are the new files. My apologies.Guido van Rossum2002-04-031-0/+228
* Add the 'bool' type and its values 'False' and 'True', as described inGuido van Rossum2002-04-039-172/+172
* Fix bugs:Mark Hammond2002-04-032-0/+39
* SF patch 537536 by Phillip J. Eby, fix for SF bug 535444, super()Guido van Rossum2002-04-021-0/+8
* Add an experimental mechanism to support extending the pprint formatting.Fred Drake2002-04-021-0/+21
* Make test_commands work on more systems. This removes much of the dependencyFred Drake2002-04-011-4/+5
* Format strings (tuples,) appropriatelyNeal Norwitz2002-04-012-3/+3
* Use attributes appropriatelyNeal Norwitz2002-04-012-2/+2
* There is no TestError, use TestFailed appropriatelyNeal Norwitz2002-04-013-10/+10
* We expect to skip the new test_mpz on Windows.Tim Peters2002-04-011-1/+5
* Get rid of all METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+90
* Remove some now-obsolete generator future statements.Tim Peters2002-04-013-12/+4
* Convert file.readinto() to stop using METH_OLDARGS & PyArg_Parse.Neal Norwitz2002-04-011-0/+15
* As part of fixing bug #536241, add a test case for string.zfill() with UnicodeAndrew M. Kuchling2002-03-291-1/+4
* Add two tests for string.zfillAndrew M. Kuchling2002-03-291-0/+3
* test_trashcan: reword obscure code.Tim Peters2002-03-281-1/+1
* New test_traschcan() test in test_gc, which reliably provokes segfaultsTim Peters2002-03-281-0/+29
* Add a simple test of the METH_CLASS and METH_STATIC flags for type methods.Fred Drake2002-03-281-0/+30
* Add tests for the iterkeys, itervalues and iteritemsWalter Dörwald2002-03-251-0/+29
* SF bug 480215: softspace confused in nested printTim Peters2002-03-241-0/+14
* add test for InvalidURLSkip Montanaro2002-03-241-0/+2
* add test of InvalidURLSkip Montanaro2002-03-241-0/+10
* Add more tests for built-in types. Add tests for buffer objects.Neil Schemenauer2002-03-242-0/+119
* added RFC 2396 tests from Aaron Swartz included in bug # 450225.Skip Montanaro2002-03-231-74/+116
* no longer needed - converted test_urlparse.py to use unittestSkip Montanaro2002-03-231-46/+0
* SF bug 533234: tm_isdst > 1 Passed to strftime.Tim Peters2002-03-231-0/+23
* Add a simple test suite for netrc.py, and remove it from test_sundryAndrew M. Kuchling2002-03-222-1/+43
* Do not insert characters for unicode-escape decoders if the error modeMartin v. Löwis2002-03-211-0/+8
* amk's fix attached toMichael W. Hudson2002-03-182-0/+23
* Fix for SF bug 528132 (Armin Rigo): classmethod().__get__() segfaultGuido van Rossum2002-03-181-0/+5
* 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