| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 75134 via svnmerge from | Antoine Pitrou | 2009-09-29 | 1 | -1/+16 |
* | Merged revisions 70107 via svnmerge from | Benjamin Peterson | 2009-03-02 | 1 | -0/+19 |
* | Merged revisions 67398,67423-67424,67432,67440-67441,67444-67445,67454,67457,... | Georg Brandl | 2008-12-05 | 1 | -5/+10 |
* | Fixed the semantic of timeout for socket.create_connection and | Facundo Batista | 2008-05-29 | 1 | -12/+17 |
* | Fix typo with regards to self.PORT shadowing class variables with the same name. | Trent Nelson | 2008-04-09 | 1 | -4/+5 |
* | - Issue #2550: The approach used by client/server code for obtaining ports | Trent Nelson | 2008-04-08 | 1 | -11/+10 |
* | #1627: httplib now ignores negative Content-Length headers. | Georg Brandl | 2008-02-24 | 1 | -0/+7 |
* | #900744: If an invalid chunked-encoding header is sent by a server, | Georg Brandl | 2008-02-24 | 1 | -0/+29 |
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Issue #1580738. When HTTPConnection reads the whole stream with read(), | Facundo Batista | 2007-10-18 | 1 | -2/+13 |
* | One more fix to consider missing SSL support. | Thomas Wouters | 2007-08-30 | 1 | -2/+3 |
* | Added timeout support to HTTPSConnection, through the | Facundo Batista | 2007-05-21 | 1 | -1/+9 |
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -2/+2 |
* | Closing the HTTP connection after each test, and listening more. | Facundo Batista | 2007-03-25 | 1 | -1/+4 |
* | Surrounded with try/finally to socket's default timeout setting | Facundo Batista | 2007-03-23 | 1 | -7/+9 |
* | Added a 'create_connect()' function to socket.py, which creates a | Facundo Batista | 2007-03-23 | 1 | -1/+41 |
* | Patch #1065257: Support passing open files as body in | Martin v. Löwis | 2006-11-12 | 1 | -1/+12 |
* | Completely convert test_httplib to unittest. | Georg Brandl | 2006-10-29 | 1 | -90/+63 |
* | Move test case for HTTP response dict to httplib. | Georg Brandl | 2006-02-17 | 1 | -1/+5 |
* | Whitespace normalization. | Tim Peters | 2004-09-16 | 1 | -1/+1 |
* | Remove tabs. | Brett Cannon | 2004-09-15 | 1 | -4/+4 |
* | Strip square brackets from IPv6 address. | Martin v. Löwis | 2004-09-14 | 1 | -3/+8 |
* | missed the obvious test case and corresponding fix | Skip Montanaro | 2004-09-14 | 1 | -1/+1 |
* | Search from the end of the host/port combination to find the colon which | Skip Montanaro | 2004-09-14 | 1 | -0/+7 |
* | SF bug 874842 and patch 997626: httplib bugs | Jeremy Hylton | 2004-08-07 | 1 | -1/+44 |
* | Fix SF bug 764095: Don't use network in test_httplib. | Jeremy Hylton | 2003-07-08 | 1 | -14/+33 |
* | SF bug 622042: Don't expect response body from HEAD request. | Jeremy Hylton | 2003-05-05 | 1 | -0/+13 |
* | Fix for SF bug 661340: test_httplib fails on the mac. | Jeremy Hylton | 2003-01-23 | 1 | -41/+64 |
* | Complete the absolute import patch for the test suite. All relative | Barry Warsaw | 2002-07-30 | 1 | -1/+1 |
* | Whitespace normalization. | Tim Peters | 2002-07-16 | 1 | -1/+0 |
* | Change _begin() back to begin(). | Jeremy Hylton | 2002-07-12 | 1 | -3/+3 |
* | Fix for SF bug #432621: httplib: multiple Set-Cookie headers | Jeremy Hylton | 2002-07-07 | 1 | -2/+20 |
* | Track change of begin() to _begin(). | Jeremy Hylton | 2002-06-28 | 1 | -2/+2 |
* | Use attributes appropriately | Neal Norwitz | 2002-04-01 | 1 | -1/+1 |
* | add test of InvalidURL | Skip Montanaro | 2002-03-24 | 1 | -0/+10 |
* | test_support should be imported directly, not via test.test_support. | Tim Peters | 2001-09-25 | 1 | -1/+1 |
* | Add test for SF bug #405427 | Jeremy Hylton | 2001-04-13 | 1 | -0/+31 |