Python 3.9.5
  1. 53ab4af Update client.py (GH-24827) by Miss Islington (bot) · 4 years, 6 months ago
  2. c6e7cf1 bpo-43332: Buffer proxy connection setup packets before sending. (GH-24780) by Miss Islington (bot) · 4 years, 6 months ago
  3. b4b323c Fix typo in docstring (GH-23515) by Miss Islington (bot) · 4 years, 8 months ago
  4. b630ca7 [3.9] bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed (GH-23638) (GH-23657) by Miss Islington (bot) · 4 years, 9 months ago
  5. 27b8110 bpo-39603: Prevent header injection in http methods (GH-18485) by Miss Islington (bot) · 5 years ago
  6. 0361556 bpo-39481: PEP 585 for a variety of modules (GH-19423) by Batuhan Taşkaya · 5 years ago
  7. 9a679a0 bpo-40094: CGIHTTPRequestHandler logs exit code (GH-19285) by Victor Stinner · 5 years ago
  8. 61ac612 bpo-39507: Add HTTP status 418 "I'm a Teapot" (GH-18291) by Ross · 5 years ago
  9. 9165add bpo-38576: Disallow control characters in hostnames in http.client (GH-18995) by Ashwin Ramaswami · 5 years ago
  10. da52be4 bpo-39509: Update HTTP status code to follow IANA (GH-18294) by Dong-hee Na · 5 years ago
  11. 5907e61 bpo-35292: Avoid calling mimetypes.init when http.server is imported (GH-17822) by An Long · 6 years ago
  12. 7cdc31a bpo-38907: Suppress any exception when attempting to set V6ONLY. (GH-17864) by Jason R. Coombs · 6 years ago
  13. ee94bdb bpo-38907: In http.server script, restore binding to IPv4 on Windows. (GH-17851) by Jason R. Coombs · 6 years ago
  14. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 6 years ago
  15. 91daa9d bpo-38863: Improve is_cgi() in http.server (GH-17312) by Siwon Kang · 6 years ago
  16. 7774d78 bpo-38216, bpo-36274: Allow subclasses to separately override validation and encoding behavior (GH-16448) by Jason R. Coombs · 6 years ago
  17. bb41147 bpo-12144: Handle cookies with expires attribute in CookieJar.make_cookies (GH-13921) by Xtreak · 6 years ago
  18. 781266e bpo-35640: Allow passing PathLike arguments to SimpleHTTPRequestHandler (GH-11398) by Géry Ogam · 6 years ago
  19. 8f080b0 bpo-26589: Add http status code 451 (GH-15413) by Raymond Hettinger · 6 years ago
  20. 5c72bad Correct description of HTTP status code 308. (GH-15078) by Florian Wendelborn · 6 years ago
  21. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  22. 96aeaec bpo-36793: Remove unneeded __str__ definitions. (GH-13081) by Serhiy Storchaka · 6 years ago
  23. b7378d7 bpo-30458: Use InvalidURL instead of ValueError. (GH-13044) by Gregory P. Smith · 6 years ago
  24. c4e671e bpo-30458: Disallow control chars in http URLs. (GH-12755) by Gregory P. Smith · 6 years ago
  25. d6bf6f2 bpo-36050: optimize HTTPResponse.read() (GH-12698) by Inada Naoki · 6 years ago
  26. 461c416 bpo-36522: Print all values for headers with multiple values. (GH-12681) by Matt Houglum · 6 years ago
  27. 0e1f1f0 bpo-35647: Fix path check in cookiejar (#11436) by Xtreak · 6 years ago
  28. ca7fe50 bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258) by Xtreak · 6 years ago
  29. 4b219ce bpo-36043: FileCookieJar supports os.PathLike (GH-11945) by Stéphane Wirtel · 6 years ago
  30. 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
  31. 2062a20 bpo-34711: Return HTTPStatus.NOT_FOUND if path.endswith('/') and not a directory (GH-9687) by Michael Felt · 7 years ago
  32. 433433f Adds IPv6 support when invoking http.server directly. (GH-10595) by Lisa Roach · 7 years ago
  33. 4c33997 bpo-34911: Added support for secure websocket cookies (GH-9734) by Paul Bailey · 7 years ago
  34. 936f03e bpo-33365: print the header values beside the keys (GH-6611) by Marco Strigl · 7 years ago
  35. b36b0a3 bpo-33663: Convert content length to string before putting to header (GH-7754) by ValeriyaSinevich · 7 years ago
  36. 1cee216 bpo-31639: Change ThreadedHTTPServer to ThreadingHTTPServer class name (GH-7195) by Géry Ogam · 7 years ago
  37. d5a2377 bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) by Berker Peksag · 7 years ago
  38. afbbac1 Removed a confusing line from a docstring in http.cookies (GH-6482) by Alex Gaynor · 7 years ago
  39. c87eb09 bpo-29613: Added support for SameSite cookies (GH-6413) by Alex Gaynor · 7 years ago
  40. 8bcfa02 bpo-31639: Use threads in http.server module. (GH-5018) by Julien Palard · 7 years ago
  41. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 8 years ago
  42. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 8 years ago
  43. ad455cd bpo-31945: Configurable blocksize in HTTP(S)Connection (#4279) by Nir Soffer · 8 years ago
  44. 52ad72d bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) by Vitor Pereira · 8 years ago
  45. 13ad3b7 bpo-31462: Remove trailing whitespaces. (#3564) by Serhiy Storchaka · 8 years ago
  46. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 8 years ago
  47. a17a2f5 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) by Stéphane Wirtel · 8 years ago
  48. a632d00 Remove duplicate line in Lib/http/client.py (#1665) by remitamine · 8 years ago
  49. 7e4db2f bpo-30166: Import command-line parsing modules only when needed. (#1293) by Serhiy Storchaka · 8 years ago
  50. 2e576f5 bpo-30144: Import collections ABC from collections.abc rather than collections. (#1263) by Serhiy Storchaka · 8 years ago
  51. 351adda bpo-29654 : Support If-Modified-Since HTTP header (browser cache) (#298) by Pierre Quentel · 8 years ago
  52. cc28337 Issue #29192: Removed deprecated features in the http.cookies module. by Serhiy Storchaka · 9 years ago
  53. 70d28a1 Remove unused imports. by Serhiy Storchaka · 9 years ago
  54. e82338d Issue #28548: Parse HTTP request version even if too many words received by Martin Panter · 9 years ago
  55. 741d494 Issue #23214: Remove BufferedReader.read1(-1) workaround by Martin Panter · 9 years ago
  56. bd48d27 Issue #22493: Inline flags now should be used only at the start of the by Serhiy Storchaka · 9 years ago
  57. d048637 Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. by Christian Heimes · 9 years ago
  58. 451d0e3 Issue 27948: Allow backslashes in the literal string portion of f-strings, but not in the expressions. Also, require expressions to begin and end with literal curly braces. by Eric V. Smith · 9 years ago
  59. 10427f4 [merge from 3.5] - Issue28010 - Make http.client.HTTPConnection.putrequest by Senthil Kumaran · 9 years ago
  60. 5dc504c Issue28010 - Make http.client.HTTPConnection.putrequest documentation consistent with the code. by Senthil Kumaran · 9 years ago
  61. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 9 years ago
  62. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 9 years ago
  63. 6e02560 Issue 27921: Remove backslash from another f-string. by Eric V. Smith · 9 years ago
  64. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 9 years ago
  65. ef91bb2 Issue #12319: Always send file request bodies using chunked encoding by Martin Panter · 9 years ago
  66. f74c33a Merge by Raymond Hettinger · 9 years ago
  67. 7ea386e Issue 19504: Change "customise" to "customize" American spelling. by Raymond Hettinger · 9 years ago
  68. 3c0d0ba Issue #12319: Support for chunked encoding of HTTP request bodies by Martin Panter · 9 years ago
  69. 290b42d [merge from 3.5] - Issue #27466: Change time format returned by by Senthil Kumaran · 9 years ago
  70. d5b47fb Issue #27466: Change time format returned by http.cookie.time2netscape, by Senthil Kumaran · 9 years ago
  71. 40de69a Issue #25738: Merge HTTP server from 3.5 by Martin Panter · 9 years ago
  72. e42e129 Issue #25738: Don’t send message body for 205 Reset Content by Martin Panter · 9 years ago
  73. 3e04d5b Issue #27076: Merge spelling from 3.5 by Martin Panter · 9 years ago
  74. 46f5072 Issue #27076: Doc, comment and tests spelling fixes by Martin Panter · 9 years ago
  75. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  76. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 9 years ago
  77. 3a31cca Issue #24902: Print server URL on http.server startup by Berker Peksag · 9 years ago
  78. 791ac54 Issue #26657: Merge http.server fix from 3.5 by Martin Panter · 9 years ago
  79. d274b3f Issue #26657: Fix Windows directory traversal vulnerability with http.server by Martin Panter · 9 years ago
  80. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 9 years ago
  81. da3bb38 Issue #26585: Eliminate _quote_html() and use html.escape(quote=False) by Martin Panter · 9 years ago
  82. c86c91a Merge typo fixes from 3.5 by Martin Panter · 9 years ago
  83. cc71a79 Fix typos in documentation and comments by Martin Panter · 9 years ago
  84. 50badad Issue #26586: Simple enhancements to BaseHTTPRequestHandler by Xiang Zhang by Martin Panter · 9 years ago
  85. b93e4b2 Issue #26586: Merge excessive HTTP header handling from 3.5 by Martin Panter · 9 years ago
  86. acc0319 Issue #26586: Handle excessive header fields in http.server, by Xiang Zhang by Martin Panter · 9 years ago
  87. ec195fb Issue #26499: Merge HTTPResponse fix from 3.5 by Martin Panter · 9 years ago
  88. ce911c3 Issue #26499: Fixes to HTTPResponse.readline() and read1(), by Silent Ghost by Martin Panter · 9 years ago
  89. 04bc5b9 Issue #747320: Use email.utils.formatdate() to avoid code duplication by Berker Peksag · 9 years ago
  90. 0647ef0 Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  91. 20be53e Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR by Berker Peksag · 9 years ago
  92. b118870 Issue #26302: merge from 3.5 by Jason R. Coombs · 10 years ago
  93. 192697e Issue #26045: Merge http.client error addition from 3.5 by Martin Panter · 10 years ago
  94. 4439148 Issue #26045: Add UTF-8 suggestion to error in http.client by Martin Panter · 10 years ago
  95. 102d813 Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). by Anish Shah · 10 years ago
  96. 3fd4a73 Issue #25899: Converted non-ASCII characters in docstrings and manpage by Serhiy Storchaka · 10 years ago
  97. 22fd1c2 Merge typo and grammar fixes from 3.5 by Martin Panter · 10 years ago
  98. 32acc16 Merge typo and grammar fixes from 3.4 into 3.5 by Martin Panter · 10 years ago
  99. ac34e09 Correct Content-Type syntax in documentation by Martin Panter · 10 years ago
  100. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 10 years ago