summaryrefslogtreecommitdiffstats
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-0163-401/+309
* Consistently use test_support.foo everywhere.Walter Dörwald2003-05-011-15/+5
* Patch #727805: Remove extra line ending from CGI responses.Martin v. Löwis2003-05-012-3/+4
* Delete comment my last checkin rendered obsolete.Michael W. Hudson2003-04-301-2/+0
* Change from a threading.Condition object to a threading.Event object forBrett Cannon2003-04-301-6/+3
* Make time.sleep calls go to 0 for common testing.Brett Cannon2003-04-302-11/+19
* Flesh out test_support docs.Brett Cannon2003-04-301-3/+19
* improved CRLF regex for previous fixPiers Lauder2003-04-291-1/+1
* added code to canonicalise line endings in data sent via "append" - fix for b...Piers Lauder2003-04-291-2/+3
* Allow "@" in unquoted attribute values.Fred Drake2003-04-292-1/+10
* Port test_richcmp.py to PyUnit. From SF patch #662807 which additionalWalter Dörwald2003-04-292-366/+276
* Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace()Walter Dörwald2003-04-291-7/+1
* Add doctest for example in the library reference.Raymond Hettinger2003-04-291-0/+40
* Extract the errno value to use from the errno module if possible.Fred Drake2003-04-291-1/+6
* Regain throughput lost with the _socketobject wrapper. TheSkip Montanaro2003-04-291-3/+9
* Use Tim's suggestion to fixMichael W. Hudson2003-04-291-14/+51
* Armin Rigo's fix & test forMichael W. Hudson2003-04-291-0/+21
* Applying patch #728656, by logistix, fixing opening of nonexistentGustavo Niemeyer2003-04-291-0/+5
* Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl...Brett Cannon2003-04-291-8/+48
* Raise a ValueError when there is data that was not covered in the format stri...Brett Cannon2003-04-282-0/+7
* SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os.Tim Peters2003-04-281-1/+22
* Make tests clean up after themselves better. This means:Brett Cannon2003-04-271-2/+18
* Fix for part of the problem mentioned in #725149 by Greg Chapman.Gustavo Niemeyer2003-04-271-0/+7
* Applied patch #725106, by Greg Chapman, fixing capturing groupsGustavo Niemeyer2003-04-271-0/+19
* Factor out common boilerplate for test_supportRaymond Hettinger2003-04-274-24/+14
* Rewrote. As reported on c.l.py, when the test suite is run viaTim Peters2003-04-261-20/+30
* 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