index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_httplib.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+3
|
\
|
*
Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.
Serhiy Storchaka
2013-12-17
1
-0/+3
*
|
merge with 3.3
Georg Brandl
2013-10-27
1
-0/+9
|
\
\
|
|
/
|
*
Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than
Georg Brandl
2013-10-27
1
-0/+9
*
|
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-4/+4
|
\
\
|
|
/
|
*
Issue #18743: Fix references to non-existant "StringIO" module
Serhiy Storchaka
2013-08-29
1
-4/+4
*
|
Issue #16658: add missing return to HTTPConnection.send().
Andrew Svetlov
2013-04-12
1
-0/+21
|
\
\
|
|
/
|
*
Issue #16658: add missing return to HTTPConnection.send().
Andrew Svetlov
2013-04-12
1
-0/+21
*
|
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka
2013-02-06
1
-0/+24
|
\
\
|
|
/
|
*
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka
2013-02-06
1
-0/+24
|
|
\
|
|
*
Issue #16723: httplib.HTTPResponse no longer marked closed when the connection
Serhiy Storchaka
2013-02-06
1
-0/+18
*
|
|
Issue #17107: Test client-side SNI support in urllib.request thanks to the ne...
Antoine Pitrou
2013-02-05
1
-1/+1
*
|
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
1
-3/+34
|
\
\
\
|
|
/
/
|
*
|
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
1
-3/+34
|
|
\
\
|
|
|
/
|
|
*
Issue #15633: httplib.HTTPResponse is now mark closed when the server sends l...
Antoine Pitrou
2013-02-02
1
-3/+15
*
|
|
Issue #16833: In http.client.HTTPConnection, do not concatenate the request h...
Antoine Pitrou
2013-01-02
1
-0/+24
*
|
|
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov
2012-12-18
1
-2/+2
|
/
/
*
|
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-2/+34
|
\
\
|
|
/
|
*
Issue #16298: In HTTPResponse.read(), close the socket when there is no Conte...
Antoine Pitrou
2012-12-15
1
-1/+14
*
|
merge - Fix Issue14721: Send Content-length: 0 for empty body () in the http....
Senthil Kumaran
2012-05-19
1
-0/+28
|
\
\
|
|
/
|
*
Fix Issue14721: Send Content-length: 0 for empty body () in the http.client r...
Senthil Kumaran
2012-05-19
1
-0/+28
*
|
httplib test for early eof response. related to Issue13684
Senthil Kumaran
2012-04-29
1
-0/+9
|
\
\
|
|
/
|
*
httplib test for early eof response. related to Issue13684
Senthil Kumaran
2012-04-29
1
-0/+9
*
|
Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729
Antoine Pitrou
2012-01-04
1
-15/+49
*
|
Issue #13464: Add a readinto() method to http.client.HTTPResponse.
Antoine Pitrou
2011-12-06
1
-0/+86
*
|
Issue #10860: Skip the new test if HTTPS is not available
Petri Lehtinen
2011-10-26
1
-0/+2
|
\
\
|
|
/
|
*
Issue #10860: Skip the new test if HTTPS is not available
Petri Lehtinen
2011-10-26
1
-0/+2
*
|
Merged fix for #10860 from 3.2
Łukasz Langa
2011-10-19
1
-2/+22
|
\
\
|
|
/
|
*
Fixes #10860: Handle empty port after port delimiter in httplib
Łukasz Langa
2011-10-18
1
-2/+22
*
|
Merge 3.2: test_httplib removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
|
\
\
|
|
/
|
*
test_httplib removes temporary files
Victor Stinner
2011-09-20
1
-0/+2
*
|
Silence the altered state warning about threadgs when running test_httplib.
Brett Cannon
2011-08-05
1
-4/+4
|
/
*
Fix closes Issue12676 - Invalid identifier used in TypeError message in http....
Senthil Kumaran
2011-08-02
1
-0/+7
*
Issue 10825: Minor updates to the test suite.
Raymond Hettinger
2011-01-06
1
-5/+5
*
test_httplib: fix a DeprecationWarning, assertEquals=>assertEqual
Victor Stinner
2011-01-04
1
-1/+1
*
Issue3243 - Support iterable bodies in httplib. Patch contributions by Xuanji...
Senthil Kumaran
2010-12-19
1
-0/+16
*
Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...
Senthil Kumaran
2010-12-18
1
-0/+27
*
#9424: Replace deprecated assert* methods in the Python test suite.
Ezio Melotti
2010-11-20
1
-12/+12
*
Fix Issue5111 - Wrap the Ipv6 host with [] in the Host header
Senthil Kumaran
2010-11-13
1
-0/+19
*
Move test_httplib over to file context managers.
Brett Cannon
2010-10-29
1
-27/+25
*
Issue #9003: http.client.HTTPSConnection, urllib.request.HTTPSHandler and
Antoine Pitrou
2010-10-13
1
-7/+99
*
Remove the debugging print line from the test.
Senthil Kumaran
2010-10-04
1
-1/+0
*
Fix Issue10012 - httplib headers, which are (sometimes mistakenly) int are ex...
Senthil Kumaran
2010-10-03
1
-0/+9
*
Fix Issue8572 - httplib getheader() throws error instead of default
Senthil Kumaran
2010-08-02
1
-1/+38
*
Merged revisions 81691 via svnmerge from
Senthil Kumaran
2010-06-04
1
-1/+1
*
Merged revisions 80583 via svnmerge from
Senthil Kumaran
2010-04-28
1
-0/+17
*
Merged revisions 78417 via svnmerge from
Benjamin Peterson
2010-03-21
1
-0/+4
*
Merged revisions 77263-77264 via svnmerge from
Gregory P. Smith
2010-01-03
1
-2/+35
*
[NOTE: the original bug doesn't exist in py3k but this adds Kirk's tests and ...
Antoine Pitrou
2009-09-29
1
-0/+15
*
convert old fail* assertions to assert*
Benjamin Peterson
2009-06-30
1
-2/+2
[next]