summaryrefslogtreecommitdiff
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #28394: Merge typo fixes from 3.5 into 3.6Martin Panter2016-10-101-24/+174
|\
| * Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...Christian Heimes2016-09-111-6/+9
| * Merge: #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-071-18/+165
| |\
| | * Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-271-8/+19
| | * Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-241-4/+147
| | * Issue #27787: No longer call deleted test_main().Terry Jan Reedy2016-08-231-1/+1
| | * Issue #27787: Remove test_main() and hard-coded list of test classesMartin Panter2016-08-231-9/+2
* | | Issue #28394: Spelling and typo fixes in code comments and changelogMartin Panter2016-10-101-1/+1
|/ /
* | #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-071-0/+30
|/
* Close HTTP connections and responses in tests to avoid ResourceWarningsMartin Panter2016-08-121-1/+11
* Issue #27125: Fix various errors like ?will [be] inherited?Martin Panter2016-05-291-2/+2
* Issue #21069: Move test_fileno() from test_urllibnet and rewrite itMartin Panter2016-04-091-0/+41
* Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-171-9/+70
* Issue #26045: Add UTF-8 suggestion to error in http.clientMartin Panter2016-02-091-1/+1
* #3566: Clean up handling of remote server disconnects.R David Murray2015-04-051-1/+91
* Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-62/+349
|\
| * Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-121-62/+349
| |\
| | * Merge 3.4 (httplib)Victor Stinner2015-02-271-0/+3
| | |\
| | * | Issue #23442: Rename two member names to stay backward compatibleBerker Peksag2015-02-201-0/+61
| | * | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+15
| | |\ \
| | * | | Issue #13128: Print response headers for CONNECT requests when debuglevel > 0.Berker Peksag2015-02-031-5/+18
| | * | | merge 3.4 (#19996)Benjamin Peterson2015-01-251-0/+10
| | |\ \ \
| | * \ \ \ merge from 3.4Senthil Kumaran2015-01-241-57/+270
| | |\ \ \ \
| | | * | | | http.client: disable Nagle's algorithm (closes #23302)Benjamin Peterson2015-01-231-22/+3
| | | * | | | merge 3.4Benjamin Peterson2014-12-131-0/+1
| | | |\ \ \ \
| | | * \ \ \ \ Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2014-12-121-35/+267
| | | |\ \ \ \ \
| | | | * \ \ \ \ merge 3.4 (#22959)Benjamin Peterson2014-12-071-35/+267
| | | | |\ \ \ \ \
| | | | | * \ \ \ \ Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-35/+267
| | | | | |\ \ \ \ \
| | | | | | * \ \ \ \ merge 3.4Benjamin Peterson2014-11-251-36/+271
| | | | | | |\ \ \ \ \
| | | | | | | * \ \ \ \ merge with 3.4Georg Brandl2014-11-051-36/+271
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ merge 3.4 (#22417)Benjamin Peterson2014-11-031-9/+40
| | | | | | | | |\ \ \ \ \
| | | | | | | | * | | | | | Issue #21566: Make use of socket.listen() default backlog.Charles-Fran?ois Natali2014-07-231-2/+2
| | | | | | | | * | | | | | merge from 3.4Senthil Kumaran2014-04-141-2/+48
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | * | | | | | | Issue #19009Kristj?n Valur J?nsson2014-03-191-34/+269
* | | | | | | | | | | | | | | #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-221-15/+54
|/ / / / / / / / / / / / / /
* | | | | | | | | | | | | | Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-121-0/+57
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Issue #23526: Fix ResourceWarning in test_httplib. Patch written by Alex Shkop.Victor Stinner2015-02-271-0/+3
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Issue #23439: Add missing entries to http.client.__all__.Berker Peksag2015-02-201-0/+15
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | handle headers with no key (closes #19996)Benjamin Peterson2015-01-251-0/+10
|/ / / / / / / / / /
* | | | | | | | | | Increase http.client.HTTPConnection test coverage.Senthil Kumaran2015-01-241-25/+42
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | make sure server threads get cleaned upBenjamin Peterson2014-12-131-0/+1
|/ / / / / / / /
* | | | | | | | Issue #22095: Fixed HTTPConnection.set_tunnel with default port. The portSerhiy Storchaka2014-12-121-3/+5
|/ / / / / / /
* | | | | | | HTTPSConnection: prefer the context's check_hostname attribute over the const...Benjamin Peterson2014-12-071-0/+14
|/ / / / / /
* | | | | | Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.Serhiy Storchaka2014-12-011-1/+24
|/ / / / /
* | | | | don't fail tests when www.python.org can't be validated by the systemBenjamin Peterson2014-11-251-0/+1
|/ / / /
* | | | test_httplib: use self-signed.pythontest.net for verification test with non-r...Georg Brandl2014-11-051-12/+8
| |_|/ |/| |
* | | PEP 476: enable HTTPS certificate verification by default (#22417)Benjamin Peterson2014-11-031-9/+40
| |/ |/|
* | Issue #7776: Fix ``Host:'' header and reconnection when using http.client.HTT...Senthil Kumaran2014-04-141-2/+48
|/
* Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-3/+27
|\
| * Issue #20007: HTTPResponse.read(0) no more prematurely closes connection.Serhiy Storchaka2013-12-171-0/+3
| |\