cpython/Lib/http
Benjamin Peterson 4ffb075271 PEP 476: enable HTTPS certificate verification by default (#22417)
Patch by Alex Gaynor with some modifications by me.
2014-11-03 14:29:33 -05:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py PEP 476: enable HTTPS certificate verification by default (#22417) 2014-11-03 14:29:33 -05: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