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-01 02:38:53 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
15
2205da43a6
cpython
/
Lib
/
http
History
Download ZIP
Download TAR.GZ
Serhiy Storchaka
2205da43a6
Issue
#21032
. Fixed socket leak if HTTPConnection.getresponse() fails.
...
Original patch by Martin Panter.
2014-12-01 13:10:12 +02:00
..
__init__.py
client.py
Issue
#21032
. Fixed socket leak if HTTPConnection.getresponse() fails.
2014-12-01 13:10:12 +02:00
cookiejar.py
Issue
#11957
: Explicit parameter name when calling re.split() and re.sub()
2014-10-29 16:58:59 +01:00
cookies.py
Issue
#22796
: HTTP cookie parsing is now stricter, in order to protect against potential injection attacks.
2014-11-21 01:20:57 +01:00
server.py
Issue
#22165
: SimpleHTTPRequestHandler now supports undecodable file names.
2014-08-17 08:22:11 +03:00