cpython/Lib/http
Seth Michael Larson 7852d72b65
[3.10] gh-143919: Reject control characters in http cookies (#144094)
(cherry picked from commit 95746b3a13)

Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
2026-01-25 17:05:23 +00:00
..
__init__.py [3.10] bpo-44559: [Enum] revert enum module to 3.9 (GH-27010) 2021-07-03 21:08:42 -07:00
client.py [3.10] gh-103112: Add http.client.HTTPResponse.read docstring and fix pydoc output (GH-103113) (#103120) 2023-03-29 18:30:27 -04:00
cookiejar.py Document that MozillaCookieJar works for curl's cookie files (GH-91852) 2022-10-03 16:00:40 -07:00
cookies.py [3.10] gh-143919: Reject control characters in http cookies (#144094) 2026-01-25 17:05:23 +00:00
server.py [3.10] gh-104049: do not expose on-disk location from SimpleHTTPRequestHandler (GH-104067) (#104119) 2023-05-09 15:21:53 +00:00