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
*
gh-73561: Omit interface scope from IPv6 when used as Host header (#93324)
Michael
2023-11-19
1
-0/+16
*
gh-108303: Move all certificates to `Lib/test/certdata/` (#109489)
Nikita Sobolev
2023-09-16
1
-3/+5
*
gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...
Serhiy Storchaka
2023-09-05
1
-0/+1
*
gh-105626: Change the default return value of `HTTPConnection.get_proxy_respo...
Nikita Sobolev
2023-07-14
1
-0/+13
*
gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104...
Alexey Namyotkin
2023-05-16
1
-1/+1
*
gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152)
Alexey Namyotkin
2023-05-05
1
-0/+14
*
GH-103472: close response in HTTPConnection._tunnel (#103473)
Thomas Grainger
2023-05-02
1
-0/+23
*
gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305)
Michael Handler
2023-04-05
1
-15/+132
*
gh-102515: Remove unused imports in the `Lib/` directory (#102516)
Alex Waygood
2023-03-08
1
-2/+0
*
gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173)
Victor Stinner
2022-11-03
1
-31/+12
*
gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP st...
Alexandru Mărășteanu
2022-08-30
1
-0/+45
*
bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986)
Christian Heimes
2022-03-22
1
-0/+1
*
bpo-44022: Improve the regression test. (GH-26503)
Gregory P. Smith
2021-06-03
1
-1/+6
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Gen Xu
2021-05-05
1
-1/+9
*
bpo-43651: Fix EncodingWarning in tests. (GH-25655)
Inada Naoki
2021-04-29
1
-2/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-0/+145
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-145/+0
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-0/+145
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
1
-0/+18
*
bpo-40084: Enum - dir() includes member attributes (GH-19219)
Angelin BOOZ
2020-09-21
1
-1/+5
*
bpo-41521: Replace whitelist/blacklist with allowlist/denylist (GH-21822)
Victor Stinner
2020-08-11
1
-2/+2
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
1
-0/+22
*
bpo-40275: Use new test.support helper submodules in tests (GH-21314)
Hai Shi
2020-07-06
1
-9/+12
*
bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)
Bruce Merry
2020-06-25
1
-0/+27
*
bpo-40275: Move transient_internet from test.support to socket_helper (GH-19711)
Serhiy Storchaka
2020-04-29
1
-5/+5
*
bpo-40275: Avoid importing socket in test.support (GH-19603)
Serhiy Storchaka
2020-04-25
1
-4/+5
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
1
-0/+1
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-1/+12
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
1
-0/+2
*
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
[next]