This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-01 14:11:41 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
dad182c16e
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
dad182c16e
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
Create http package.
#2883
.
2008-05-26 16:32:26 +00:00
client.py
Issue
#16037
: HTTPMessage.readheaders() raises an HTTPException when more than
2014-09-30 14:08:04 +02:00
cookiejar.py
#15980
: properly escape newlines in docstrings. Patch by Serhiy Storchaka.
2012-09-21 16:30:22 +03: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:06:26 -07:00