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
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Jason R. Coombs
2019-09-28
1
-0/+29
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+1
*
bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)
Pablo Galindo
2019-08-08
1
-2/+6
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+18
*
bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)
Gregory P. Smith
2019-05-06
1
-4/+21
*
bpo-35934: Add socket.create_server() utility function (GH-11784)
Giampaolo Rodola
2019-04-08
1
-4/+1
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
1
-2/+4
*
bpo-33365: print the header values beside the keys (GH-6611)
Marco Strigl
2018-06-19
1
-0/+15
*
bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)
Serhiy Storchaka
2017-11-15
1
-1/+1
*
bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)
Nir Soffer
2017-11-06
1
-0/+23
*
bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)
Vitor Pereira
2017-10-26
1
-0/+1
*
Trivial cleanups following bpo-31370 (#3649)
Antoine Pitrou
2017-09-18
1
-2/+1
*
bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)
Christian Heimes
2017-09-15
1
-9/+6
*
Issue #28394: Merge typo fixes from 3.5 into 3.6
Martin Panter
2016-10-10
1
-1/+1
|
\
|
*
Issue #28394: Spelling and typo fixes in code comments and changelog
Martin Panter
2016-10-10
1
-1/+1
*
|
Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...
Christian Heimes
2016-09-11
1
-6/+9
*
|
Merge: #22233: Only split headers on \r and/or \n, per email RFCs.
R David Murray
2016-09-07
1
-0/+30
|
\
\
|
|
/
|
*
#22233: Only split headers on \r and/or \n, per email RFCs.
R David Murray
2016-09-07
1
-0/+30
*
|
Issue #12319: Always send file request bodies using chunked encoding
Martin Panter
2016-08-27
1
-8/+19
*
|
Issue #12319: Support for chunked encoding of HTTP request bodies
Martin Panter
2016-08-24
1
-4/+147
*
|
Issue #27787: No longer call deleted test_main().
Terry Jan Reedy
2016-08-23
1
-1/+1
*
|
Issue #27787: Remove test_main() and hard-coded list of test classes
Martin Panter
2016-08-23
1
-9/+2
|
/
*
Close HTTP connections and responses in tests to avoid ResourceWarnings
Martin Panter
2016-08-12
1
-1/+11
*
Issue #27125: Fix various errors like “will [be] inherited”
Martin Panter
2016-05-29
1
-2/+2
*
Issue #21069: Move test_fileno() from test_urllibnet and rewrite it
Martin Panter
2016-04-09
1
-0/+41
*
Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost
Martin Panter
2016-03-17
1
-9/+70
*
Issue #26045: Add UTF-8 suggestion to error in http.client
Martin Panter
2016-02-09
1
-1/+1
*
#3566: Clean up handling of remote server disconnects.
R David Murray
2015-04-05
1
-1/+91
*
Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-15/+54
|
\
|
*
#23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.
R David Murray
2015-03-22
1
-15/+54
*
|
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+57
|
\
\
|
|
/
|
*
Issue #22928: Disabled HTTP header injections in http.client.
Serhiy Storchaka
2015-03-12
1
-0/+57
*
|
Merge 3.4 (httplib)
Victor Stinner
2015-02-27
1
-0/+3
|
\
\
|
|
/
|
*
Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.
Victor Stinner
2015-02-27
1
-0/+3
*
|
Issue #23442: Rename two member names to stay backward compatible
Berker Peksag
2015-02-20
1
-0/+61
*
|
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-0/+15
|
\
\
|
|
/
|
*
Issue #23439: Add missing entries to http.client.__all__.
Berker Peksag
2015-02-20
1
-0/+15
*
|
Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.
Berker Peksag
2015-02-03
1
-5/+18
*
|
merge 3.4 (#19996)
Benjamin Peterson
2015-01-26
1
-0/+10
|
\
\
|
|
/
|
*
handle headers with no key (closes #19996)
Benjamin Peterson
2015-01-26
1
-0/+10
*
|
merge from 3.4
Senthil Kumaran
2015-01-25
1
-25/+42
|
\
\
|
|
/
|
*
Increase http.client.HTTPConnection test coverage.
Senthil Kumaran
2015-01-25
1
-25/+42
*
|
http.client: disable Nagle's algorithm (closes #23302)
Benjamin Peterson
2015-01-23
1
-22/+3
*
|
merge 3.4
Benjamin Peterson
2014-12-13
1
-0/+1
|
\
\
|
|
/
|
*
make sure server threads get cleaned up
Benjamin Peterson
2014-12-13
1
-0/+1
*
|
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2014-12-12
1
-3/+5
|
\
\
|
|
/
|
*
Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The port
Serhiy Storchaka
2014-12-12
1
-3/+5
*
|
merge 3.4 (#22959)
Benjamin Peterson
2014-12-07
1
-0/+14
|
\
\
|
|
/
|
*
HTTPSConnection: prefer the context's check_hostname attribute over the const...
Benjamin Peterson
2014-12-07
1
-0/+14
*
|
Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Serhiy Storchaka
2014-12-01
1
-1/+21
|
\
\
|
|
/
[next]