summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Merge back from r23b1-branchGuido van Rossum2003-04-261-0/+2
* New feature: when saving a file, keep the eol convention of theGuido van Rossum2003-04-251-3/+11
* Update for release into PythonKurt B. Kaiser2003-04-252-2/+2
* Update for 2.3b1Kurt B. Kaiser2003-04-254-15/+18
* final bit of tests converted from test_sreSkip Montanaro2003-04-251-8/+25
* test_sre is dead! long live test_re!Skip Montanaro2003-04-251-116/+0
* deleted more tests which were either already in test_re or that I migratedSkip Montanaro2003-04-251-76/+0
* more tests converted from test_sreSkip Montanaro2003-04-251-14/+35
* 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
* rework Sniffer api significantlySkip Montanaro2003-04-251-41/+26
* some sniffer testsSkip Montanaro2003-04-251-0/+34
* more tests from test_sreSkip Montanaro2003-04-251-2/+44
* Attempt to deal with some obvious errors in the code. These were allFred Drake2003-04-251-15/+14
* 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-252-4/+165
* Patch by Jp Calderone:Guido van Rossum2003-04-252-0/+60
* 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
* [Patch #628208] Add optional support for the 'nil' extensionAndrew M. Kuchling2003-04-251-8/+24
* csv is a module againSkip Montanaro2003-04-243-425/+0
* cvs is going to be a module againSkip Montanaro2003-04-241-0/+440
* SF bug 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-241-2/+3
* move imports in Binary class to top level to avoid repeated imports.Skip Montanaro2003-04-241-2/+6
* new method: has_function() - returns a boolean indicating whether theSkip Montanaro2003-04-241-0/+45
* 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
* GNUTranslations:Barry Warsaw2003-04-241-33/+33
* 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
* Fix docstring typoAndrew M. Kuchling2003-04-241-1/+1
* This test now uses the separate getargs_X functions from _testcapimodule.Thomas Heller2003-04-241-101/+109
* Whitespace normalization.Tim Peters2003-04-2436-128/+111
* Get rid of some hard coded tabsBarry Warsaw2003-04-241-3/+3
* SF patch 695710: fix bug 678519: cStringIO self iteratorRaymond Hettinger2003-04-241-3/+3
* SF Patch 549151: urllib2 POSTs on redirectRaymond Hettinger2003-04-242-4/+38
* [Patch #679505] Silence DeprecationWarning when testing rotor moduleAndrew M. Kuchling2003-04-241-0/+6
* Reformatted a bit to remove the lengthy re.compile() from the functionMarc-André Lemburg2003-04-241-23/+25
* New module platform.py, submitted by Marc-Andre Lemburg.Marc-André Lemburg2003-04-241-0/+1232
* Revert the previous enhancement to the bytecode optimizer.Raymond Hettinger2003-04-241-2/+0
* Fix docstring for URLOpener.retrieve() in regards to opening a local fileBrett Cannon2003-04-241-1/+1
* Max OS X returns "*" as the password in grp.getgrall()Walter Dörwald2003-04-231-22/+37
* SF 557704: netrc module can't handle all passwordsRaymond Hettinger2003-04-231-2/+1
* Fix SF bug #723801, logging.setLoggerClass() doesn't support new-style classesNeal Norwitz2003-04-231-2/+0