aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAge
* merge 3.3 (#19435)Benjamin Peterson2013-10-30
|\
| * merge 3.2 (#19435)Benjamin Peterson2013-10-30
| |\
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-30
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-30
* | | | Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-13
|\| | |
| * | | Fix http.server's request handling case on trailing '/'.Senthil Kumaran2013-09-13
* | | | #1291 http.server's send_error takes an optional explain argumentSenthil Kumaran2013-03-15
* | | | Do not raise self.skipTest().Serhiy Storchaka2013-02-04
|\| | |
| * | | Do not raise self.skipTest().Serhiy Storchaka2013-02-04
| |\| |
| | * | Do not raise self.skipTest().Serhiy Storchaka2013-02-04
* | | | code smell. remove pdbSenthil Kumaran2012-10-11
* | | | Issue #16088: BaseHTTPRequestHandler's send_error method includes aSenthil Kumaran2012-10-10
|/ / /
* | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te...Antoine Pitrou2012-09-30
|\| |
| * | 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
|\| |
| * | Fix CGI tests to take into account the platform's line ending (issue #13119)Antoine Pitrou2012-08-05
* | | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug...Senthil Kumaran2012-04-12
|\| |
| * | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle...Senthil Kumaran2012-04-12
* | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484Senthil Kumaran2012-04-11
|\| |
| * | 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
|\| |
| * | 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
|\| |
| * | Issue #13308: Fix test_httpservers failures when run as root.Charles-François Natali2011-11-02
* | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages theSenthil Kumaran2011-05-09
|/ /
* | 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