| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow for Version, Flavor and Download-URL not being set. | Jack Jansen | 2003-05-06 | 1 | -3/+3 |
|
|
* | When doing a forced install of a package depending on a pseudo-package | Jack Jansen | 2003-05-06 | 1 | -1/+6 |
|
|
* | Port test_uu.py to PyUnit. From SF patch #662807. | Walter Dörwald | 2003-05-06 | 1 | -147/+162 |
|
|
* | On Mac OS X pwd.getpwall() might return the tuples | Walter Dörwald | 2003-05-05 | 1 | -21/+2 |
|
|
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 | 2 | -4/+24 |
|
|
* | typo | Skip Montanaro | 2003-05-05 | 1 | -1/+1 |
|
|
* | Better fix for newurl as suggested by Jim Jewett in SF bug #730963. | Jeremy Hylton | 2003-05-05 | 1 | -12/+2 |
|
|
* | Add comment explaining try/except for endheaders(). | Jeremy Hylton | 2003-05-05 | 1 | -0/+2 |
|
|
* | Repair redirect handling and raise URLError on host-not-found. | Jeremy Hylton | 2003-05-04 | 1 | -22/+36 |
|
|
* | 'forget' now also deletes any proper .pyo files. | Brett Cannon | 2003-05-04 | 1 | -1/+19 |
|
|
* | Somewhere along the way, the softspace attr of file objects became read- | Tim Peters | 2003-05-04 | 1 | -0/+20 |
|
|
* | Refer to __builtin__.file, not __builtins__.file | Martin v. Löwis | 2003-05-03 | 1 | -2/+3 |
|
|
* | Patch #711902: Cause pydoc to show data descriptor __doc__ strings. | Martin v. Löwis | 2003-05-03 | 3 | -2/+15 |
|
|
* | * Added a substantial number of edge case and argument tests for | Raymond Hettinger | 2003-05-03 | 1 | -15/+76 |
|
|
* | Apply the simplified test_support boilerplate. | Raymond Hettinger | 2003-05-03 | 1 | -6/+4 |
|
|
* | Simplify ref count test. | Raymond Hettinger | 2003-05-02 | 1 | -3/+3 |
|
|
* | Add StopIteration tests. | Raymond Hettinger | 2003-05-02 | 1 | -7/+27 |
|
|
* | CWI moved websites around without me knowing it, and together with | Jack Jansen | 2003-05-02 | 1 | -1/+1 |
|
|
* | The previous made the stop argument optional. | Raymond Hettinger | 2003-05-02 | 1 | -1/+1 |
|
|
* | SF bug #730685: itertools.islice stop argument is not optional | Raymond Hettinger | 2003-05-02 | 1 | -3/+71 |
|
|
* | Added missing modules to __all__ check. | Raymond Hettinger | 2003-05-02 | 1 | -0/+4 |
|
|
* | Used sets.Set() to compare unordered sequences. | Raymond Hettinger | 2003-05-02 | 6 | -40/+17 |
|
|
* | Rename funny long suite to Disk_File_Folder. | Jack Jansen | 2003-05-01 | 7 | -102/+102 |
|
|
* | 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 |
|
|