cpython/Lib/http
Serhiy Storchaka b491e0521f Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails.
Original patch by Martin Panter.
2014-12-01 13:07:45 +02:00
..
__init__.py
client.py Issue #21032. Fixed socket leak if HTTPConnection.getresponse() fails. 2014-12-01 13:07:45 +02:00
cookiejar.py Fixed bugs in reprs of CookieJar and multiprocessing.dummy.Value. 2014-07-22 11:09:36 +03:00
cookies.py Issue #22775: Fixed unpickling of http.cookies.SimpleCookie with protocol 2 2014-11-02 22:18:25 +02:00
server.py Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. 2014-08-17 08:22:11 +03:00