cpython/Lib/http
Seth Michael Larson 95746b3a13
gh-143919: Reject control characters in http cookies
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
Co-authored-by: sobolevn <mail@sobolevn.me>
2026-01-20 21:23:42 +00:00
..
__init__.py gh-129408: http: Fix typo 'RFF' to RFC' in documentation (#129411) 2025-01-28 13:25:51 -05:00
client.py gh-119451: Fix a potential denial of service in http.client (GH-119454) 2025-12-01 17:26:07 +02:00
cookiejar.py gh-130631: Make join_header_words() more similar to the original Perl version (GH-130632) 2025-04-09 11:08:04 +03:00
cookies.py gh-143919: Reject control characters in http cookies 2026-01-20 21:23:42 +00:00
server.py gh-76007: Deprecate __version__ attribute in http.server (#142658) 2025-12-13 15:32:13 +00:00