cpython/Lib/http
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
2014-01-16 17:15:49 +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 Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
server.py merge 3.2 (#19435) 2013-10-30 12:50:18 -04:00