| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 | 1 | -2/+13 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-12 | 1 | -0/+4 |
|
|
* | #1929: fix httplib _read_chunked (str/bytes confusion). | Georg Brandl | 2008-01-26 | 1 | -2/+2 |
|
|
* | Merged revisions 59407-59422 via svnmerge from | Christian Heimes | 2007-12-08 | 1 | -1/+1 |
|
|
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 | 1 | -2/+7 |
|
|
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 | 1 | -3/+4 |
|
|
* | Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from | Thomas Wouters | 2007-09-19 | 1 | -2/+2 |
|
|
* | Fix for bug 1148: str/bytes issue in httplib's _safe_read(). | Guido van Rossum | 2007-09-12 | 1 | -1/+1 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -0/+4 |
|
|
* | Merged revisions 57620-57771 via svnmerge from | Thomas Wouters | 2007-08-30 | 1 | -195/+21 |
|
|
* | Make test_urllib be strict about str/bytes. | Guido van Rossum | 2007-08-29 | 1 | -1/+1 |
|
|
* | Remove Python 1.5 compatibility layer from httplib. | Jeremy Hylton | 2007-08-14 | 1 | -177/+1 |
|
|
* | Style | Jeremy Hylton | 2007-08-10 | 1 | -2/+2 |
|
|
* | Fix several failing tests in test_urllib2net. | Jeremy Hylton | 2007-08-08 | 1 | -0/+14 |
|
|
* | Merged revisions 56753-56781 via svnmerge from | Guido van Rossum | 2007-08-06 | 1 | -0/+3 |
|
|
* | Change urllib to use HTTPConnection rather than old HTTP class. | Jeremy Hylton | 2007-08-04 | 1 | -0/+7 |
|
|
* | Make sure LineAndFileWrapper gets bytes() as its first argument. | Jeremy Hylton | 2007-08-04 | 1 | -3/+5 |
|
|
* | Use BytesIO instead of StringIO. | Jeremy Hylton | 2007-08-04 | 1 | -3/+1 |
|
|
* | Fix several more paths from the SSL code. | Jeremy Hylton | 2007-08-04 | 1 | -15/+14 |
|
|
* | HTTPResponse should not inherit from io.IOBase. | Jeremy Hylton | 2007-08-04 | 1 | -6/+2 |
|
|
* | A few local changes for consistency of string literals. | Jeremy Hylton | 2007-08-03 | 1 | -4/+5 |
|
|
* | Make consistent use of "" for string literals in new classes. | Jeremy Hylton | 2007-08-03 | 1 | -18/+18 |
|
|
* | Fix status line parsing for http response. | Jeremy Hylton | 2007-08-03 | 1 | -2/+7 |
|
|
* | Fix test_httplib. | Martin v. Löwis | 2007-06-30 | 1 | -7/+8 |
|
|
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -4/+3 |
|
|
* | Change some uses of cStringIO.StringIO to io.StringIO. | Guido van Rossum | 2007-05-18 | 1 | -4/+1 |
|
|
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 | 1 | -22/+6 |
|
|
* | PEP 3114: rename .next() to .__next__() and add next() builtin. | Georg Brandl | 2007-04-21 | 1 | -1/+1 |
|
|
* | Make test_socket_ssl.py pass by fixing some code that was | Guido van Rossum | 2007-03-19 | 1 | -4/+4 |
|
|
* | Fix httplib for removal of slicing from exceptions. | Brett Cannon | 2007-02-27 | 1 | -7/+9 |
|
|
* | - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; | Guido van Rossum | 2007-02-11 | 1 | -2/+2 |
|
|
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -21/+21 |
|
|
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -1/+1 |
|
|
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -7/+7 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+24 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -4/+4 |
|
|
* | Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk. | Thomas Wouters | 2006-05-27 | 1 | -4/+13 |
|
|
* | Move "httpresponses" dict from urllib2 to httplib where it belongs. | Georg Brandl | 2006-02-17 | 1 | -1/+50 |
|
|
* | bug [ 1296004 ] MemoryError in httplib | Georg Brandl | 2005-09-29 | 1 | -4/+7 |
|
|
* | bug [ 1155638 ] self.length shield exception in httplib | Georg Brandl | 2005-06-26 | 1 | -0/+1 |
|
|
* | Fix for SF bug 988120 via patch 1061941. | Jeremy Hylton | 2004-11-07 | 1 | -2/+4 |
|
|
* | SF bug #1046855: httplib index out of range | Raymond Hettinger | 2004-10-14 | 1 | -1/+1 |
|
|
* | Patch #1025790: Add status code constants to httplib. | Martin v. Löwis | 2004-09-18 | 1 | -3/+62 |
|
|
* | Remove tabs. | Brett Cannon | 2004-09-15 | 1 | -2/+2 |
|
|
* | Strip square brackets from IPv6 address. | Martin v. Löwis | 2004-09-14 | 1 | -0/+2 |
|
|
* | missed the obvious test case and corresponding fix | Skip Montanaro | 2004-09-14 | 1 | -1/+2 |
|
|
* | Search from the end of the host/port combination to find the colon which | Skip Montanaro | 2004-09-14 | 1 | -1/+1 |
|
|
* | Patch #800236: add HTTPResponse.getheaders(). | Martin v. Löwis | 2004-08-18 | 1 | -0/+6 |
|
|
* | SF bug 874842 and patch 997626: httplib bugs | Jeremy Hylton | 2004-08-07 | 1 | -10/+20 |
|
|