summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-111-25/+28
|\
| * 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-111-25/+28
* | merge - fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-101-1/+0
|\ \ | |/
| * 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-101-1/+0
* | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+1
|\ \ | |/
| * closes issue10484 - Fix the http.server's cgi PATH_INFO handling problemSenthil Kumaran2012-03-161-0/+1
* | Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+6
|\ \ | |/
| * Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-021-2/+6
* | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-091-17/+56
|/
* Try to strengthen test_httpservers (issue #11617)Antoine Pitrou2011-03-201-4/+4
* #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
|\
| * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| * Merged revisions 87373,87381 via svnmerge fromAntoine Pitrou2010-12-181-0/+7
| * svnmerge fooled me. That test class already existed.Antoine Pitrou2010-12-161-80/+8
| * Forgot to enable this testAntoine Pitrou2010-12-161-0/+1
| * Merged revisions 87317 via svnmerge fromAntoine Pitrou2010-12-161-0/+101
| * Merged revisions 86596 via svnmerge fromEzio Melotti2010-11-211-23/+23
| * Merged revisions 85202 via svnmerge fromSenthil Kumaran2010-10-031-0/+7
| * Add BaseHTTPRequestHandler related tests.Senthil Kumaran2010-09-301-1/+76
| * Merged revisions 80487,80489 via svnmerge fromAntoine Pitrou2010-04-251-6/+5
| * Note: only the relevant parts of r79474 are merged.Florent Xicluna2010-03-281-2/+12
| * Merged revisions 73715 via svnmerge fromGeorg Brandl2009-08-131-2/+2
* | To match the behaviour of HTTP server, the HTTP client library now also encodesArmin Ronacher2011-01-221-1/+7
* | Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server.Armin Ronacher2011-01-221-0/+10
* | 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