cpython/Lib/http
Stéphane Wirtel a17a2f52c4 bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776)
* bpo-28707: call the constructor of SimpleHTTPRequestHandler in the test with a mock object

* bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module
2017-05-24 00:29:06 -07:00
..
__init__.py Issue #23442: Rename two member names to stay backward compatible 2015-02-20 14:57:31 +02:00
client.py Remove duplicate line in Lib/http/client.py (#1665) 2017-05-19 15:28:35 +03:00
cookiejar.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
cookies.py Issue #29192: Removed deprecated features in the http.cookies module. 2017-01-13 09:23:15 +02:00
server.py bpo-28707: Add the directory parameter to http.server.SimpleHTTPRequestHandler and http.server module (#1776) 2017-05-24 00:29:06 -07:00