summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+3
|\
| * Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-131-0/+3
* | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-151-0/+10
* | Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
|\ \ | |/
| * Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
| |\
| | * Do not raise self.skipTest().Serhiy Storchaka2013-02-041-2/+1
* | | code smell. remove pdbSenthil Kumaran2012-10-111-1/+0
* | | Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-111-0/+12
|/ /
* | Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-291-0/+1
|\ \ | |/
| * Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-291-0/+1
* | Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
|\ \ | |/
| * Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-051-5/+7
* | 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