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
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestH...
Myron Walker
2022-06-23
1
-2/+5
*
gh-87389: Fix an open redirection vulnerability in http.server. (#93879)
Gregory P. Smith
2022-06-21
1
-0/+7
*
gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93...
Pascal Wittmann
2022-06-07
1
-2/+2
*
gh-91996: Add an HTTPMethod StrEnum to http (GH-91997)
cibofo
2022-05-05
1
-2/+31
*
bpo-46285: Add command-line option -p/--protocol to module http.server (#30999)
Géry Ogam
2022-05-02
1
-7/+12
*
bpo-42066: CookieJar cookies should not be sorted (GH-22745)
Iman Kermani
2022-04-21
1
-7/+2
*
bpo-46075: Store localhost cookies in CookieJar (#30108)
Nick
2022-04-19
1
-2/+3
*
closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533)
Dong-hee Na
2022-02-23
1
-12/+10
*
bpo-46436: Fix command-line option -d/--directory in module http.server (GH-3...
Géry Ogam
2022-02-03
1
-13/+14
*
bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993)
Nikita Sobolev
2022-02-03
1
-2/+1
*
bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861)
180909
2021-12-07
1
-2/+2
*
bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646)
rtobar
2021-10-06
1
-1/+7
*
Fix typos in multiple files (GH-26689)
Binbin
2021-06-13
1
-1/+1
*
bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 3...
Stephen Rosen
2021-05-06
1
-0/+1
*
bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Conti...
Gen Xu
2021-05-05
1
-17/+21
*
bpo-37363: Add audit events to the `http.client` module (GH-21321)
Saiyang Gou
2021-04-23
1
-0/+4
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25497)
Ethan Furman
2021-04-21
1
-2/+4
*
Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476)
Ethan Furman
2021-04-20
1
-4/+2
*
bpo-38659: [Enum] add _simple_enum decorator (GH-25285)
Ethan Furman
2021-04-20
1
-2/+4
*
Update client.py (GH-24827)
Géry Ogam
2021-03-13
1
-3/+0
*
bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780)
Gregory P. Smith
2021-03-08
1
-10/+11
*
Fix typo in docstring (GH-23515)
Fernando Toledo
2020-12-21
1
-1/+1
*
GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638)
Senthil Kumaran
2020-12-05
1
-6/+1
*
Remove the conditional for setting query. (#23604)
Senthil Kumaran
2020-12-03
1
-2/+1
*
bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413)
Christian Heimes
2020-11-20
1
-1/+1
*
bpo-40968: Send http/1.1 ALPN extension (#20959)
Christian Heimes
2020-11-13
1
-0/+3
*
bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471)
Jacob Neil Taylor
2020-10-23
1
-14/+26
*
bpo-39603: Prevent header injection in http methods (GH-18485)
AMIR
2020-07-18
1
-0/+15
*
bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943)
Bruce Merry
2020-06-25
1
-10/+25
*
bpo-39481: PEP 585 for a variety of modules (GH-19423)
Batuhan Taşkaya
2020-04-10
1
-0/+3
*
bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285)
Victor Stinner
2020-04-02
1
-2/+3
*
bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291)
Ross
2020-03-15
1
-0/+3
*
bpo-38576: Disallow control characters in hostnames in http.client (GH-18995)
Ashwin Ramaswami
2020-03-14
1
-0/+10
*
bpo-39509: Update HTTP status code to follow IANA (GH-18294)
Dong-hee Na
2020-03-14
1
-0/+4
*
bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822)
An Long
2020-01-08
1
-13/+10
*
bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864)
Jason R. Coombs
2020-01-06
1
-1/+5
*
bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851)
Jason R. Coombs
2020-01-06
1
-1/+13
*
bpo-38804: Fix REDoS in http.cookiejar (GH-17157)
bcaller
2019-11-22
1
-6/+12
*
bpo-38863: Improve is_cgi() in http.server (GH-17312)
Siwon Kang
2019-11-22
1
-2/+4
*
bpo-38216, bpo-36274: Allow subclasses to separately override validation and ...
Jason R. Coombs
2019-09-28
1
-9/+18
*
bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (G...
Xtreak
2019-09-13
1
-2/+1
*
bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-1...
Géry Ogam
2019-09-11
1
-1/+1
*
bpo-26589: Add http status code 451 (GH-15413)
Raymond Hettinger
2019-08-23
1
-0/+5
*
Correct description of HTTP status code 308. (GH-15078)
Florian Wendelborn
2019-08-03
1
-1/+1
*
bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448)
Christian Heimes
2019-07-01
1
-0/+7
*
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka
2019-05-06
1
-2/+1
*
bpo-30458: Use InvalidURL instead of ValueError. (GH-13044)
Gregory P. Smith
2019-05-01
1
-1/+1
*
bpo-30458: Disallow control chars in http URLs. (GH-12755)
Gregory P. Smith
2019-05-01
1
-0/+14
*
bpo-36050: optimize HTTPResponse.read() (GH-12698)
Inada Naoki
2019-04-06
1
-32/+10
*
bpo-36522: Print all values for headers with multiple values. (GH-12681)
Matt Houglum
2019-04-04
1
-2/+2
[next]