summaryrefslogtreecommitdiff
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 87373,87381 via svnmerge fromAntoine Pitrou2010-12-181-0/+29
* Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-12/+12
* Merged revisions 86450 via svnmerge fromSenthil Kumaran2010-11-141-0/+20
* Merged revisions 85205 via svnmerge fromSenthil Kumaran2010-10-031-2/+8
* Fix Issue1327971: HTTPResponse should expose a proper fileno attributeSenthil Kumaran2010-09-211-0/+7
* Forward port r70643 (#5542) + part of r83120 (just remove the comment)Victor Stinner2010-07-241-0/+31
* test verifying the resp object is closed for HEAD response.Senthil Kumaran2010-06-041-1/+1
* Fixed Issue6312 - httplib fails with HEAD requests to pages with "transfer-en...Senthil Kumaran2010-04-281-0/+17
* Issue #7427: improve the representation of httplib.BadStatusLine exceptions.Dirkjan Ochtman2010-02-241-0/+4
* issue3972: HTTPConnection and HTTPSConnection now support aGregory P. Smith2010-01-031-2/+35
* Issue #6790: Make it possible again to pass an `array.array` toAntoine Pitrou2009-09-291-1/+16
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* give httplib.IncompleteRead a more sane repr #4308Benjamin Peterson2009-03-021-0/+19
* Reflow long lines.Jeremy Hylton2008-11-291-5/+10
* Fixed the semantic of timeout for socket.create_connection andFacundo Batista2008-05-291-12/+17
* Fix typo with regards to self.PORT shadowing class variables with the same name.Trent Nelson2008-04-091-4/+5
* - Issue #2550: The approach used by client/server code for obtaining portsTrent Nelson2008-04-081-11/+10
* #1627: httplib now ignores negative Content-Length headers.Georg Brandl2008-02-241-0/+7
* #900744: If an invalid chunked-encoding header is sent by a server,Georg Brandl2008-02-241-0/+29
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Issue #1580738. When HTTPConnection reads the whole stream with read(),Facundo Batista2007-10-181-2/+13
* One more fix to consider missing SSL support.Thomas Wouters2007-08-301-2/+3
* Added timeout support to HTTPSConnection, through theFacundo Batista2007-05-211-1/+9
* Whitespace normalization. Ugh, we really need to do this more often.Neal Norwitz2007-04-251-2/+2
* Closing the HTTP connection after each test, and listening more.Facundo Batista2007-03-251-1/+4
* Surrounded with try/finally to socket's default timeout settingFacundo Batista2007-03-231-7/+9
* Added a 'create_connect()' function to socket.py, which creates aFacundo Batista2007-03-231-1/+41
* Patch #1065257: Support passing open files as body inMartin v. Löwis2006-11-121-1/+12
* Completely convert test_httplib to unittest.Georg Brandl2006-10-291-90/+63
* Move test case for HTTP response dict to httplib.Georg Brandl2006-02-171-1/+5
* Whitespace normalization.Tim Peters2004-09-161-1/+1
* Remove tabs.Brett Cannon2004-09-151-4/+4
* Strip square brackets from IPv6 address.Martin v. Löwis2004-09-141-3/+8
* missed the obvious test case and corresponding fixSkip Montanaro2004-09-141-1/+1
* Search from the end of the host/port combination to find the colon whichSkip Montanaro2004-09-141-0/+7
* SF bug 874842 and patch 997626: httplib bugsJeremy Hylton2004-08-071-1/+44
* Fix SF bug 764095: Don't use network in test_httplib.Jeremy Hylton2003-07-081-14/+33
* SF bug 622042: Don't expect response body from HEAD request.Jeremy Hylton2003-05-051-0/+13
* Fix for SF bug 661340: test_httplib fails on the mac.Jeremy Hylton2003-01-231-41/+64
* Complete the absolute import patch for the test suite. All relativeBarry Warsaw2002-07-301-1/+1
* Whitespace normalization.Tim Peters2002-07-161-1/+0
* Change _begin() back to begin().Jeremy Hylton2002-07-121-3/+3
* Fix for SF bug #432621: httplib: multiple Set-Cookie headersJeremy Hylton2002-07-071-2/+20
* Track change of begin() to _begin().Jeremy Hylton2002-06-281-2/+2
* Use attributes appropriatelyNeal Norwitz2002-04-011-1/+1
* add test of InvalidURLSkip Montanaro2002-03-241-0/+10
* test_support should be imported directly, not via test.test_support.Tim Peters2001-09-251-1/+1
* Add test for SF bug #405427Jeremy Hylton2001-04-131-0/+31