aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_httplib.py
Commit message (Expand)AuthorAge
* bpo-44022: Improve the regression test. (GH-26503)Gregory P. Smith2021-06-02
* bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...Gen Xu2021-05-05
* bpo-43651: Fix EncodingWarning in tests. (GH-25655)Inada Naoki2021-04-29
* bpo-38659: [Enum] add _simple_enum decorator (GH-25497)Ethan Furman2021-04-21
* Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)Ethan Furman2021-04-19
* bpo-38659: [Enum] add _simple_enum decorator (GH-25285)Ethan Furman2021-04-19
* bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)Gregory P. Smith2021-03-07
* bpo-40084: Enum - dir() includes member attributes (GH-19219)Angelin BOOZ2020-09-21
* bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)Victor Stinner2020-08-11
* bpo-39603: Prevent header injection in http methods (GH-18485)AMIR2020-07-18
* bpo-40275: Use new test.support helper submodules in tests (GH-21314)Hai Shi2020-07-06
* bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)Bruce Merry2020-06-24
* bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)Serhiy Storchaka2020-04-29
* bpo-40275: Avoid importing socket in test.support (GH-19603)Serhiy Storchaka2020-04-25
* bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)Ross2020-03-15
* bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)Ashwin Ramaswami2020-03-14
* bpo-39509: Update HTTP status code to follow IANA (GH-18294)Dong-hee Na2020-03-14
* bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...Jason R. Coombs2019-09-28
* bpo-26589: Add http status code 451 (GH-15413)Raymond Hettinger2019-08-23
* bpo-37795: Capture DeprecationWarnings in the test suite (GH-15184)Pablo Galindo2019-08-08
* bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)Christian Heimes2019-06-30
* bpo-35925: Skip SSL tests that fail due to weak external certs. (GH-13124)Gregory P. Smith2019-05-06
* bpo-35934: Add socket.create_server() utility function (GH-11784)Giampaolo Rodola2019-04-09
* bpo-36522: Print all values for headers with multiple values. (GH-12681)Matt Houglum2019-04-04
* bpo-33365: print the header values beside the keys (GH-6611)Marco Strigl2018-06-19
* bpo-30399: Get rid of trailing comma in the repr of BaseException. (#1650)Serhiy Storchaka2017-11-15
* bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279)Nir Soffer2017-11-06
* bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589)Vitor Pereira2017-10-26
* Trivial cleanups following bpo-31370 (#3649)Antoine Pitrou2017-09-18
* bpo-31346: Use PROTOCOL_TLS_CLIENT/SERVER (#3058)Christian Heimes2017-09-15
* Issue #28394: Merge typo fixes from 3.5 into 3.6Martin Panter2016-10-10
|\
| * Issue #28394: Spelling and typo fixes in code comments and changelogMartin Panter2016-10-10
* | Issue 28022: Catch deprecation warning in test_httplib, reported by Martin Pa...Christian Heimes2016-09-11
* | Merge: #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-07
|\|
| * #22233: Only split headers on \r and/or \n, per email RFCs.R David Murray2016-09-07
* | Issue #12319: Always send file request bodies using chunked encodingMartin Panter2016-08-27
* | Issue #12319: Support for chunked encoding of HTTP request bodiesMartin Panter2016-08-24
* | Issue #27787: No longer call deleted test_main().Terry Jan Reedy2016-08-23
* | Issue #27787: Remove test_main() and hard-coded list of test classesMartin Panter2016-08-23
|/
* Close HTTP connections and responses in tests to avoid ResourceWarningsMartin Panter2016-08-12
* Issue #27125: Fix various errors like “will [be] inherited”Martin Panter2016-05-29
* Issue #21069: Move test_fileno() from test_urllibnet and rewrite itMartin Panter2016-04-09
* Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent GhostMartin Panter2016-03-17
* Issue #26045: Add UTF-8 suggestion to error in http.clientMartin Panter2016-02-09
* #3566: Clean up handling of remote server disconnects.R David Murray2015-04-05
* Merge: #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-22
|\
| * #23539: Set Content-Length to 0 for PUT, POST, and PATCH if body is None.R David Murray2015-03-22
* | Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-12
|\|
| * Issue #22928: Disabled HTTP header injections in http.client.Serhiy Storchaka2015-03-12
* | Merge 3.4 (httplib)Victor Stinner2015-02-27
|\|