cpython/Lib/http
R David Murray 5f21f43af7 #22758: fix regression in handling of secure cookies.
This backports the fix from #16611, per discussion with the release
manager.
2016-07-10 13:32:43 -04:00
..
__init__.py Create http package. #2883. 2008-05-26 16:32:26 +00:00
client.py Issue #16037: HTTPMessage.readheaders() raises an HTTPException when more than 2014-09-30 14:08:04 +02:00
cookiejar.py #15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka. 2012-09-21 16:30:22 +03:00
cookies.py #22758: fix regression in handling of secure cookies. 2016-07-10 13:32:43 -04:00
server.py Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 2014-07-12 22:06:26 -07:00