cpython/Lib/http
Martin Panter d274b3f1f1 Issue #26657: Fix Windows directory traversal vulnerability with http.server
Based on patch by Philipp Hagemeister.  This fixes a regression caused by
revision f4377699fd47.
2016-04-18 03:45:18 +00:00
..
__init__.py Issue #23442: Rename two member names to stay backward compatible 2015-02-20 14:57:31 +02:00
client.py Fix typos in documentation and comments 2016-04-05 06:19:42 +00:00
cookiejar.py Issue #16181: cookiejar.http2time() now returns None if year is higher than datetime.MAXYEAR 2016-03-14 05:48:02 +02:00
cookies.py Issue #26302: Correctly identify comma as an invalid character for a cookie (correcting regression in Python 3.5). 2016-02-07 05:36:00 +05:00
server.py Issue #26657: Fix Windows directory traversal vulnerability with http.server 2016-04-18 03:45:18 +00:00