1. 0bfb3ba [3.12] Docs: Replace dead hyperlink for CGI environment variables (GH-132137) (#132151) by Miss Islington (bot) · 5 months ago
  2. e5ab9e3 [3.12] gh-112064: Fix incorrect handling of negative read sizes in `HTTPResponse.read()` (GH-128270) (#129396) by Miss Islington (bot) · 7 months ago
  3. b0615a8 [3.12] gh-123401: Fix http.cookies module to support obsolete RFC 850 date format (GH-123405) (#127829) by Miss Islington (bot) · 9 months ago
  4. dcc3eae [3.12] gh-123067: Fix quadratic complexity in parsing "-quoted cookie values with backslashes (GH-123075) (#123104) by Miss Islington (bot) · 1 year ago
  5. 39dea21 [3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013) by Serhiy Storchaka · 1 year, 2 months ago
  6. 23aef57 [3.12] gh-100985: Consistently wrap IPv6 IP address during CONNECT (GH-100986) (GH-115591) by Miss Islington (bot) · 1 year, 7 months ago
  7. 816b635 [3.12] gh-113199: Make read1() and readline() of HTTPResponse close IO after reading all data (GH-113200) (GH-113259) by Miss Islington (bot) · 1 year, 9 months ago
  8. d4fd165 [3.12] gh-73561: Omit interface scope from IPv6 when used as Host header (GH-93324) (#112272) by Miss Islington (bot) · 1 year, 10 months ago
  9. e68b280 [3.12] gh-105626: Change the default return value of `HTTPConnection.get_proxy_response_headers` (GH-105628) (#106738) by Miss Islington (bot) · 2 years, 2 months ago
  10. 83bdfa4 [3.12] gh-104924: Fix `read()able` in `http.client` log messages (gh-104926) (gh-104970) by Miss Islington (bot) · 2 years, 4 months ago
  11. 85ec192 gh-69152: add method get_proxy_response_headers to HTTPConnection class (#104248) by Alexey Namyotkin · 2 years, 4 months ago
  12. cf720ac gh-103204: `http.server` - Enforce that HTTP version numbers must consist only of digits (#103205) by Ben Kallus · 2 years, 4 months ago
  13. 1afe0e0 gh-69152: Add _proxy_response_headers attribute to HTTPConnection (#26152) by Alexey Namyotkin · 2 years, 4 months ago
  14. c7c3a60 gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (#104067) by Ethan Furman · 2 years, 4 months ago
  15. 9de0cf2 GH-103472: close response in HTTPConnection._tunnel (#103473) by Thomas Grainger · 2 years, 4 months ago
  16. 0b7fd8f GH-103857: Deprecate utcnow and utcfromtimestamp (#103858) by Paul Ganssle · 2 years, 4 months ago
  17. 1a8f862 gh-66897: Upgrade HTTP CONNECT to protocol HTTP/1.1 (#8305) by Michael Handler · 2 years, 5 months ago
  18. d052a38 gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (#103113) by Bernhard Wagner · 2 years, 5 months ago
  19. a286caa gh-91219: http - use subclassing to override index_pages attribute (GH-100731) by Ethan Furman · 2 years, 8 months ago
  20. b9aa14a gh-100519: simplification to `eff_request_host` in cookiejar.py (#99588) by Glyph · 2 years, 9 months ago
  21. 46e6a28 gh-100474: Fix handling of dirs named index.html in http.server (GH-100475) by James Frost · 2 years, 9 months ago
  22. 44892d4 gh-99576: Fix cookiejar file that was not truncated for some classes (GH-99616) by Nikita Sobolev · 2 years, 9 months ago
  23. 7e29398 gh-100001: Also escape \s in http.server log messages. (#100038) by Gregory P. Smith · 2 years, 9 months ago
  24. d8ab0a4 gh-100001: Omit control characters in http.server stderr logs. (#100002) by Gregory P. Smith · 2 years, 9 months ago
  25. 024ac54 bpo-45975: Simplify some while-loops with walrus operator (GH-29347) by Nick Drozd · 2 years, 10 months ago
  26. ef0e72b gh-94172: Remove keyfile, certfile and check_hostname parameters (#94173) by Victor Stinner · 2 years, 10 months ago
  27. 0ea8b92 Document that MozillaCookieJar works for curl's cookie files (#91852) by Boris Verkhovskiy · 3 years ago
  28. 0ed7788 gh-95149: Enhance `http.HTTPStatus` with properties that indicate the HTTP status category (GH-95453) by Alexandru Mărășteanu · 3 years ago
  29. e87ada4 Run Tools/scripts/reindent.py (#94225) by Victor Stinner · 3 years, 2 months ago
  30. f0b234e gh-94172: urllib.request avoids deprecated check_hostname (#94193) by Victor Stinner · 3 years, 3 months ago
  31. 9a95fa9 gh-91219: Add an index_pages default list and parameter to SimpleHTTPRequestHandler (GH-31985) by Myron Walker · 3 years, 3 months ago
  32. 4abab6b gh-87389: Fix an open redirection vulnerability in http.server. (#93879) by Gregory P. Smith · 3 years, 3 months ago
  33. c6f6ede gh-79096: Protect cookie file created by {LWP,Mozilla}CookieJar.save() (GH-93463) by Pascal Wittmann · 3 years, 3 months ago
  34. 9a0a7b4 gh-91996: Add an HTTPMethod StrEnum to http (GH-91997) by cibofo · 3 years, 4 months ago
  35. 2d30ade bpo-46285: Add command-line option -p/--protocol to module http.server (#30999) by Géry Ogam · 3 years, 4 months ago
  36. 615b24c bpo-42066: CookieJar cookies should not be sorted (GH-22745) by Iman Kermani · 3 years, 5 months ago
  37. b6d5e3c bpo-46075: Store localhost cookies in CookieJar (#30108) by Nick · 3 years, 5 months ago
  38. 0bb40a4 closes bpo-46736: SimpleHTTPRequestHandler now uses HTML5. (GH-31533) by Dong-hee Na · 3 years, 7 months ago
  39. 2d08034 bpo-46436: Fix command-line option -d/--directory in module http.server (GH-30701) by Géry Ogam · 3 years, 7 months ago
  40. 0cbdd21 bpo-46565: `del` loop vars that are leaking into module namespaces (GH-30993) by Nikita Sobolev · 3 years, 7 months ago
  41. c5c3652 bpo-28953: Use `raise from` when raising new IncompleteRead (GH-29861) by 180909 · 3 years, 9 months ago
  42. 0571b93 bpo-45328: Avoid failure in OSs without TCP_NODELAY support (GH-28646) by rtobar · 4 years ago
  43. 17b16e1 Fix typos in multiple files (GH-26689) by Binbin · 4 years, 3 months ago
  44. fb42725 bpo-43972: Set content-length to 0 for http.server.SimpleHTTPRequestHandler 301s (GH-25705) by Stephen Rosen · 4 years, 4 months ago
  45. 47895e3 bpo-44022: Fix http client infinite line reading (DoS) after a HTTP 100 Continue (GH-25916) by Gen Xu · 4 years, 4 months ago
  46. 927b841 bpo-37363: Add audit events to the `http.client` module (GH-21321) by Saiyang Gou · 4 years, 5 months ago
  47. a02cb47 bpo-38659: [Enum] add _simple_enum decorator (GH-25497) by Ethan Furman · 4 years, 5 months ago
  48. 503cdc7 Revert "bpo-38659: [Enum] add _simple_enum decorator (GH-25285)" (GH-25476) by Ethan Furman · 4 years, 5 months ago
  49. dbac8f4 bpo-38659: [Enum] add _simple_enum decorator (GH-25285) by Ethan Furman · 4 years, 5 months ago
  50. b6884ad Update client.py (GH-24827) by Géry Ogam · 4 years, 6 months ago
  51. c25910a bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Gregory P. Smith · 4 years, 6 months ago
  52. 711381d Fix typo in docstring (GH-23515) by Fernando Toledo · 4 years, 9 months ago
  53. da3d2ab GH-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (#23638) by Senthil Kumaran · 4 years, 9 months ago
  54. 3ec9d01 Remove the conditional for setting query. (#23604) by Senthil Kumaran · 4 years, 9 months ago
  55. 03c8ddd bpo-42413: socket.timeout is now an alias of TimeoutError (GH-23413) by Christian Heimes · 4 years, 10 months ago
  56. f97406b bpo-40968: Send http/1.1 ALPN extension (#20959) by Christian Heimes · 4 years, 10 months ago
  57. 16ee68d bpo-38976: Add support for HTTP Only flag in MozillaCookieJar (#17471) by Jacob Neil Taylor · 4 years, 11 months ago
  58. 8ca8a2e bpo-39603: Prevent header injection in http methods (GH-18485) by AMIR · 5 years ago
  59. 152f0b8 bpo-41002: Optimize HTTPResponse.read with a given amount (GH-20943) by Bruce Merry · 5 years ago
  60. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  61. 9a679a0 bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) by Victor Stinner · 5 years ago
  62. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 5 years ago
  63. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 5 years ago
  64. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 5 years ago
  65. 5907e61 bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822) by An Long · 6 years ago
  66. 7cdc31a bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864) by Jason R. Coombs · 6 years ago
  67. ee94bdb bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851) by Jason R. Coombs · 6 years ago
  68. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 6 years ago
  69. 91daa9d bpo-38863: Improve is_cgi() in http.server (GH-17312) by Siwon Kang · 6 years ago
  70. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 6 years ago
  71. bb41147 bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Xtreak · 6 years ago
  72. 781266e bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) by Géry Ogam · 6 years ago
  73. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 6 years ago
  74. 5c72bad Correct description of HTTP status code 308. (GH-15078) by Florian Wendelborn · 6 years ago
  75. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  76. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 6 years ago
  77. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 6 years ago
  78. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 6 years ago
  79. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 6 years ago
  80. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago
  81. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 7 years ago
  82. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 7 years ago
  83. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 7 years ago
  84. f289084 bpo-24209: In http.server script, rely on getaddrinfo to bind to preferred address based on the bind parameter. (#11767) by Jason R. Coombs · 7 years ago
  85. 2062a20 bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) by Michael Felt · 7 years ago
  86. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 7 years ago
  87. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 7 years ago
  88. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 7 years ago
  89. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 7 years ago
  90. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 7 years ago
  91. d5a2377 bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Berker Peksag · 7 years ago
  92. afbbac1 Removed a confusing line from a docstring in http.cookies (GH-6482) by Alex Gaynor · 7 years ago
  93. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 7 years ago
  94. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 7 years ago
  95. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
  96. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  97. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 8 years ago
  98. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 8 years ago
  99. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 8 years ago
  100. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago