aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAge
* Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-30
* Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-05
* 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-12
* 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-11
* closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-16
* Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-02
* Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-21
* #11565: Merge with 3.1.Ezio Melotti2011-03-16
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-16
| * Merged revisions 87373,87381 via svnmerge fromAntoine Pitrou2010-12-18
| * svnmerge fooled me. That test class already existed.Antoine Pitrou2010-12-16
| * Forgot to enable this testAntoine Pitrou2010-12-16
| * Merged revisions 87317 via svnmerge fromAntoine Pitrou2010-12-16
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-21
| * Merged revisions 85202 via svnmerge fromSenthil Kumaran2010-10-03
| * Add BaseHTTPRequestHandler related tests.Senthil Kumaran2010-09-30
| * Merged revisions 80487,80489 via svnmerge fromAntoine Pitrou2010-04-25
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-28
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-13
* | To match the behaviour of HTTP server, the HTTP client library now also encodesArmin Ronacher2011-01-22
* | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.Armin Ronacher2011-01-22
* | Fix #9333. The symlink function is always available now, raising OSErrorBrian Curtin2010-12-28
* | Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Anto...Senthil Kumaran2010-12-18
* | Issue #10714: Limit length of incoming request in http.server to 65536 bytesAntoine Pitrou2010-12-16
* | Fix #9333. Expose os.symlink on Windows only when usable.Brian Curtin2010-12-02
* | Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only...Senthil Kumaran2010-11-21
* | Fix ResourceWarning for an unclosed socket.Brian Curtin2010-10-31
* | Move test_httpservers over to file context managers.Brett Cannon2010-10-29
* | test_httpservers: Python CGI scripts have to be encoded to utf-8Victor Stinner2010-10-17
* | test_httpservers: Fix skip test check, the python executable path have to beVictor Stinner2010-10-17
* | test_httpservers: skip CGI tests if Python executable path is not encodableVictor Stinner2010-10-17
* | Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.e...Senthil Kumaran2010-10-03
* | Issue1491 - BaseHTTPServer incorrectly implements response code 100Senthil Kumaran2010-09-30
* | Move test_SimpleHTTPServer into test_httpservers.Georg Brandl2010-08-02
* | Implement #1578269. Patch by Jason R. Coombs.Brian Curtin2010-07-08
* | Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge fromVictor Stinner2010-04-28
* | Merged revisions 80480 via svnmerge fromAntoine Pitrou2010-04-25
* | Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge fromFlorent Xicluna2010-03-28
* | Merged revisions 79100 via svnmerge fromFlorent Xicluna2010-03-19
* | Merged revisions 75838 via svnmerge fromAntoine Pitrou2009-10-27
* | Note that a number of the changes listed below were not applicable to the Py3...Nick Coghlan2009-10-18
* | convert old fail* assertions to assert*Benjamin Peterson2009-06-30
|/
* Merged revisions 71303 via svnmerge fromBenjamin Peterson2009-04-11
* Make a new urllib package .Jeremy Hylton2008-06-18
* Patch for issue 2848, mostly by Humberto Diogenes, with a couple ofBarry Warsaw2008-06-12
* Create http package. #2883.Georg Brandl2008-05-26
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-25