cpython/Lib/http
Serhiy Storchaka 6c32585f67 Restored backward compatibility of pickling http.cookies.Morsel. It was
broken after converting instance attributes to properies in issue #2211.
2015-03-18 18:03:40 +02:00
..
__init__.py Issue #23442: Rename two member names to stay backward compatible 2015-02-20 14:57:31 +02:00
client.py Issue #22928: Disabled HTTP header injections in http.client. 2015-03-12 11:15:15 +02:00
cookiejar.py Issue #23138: Fixed parsing cookies with absent keys or values in cookiejar. 2015-03-13 09:09:35 +02:00
cookies.py Restored backward compatibility of pickling http.cookies.Morsel. It was 2015-03-18 18:03:40 +02:00
server.py Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, 2015-03-07 11:51:37 +02:00