| Commit message (Expand) | Author | Age | Files | Lines |
* | Combine the functionality of test_support.run_unittest() | Walter Dörwald | 2003-05-01 | 63 | -401/+309 |
|
|
* | Consistently use test_support.foo everywhere. | Walter Dörwald | 2003-05-01 | 1 | -15/+5 |
|
|
* | Patch #727805: Remove extra line ending from CGI responses. | Martin v. Löwis | 2003-05-01 | 2 | -3/+4 |
|
|
* | Delete comment my last checkin rendered obsolete. | Michael W. Hudson | 2003-04-30 | 1 | -2/+0 |
|
|
* | Change from a threading.Condition object to a threading.Event object for | Brett Cannon | 2003-04-30 | 1 | -6/+3 |
|
|
* | Make time.sleep calls go to 0 for common testing. | Brett Cannon | 2003-04-30 | 2 | -11/+19 |
|
|
* | Flesh out test_support docs. | Brett Cannon | 2003-04-30 | 1 | -3/+19 |
|
|
* | improved CRLF regex for previous fix | Piers Lauder | 2003-04-29 | 1 | -1/+1 |
|
|
* | added code to canonicalise line endings in data sent via "append" - fix for b... | Piers Lauder | 2003-04-29 | 1 | -2/+3 |
|
|
* | Allow "@" in unquoted attribute values. | Fred Drake | 2003-04-29 | 2 | -1/+10 |
|
|
* | Port test_richcmp.py to PyUnit. From SF patch #662807 which additional | Walter Dörwald | 2003-04-29 | 2 | -366/+276 |
|
|
* | Use the new htmlentitydefs.codepoint2name for test_xmlcharnamereplace() | Walter Dörwald | 2003-04-29 | 1 | -7/+1 |
|
|
* | Add doctest for example in the library reference. | Raymond Hettinger | 2003-04-29 | 1 | -0/+40 |
|
|
* | Extract the errno value to use from the errno module if possible. | Fred Drake | 2003-04-29 | 1 | -1/+6 |
|
|
* | Regain throughput lost with the _socketobject wrapper. The | Skip Montanaro | 2003-04-29 | 1 | -3/+9 |
|
|
* | Use Tim's suggestion to fix | Michael W. Hudson | 2003-04-29 | 1 | -14/+51 |
|
|
* | Armin Rigo's fix & test for | Michael W. Hudson | 2003-04-29 | 1 | -0/+21 |
|
|
* | Applying patch #728656, by logistix, fixing opening of nonexistent | Gustavo Niemeyer | 2003-04-29 | 1 | -0/+5 |
|
|
* | Added tests for urlretrieve. Also made sure urlopen tests cleaned up properl... | Brett Cannon | 2003-04-29 | 1 | -8/+48 |
|
|
* | Raise a ValueError when there is data that was not covered in the format stri... | Brett Cannon | 2003-04-28 | 2 | -0/+7 |
|
|
* | SF bug 728097: tmpnam problems on windows 2.3b, breaks test.test_os. | Tim Peters | 2003-04-28 | 1 | -1/+22 |
|
|
* | Make tests clean up after themselves better. This means: | Brett Cannon | 2003-04-27 | 1 | -2/+18 |
|
|
* | Fix for part of the problem mentioned in #725149 by Greg Chapman. | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+7 |
|
|
* | Applied patch #725106, by Greg Chapman, fixing capturing groups | Gustavo Niemeyer | 2003-04-27 | 1 | -0/+19 |
|
|
* | Factor out common boilerplate for test_support | Raymond Hettinger | 2003-04-27 | 4 | -24/+14 |
|
|
* | Rewrote. As reported on c.l.py, when the test suite is run via | Tim Peters | 2003-04-26 | 1 | -20/+30 |
|
|
* | Merge back from r23b1-branch | Guido van Rossum | 2003-04-26 | 1 | -0/+2 |
|
|
* | New feature: when saving a file, keep the eol convention of the | Guido van Rossum | 2003-04-25 | 1 | -3/+11 |
|
|
* | Update for release into Python | Kurt B. Kaiser | 2003-04-25 | 2 | -2/+2 |
|
|
* | Update for 2.3b1 | Kurt B. Kaiser | 2003-04-25 | 4 | -15/+18 |
|
|
* | final bit of tests converted from test_sre | Skip Montanaro | 2003-04-25 | 1 | -8/+25 |
|
|
* | test_sre is dead! long live test_re! | Skip Montanaro | 2003-04-25 | 1 | -116/+0 |
|
|
* | deleted more tests which were either already in test_re or that I migrated | Skip Montanaro | 2003-04-25 | 1 | -76/+0 |
|
|
* | more tests converted from test_sre | Skip Montanaro | 2003-04-25 | 1 | -14/+35 |
|
|
* | Remove tests which were migrated to test_re.py. There are still more tests | Skip Montanaro | 2003-04-25 | 1 | -262/+0 |
|
|
* | Skip testing inet_ntop() an inet_pton() if they aren't defined. | Guido van Rossum | 2003-04-25 | 1 | -0/+8 |
|
|
* | Fix the tests on Windows, by writing the test data file in binary | Guido van Rossum | 2003-04-25 | 1 | -1/+1 |
|
|
* | rework Sniffer api significantly | Skip Montanaro | 2003-04-25 | 1 | -41/+26 |
|
|
* | some sniffer tests | Skip Montanaro | 2003-04-25 | 1 | -0/+34 |
|
|
* | more tests from test_sre | Skip Montanaro | 2003-04-25 | 1 | -2/+44 |
|
|
* | Attempt to deal with some obvious errors in the code. These were all | Fred Drake | 2003-04-25 | 1 | -15/+14 |
|
|
* | New version from Vinaj, should solve the threading problems (hopefully). | Guido van Rossum | 2003-04-25 | 2 | -7/+18 |
|
|
* | copy a few tests from test_sre | Skip Montanaro | 2003-04-25 | 1 | -0/+15 |
|
|
* | Port test_bool.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-04-25 | 1 | -253/+328 |
|
|
* | Complete rewrite of module. Only has tests using temporary files; net tests | Brett Cannon | 2003-04-25 | 1 | -102/+376 |
|
|
* | New generator os.walk() does a bit more than os.path.walk() does, and | Tim Peters | 2003-04-25 | 2 | -4/+165 |
|
|
* | Patch by Jp Calderone: | Guido van Rossum | 2003-04-25 | 2 | -0/+60 |
|
|
* | test_re is no longer needed | Guido van Rossum | 2003-04-25 | 1 | -2/+0 |
|
|
* | Fix test_limitations(). The match there is *expected* to raise | Guido van Rossum | 2003-04-25 | 1 | -1/+6 |
|
|
* | [Patch #628208] Test the 'nil' extension | Andrew M. Kuchling | 2003-04-25 | 1 | -0/+8 |
|
|