This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-03 19:34:08 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
9
e1bd38c03c
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
7d0b8f95e7
Lax cookie parsing in http.cookies could be a security issue when combined
...
with non-standard cookie handling in some Web browsers. Reported by Sergey Bobrov.
2014-09-17 00:23:55 +02:00
..
__init__.py
client.py
Issue
#20007
: HTTPResponse.read(0) no more prematurely closes connection.
2013-12-17 21:50:02 +02:00
cookiejar.py
update url to spec (
closes
#20018
)
2013-12-18 15:35:18 -06:00
cookies.py
Lax cookie parsing in http.cookies could be a security issue when combined
2014-09-17 00:23:55 +02:00
server.py
Issue
#21323
: Fix http.server to again handle scripts in CGI subdirectories,
2014-07-12 22:12:39 -07:00