This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-29 22:26:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Lib
/
http
History
Serhiy Storchaka
577fc4e87f
Issue
#23138
: Fixed parsing cookies with absent keys or values in cookiejar.
...
Patch by Demian Brecht.
2015-03-13 09:05:01 +02:00
..
__init__.py
…
client.py
Issue
#22928
: Disabled HTTP header injections in http.client.
2015-03-12 11:13:36 +02:00
cookiejar.py
Issue
#23138
: Fixed parsing cookies with absent keys or values in cookiejar.
2015-03-13 09:05:01 +02:00
cookies.py
capitialize "HttpOnly" and "Secure" as they appear in the standard and other impls (
closes
#23250
)
2015-01-16 20:43:55 -05:00
server.py
document the requestline and close_connection attributes, use real booleans, and add tests (
closes
#23410
)
2015-02-17 21:11:10 -05:00