summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-281-1/+1
* Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...Senthil Kumaran2010-12-181-0/+7
* Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-161-0/+6
* Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-021-1/+1
* Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...Senthil Kumaran2010-11-211-0/+43
* Fix ResourceWarning for an unclosed socket.Brian Curtin2010-10-311-0/+1
* Move test_httpservers over to file context managers.Brett Cannon2010-10-291-12/+11
* test_httpservers: Python CGI scripts have to be encoded to utf-8Victor Stinner2010-10-171-2/+2
* test_httpservers: Fix skip test check, the python executable path have to beVictor Stinner2010-10-171-7/+10
* test_httpservers: skip CGI tests if Python executable path is not encodableVictor Stinner2010-10-171-3/+14
* Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e...Senthil Kumaran2010-10-031-0/+8
* Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-301-0/+98
* Move test_SimpleHTTPServer into test_httpservers.Georg Brandl2010-08-021-5/+33
* Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-081-1/+1
* Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-281-1/+1
* Merged revisions 80480 via svnmerge fromAntoine Pitrou2010-04-251-6/+5
* Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-281-2/+12
* Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-191-28/+28
* Merged revisions 75838 via svnmerge fromAntoine Pitrou2009-10-271-0/+2
* Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-181-0/+2
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-2/+2
* Merged revisions 71303 via svnmerge fromBenjamin Peterson2009-04-111-0/+46
* Make a new urllib package .Jeremy Hylton2008-06-181-2/+3
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-121-1/+3
* Create http package. #2883.Georg Brandl2008-05-261-7/+6
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-0/+354