| Commit message (Expand) | Author | Age |
* | Merged revisions 81691 via svnmerge from | Senthil Kumaran | 2010-06-04 |
* | Merged revisions 80583 via svnmerge from | Senthil Kumaran | 2010-04-28 |
* | Merged revisions 78417 via svnmerge from | Benjamin Peterson | 2010-03-21 |
* | Merged revisions 77263-77264 via svnmerge from | Gregory P. Smith | 2010-01-03 |
* | [NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ... | Antoine Pitrou | 2009-09-29 |
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 |
* | Remove special logic that closes HTTPConnection socket on EPIPE. | Jeremy Hylton | 2009-03-28 |
* | Replace references to httplib with http.client. | Jeremy Hylton | 2009-03-27 |
* | Fix some string encoding issues with entity bodies in HTTP requests. | Jeremy Hylton | 2009-03-27 |
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 |
* | Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding. | Antoine Pitrou | 2009-02-11 |
* | Reflow long line. | Jeremy Hylton | 2008-12-15 |
* | Merged revisions 63562,63570,63728,63734,63784,63788,63802,63817,63827,63839,... | Georg Brandl | 2008-06-10 |
* | Create http package. #2883. | Georg Brandl | 2008-05-26 |
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 |
* | Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-... | Christian Heimes | 2008-04-09 |
* | Merged revisions 61034-61036,61038-61048 via svnmerge from | Christian Heimes | 2008-02-24 |
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 |
* | Merging the py3k-pep3137 branch back into the py3k branch. | Guido van Rossum | 2007-11-06 |
* | Merged revisions 58221-58741 via svnmerge from | Guido van Rossum | 2007-11-01 |
* | Fix for bug 1148: str/bytes issue in httplib's _safe_read(). | Guido van Rossum | 2007-09-12 |
* | Merged revisions 57772-57777 via svnmerge from | Thomas Wouters | 2007-08-30 |
* | Convert various string literals to bytes. | Jeremy Hylton | 2007-08-29 |
* | Make test_httplib pass. | Guido van Rossum | 2007-08-29 |
* | Changes in anticipation of stricter str vs. bytes enforcement. | Guido van Rossum | 2007-08-27 |
* | Remove Python 1.5 compatibility layer from httplib. | Jeremy Hylton | 2007-08-14 |
* | Fix tests to use bytes() where the actual sockets return bytes(). | Jeremy Hylton | 2007-08-03 |
* | Fix test_httplib. | Martin v. Löwis | 2007-06-30 |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 |
* | Merged revisions 53952-54987 via svnmerge from | Guido van Rossum | 2007-04-27 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 |
* | Move test case for HTTP response dict to httplib. | Georg Brandl | 2006-02-17 |
* | Whitespace normalization. | Tim Peters | 2004-09-16 |
* | Remove tabs. | Brett Cannon | 2004-09-15 |
* | Strip square brackets from IPv6 address. | Martin v. Löwis | 2004-09-14 |
* | missed the obvious test case and corresponding fix | Skip Montanaro | 2004-09-14 |
* | Search from the end of the host/port combination to find the colon which | Skip Montanaro | 2004-09-14 |
* | SF bug 874842 and patch 997626: httplib bugs | Jeremy Hylton | 2004-08-07 |
* | Fix SF bug 764095: Don't use network in test_httplib. | Jeremy Hylton | 2003-07-08 |
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 |
* | Fix for SF bug 661340: test_httplib fails on the mac. | Jeremy Hylton | 2003-01-23 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 |
* | Whitespace normalization. | Tim Peters | 2002-07-16 |
* | Change _begin() back to begin(). | Jeremy Hylton | 2002-07-12 |
* | Fix for SF bug #432621: httplib: multiple Set-Cookie headers | Jeremy Hylton | 2002-07-07 |
* | Track change of begin() to _begin(). | Jeremy Hylton | 2002-06-28 |
* | Use attributes appropriately | Neal Norwitz | 2002-04-01 |
* | add test of InvalidURL | Skip Montanaro | 2002-03-24 |
* | test_support should be imported directly, not via test.test_support. | Tim Peters | 2001-09-25 |
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 |