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-10-30 18:07:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
8
be16d68071
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
637e4544af
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:25:57 +02:00
..
__init__.py
client.py
Issue
#7776
: Fix ``Host:'' header and reconnection when using http.client.HTTPConnection.set_tunnel().
2014-04-14 13:07:56 -04:00
cookiejar.py
Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value.
2014-07-22 11:09:36 +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
#22165
: SimpleHTTPRequestHandler now supports undecodable file names.
2014-08-17 08:22:11 +03:00