summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
...
* Remove tests which were migrated to test_re.py. There are still more testsSkip Montanaro2003-04-251-262/+0
* Skip testing inet_ntop() an inet_pton() if they aren't defined.Guido van Rossum2003-04-251-0/+8
* Fix the tests on Windows, by writing the test data file in binaryGuido van Rossum2003-04-251-1/+1
* some sniffer testsSkip Montanaro2003-04-251-0/+34
* more tests from test_sreSkip Montanaro2003-04-251-2/+44
* New version from Vinaj, should solve the threading problems (hopefully).Guido van Rossum2003-04-252-7/+18
* copy a few tests from test_sreSkip Montanaro2003-04-251-0/+15
* Port test_bool.py to PyUnit. From SF patch #662807.Walter Dörwald2003-04-251-253/+328
* Complete rewrite of module. Only has tests using temporary files; net testsBrett Cannon2003-04-251-102/+376
* New generator os.walk() does a bit more than os.path.walk() does, andTim Peters2003-04-251-3/+85
* Patch by Jp Calderone:Guido van Rossum2003-04-251-0/+59
* test_re is no longer neededGuido van Rossum2003-04-251-2/+0
* Fix test_limitations(). The match there is *expected* to raiseGuido van Rossum2003-04-251-1/+6
* [Patch #628208] Test the 'nil' extensionAndrew M. Kuchling2003-04-251-0/+8
* first cut at unittest version of re testsSkip Montanaro2003-04-241-374/+297
* if the test is run directly (__name__ == "__main__") don't actually requireSkip Montanaro2003-04-241-0/+4
* remove test_socketserver from the skip listsSkip Montanaro2003-04-241-11/+0
* UnicodeTranslationsTest.setUp(): Removed the coerce flag to theBarry Warsaw2003-04-241-1/+1
* SF bug 665835: filter() treatment of str and tuple inconsistentRaymond Hettinger2003-04-241-0/+12
* This test now uses the separate getargs_X functions from _testcapimodule.Thomas Heller2003-04-241-101/+109
* Whitespace normalization.Tim Peters2003-04-2414-41/+36
* SF patch 695710: fix bug 678519: cStringIO self iteratorRaymond Hettinger2003-04-241-3/+3
* [Patch #679505] Silence DeprecationWarning when testing rotor moduleAndrew M. Kuchling2003-04-241-0/+6
* Max OS X returns "*" as the password in grp.getgrall()Walter Dörwald2003-04-231-22/+37
* Do a little more searching for the data file for the test: this allowsFred Drake2003-04-221-1/+12
* Change test_pwd and test_grp so they can handle duplicate userWalter Dörwald2003-04-222-3/+7
* Adding new built-in function sum, with docs and tests.Alex Martelli2003-04-221-0/+21
* Test suite for optparse. This is a slightly-edited copy ofGreg Ward2003-04-211-0/+1210
* More work on bug #672491 and patch #712900.Gustavo Niemeyer2003-04-202-1/+7
* - Changed shlex.split() method to have more useful andGustavo Niemeyer2003-04-201-7/+3
* Patch #553171: Add writeback parameter. Also add protocol parameter.Martin v. Löwis2003-04-191-6/+45
* - bool() called without arguments now returns False rather thanGuido van Rossum2003-04-192-0/+11
* New PyGILState_ API - implements pep 311, from patch 684256.Mark Hammond2003-04-191-0/+29
* New file.Martin v. Löwis2003-04-191-0/+90
* Patch #681152: Support escaped Unicode characters in classes. Fixes #612074.Martin v. Löwis2003-04-191-0/+4
* Make _strptime escape regex syntax in format string to prevent use in interna...Brett Cannon2003-04-191-0/+14
* Skip nameprep test 3.43, as we do allow unassigned characters. The testMartin v. Löwis2003-04-181-2/+4
* Implement IDNA (Internationalized Domain Names in Applications).Martin v. Löwis2003-04-181-0/+296
* Delete the 'h' test -- 'h' is no longer unsigned so the machinery hereGuido van Rossum2003-04-181-16/+1
* Get test to work under regrtest when running whole suiteNeal Norwitz2003-04-171-1/+6
* Add test that demonstrates SGML-style handling of processingFred Drake2003-04-171-0/+3
* Implemented posix-mode parsing support in shlex.py, as dicussed inGustavo Niemeyer2003-04-171-0/+191
* SF # 595026: support for masks in getargs.c.Thomas Heller2003-04-171-0/+245
* - super() no longer ignores data descriptors, except __class__. SeeGuido van Rossum2003-04-161-1/+16
* Test SystemEvents too.Jack Jansen2003-04-151-1/+4
* Ouch, it's Carlo Verre, not Verre Carlo.Guido van Rossum2003-04-151-5/+5
* Add a few errors tests for range().Walter Dörwald2003-04-151-0/+6
* Fix copy & paste error in comment.Walter Dörwald2003-04-151-1/+1
* Fix the test so that it works even when /etc/group has two entriesWalter Dörwald2003-04-151-1/+12
* Fix the test so that it works even when /etc/passwd has two entriesWalter Dörwald2003-04-151-1/+12