summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Tighten up some warning filters, and break some dependencies on theTim Peters2002-04-169-16/+34
* OK, don't call resetwarnings().Tim Peters2002-04-161-2/+0
* It makes more sense to call resetwarnings() after every test runs thanTim Peters2002-04-164-9/+4
* I expect test_univnewlines to be skipped on Windows. I expect thisTim Peters2002-04-151-0/+1
* Reduce the number of test-suite DeprecationWarnings; start addingTim Peters2002-04-153-3/+12
* test_main(): Added this so the test can actually get run under theBarry Warsaw2002-04-152-21/+20
* Apply the second version of SF patch http://www.python.org/sf/536241Walter Dörwald2002-04-152-2/+22
* SF bug #541883 (Vincent Fiack).Guido van Rossum2002-04-151-0/+6
* SF bug 543840: complex(string) accepts strings with \0Tim Peters2002-04-141-0/+13
* Test suite for universal newline support.Jack Jansen2002-04-141-0/+114
* Patch #542569: tp_print tp_repr tp_str in test_bool.py.Martin v. Löwis2002-04-141-1/+18
* Partially implement SF feature request 444708.Guido van Rossum2002-04-131-0/+12
* I am mad. This test never worked!Guido van Rossum2002-04-121-16/+14
* Add Raymond Hettinger's d.pop(). See SF patch 539949.Guido van Rossum2002-04-121-0/+15
* Clean up the "all" support for -u.Fred Drake2002-04-111-1/+2
* Since xmllib is deprecated now, suppress the DeprecationWarning its testTim Peters2002-04-111-1/+5
* Ignore more deprecation warnings.Tim Peters2002-04-111-4/+6
* Stop sucking up xmllib -- it's deprecated.Tim Peters2002-04-111-1/+0
* I don't expect test_email_codecs to run on Windows.Tim Peters2002-04-111-0/+1
* Added the resource name "all" to enable all of the optional resource uses.Fred Drake2002-04-111-2/+11
* Improve coverage of Objects/weakrefobject.c.Fred Drake2002-04-111-0/+16
* Sync'ing with standalone email package 2.0.1. This adds support forBarry Warsaw2002-04-104-48/+772
* Added test case for UTF-8 encoding bug #541828.Marc-André Lemburg2002-04-101-0/+16
* Use random instead of whrandomAndrew M. Kuchling2002-04-101-3/+3
* - Changed new-style class instantiation so that when C's __new__Guido van Rossum2002-04-061-0/+22
* Add tests for binary pickles.Guido van Rossum2002-04-051-0/+12
* Implement an idea by Paul Rubin:Guido van Rossum2002-04-051-0/+6
* 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