cpython/Lib/http
Antoine Pitrou 7d0b8f95e7 Lax cookie parsing in http.cookies could be a security issue when combined
with non-standard cookie handling in some Web browsers.

Reported by Sergey Bobrov.
2014-09-17 00:23:55 +02:00
..
__init__.py
client.py Issue #20007: HTTPResponse.read(0) no more prematurely closes connection. 2013-12-17 21:50:02 +02:00
cookiejar.py update url to spec (closes #20018) 2013-12-18 15:35:18 -06:00
cookies.py Lax cookie parsing in http.cookies could be a security issue when combined 2014-09-17 00:23:55 +02:00
server.py Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, 2014-07-12 22:12:39 -07:00