aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAge
...
* | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-07
|/
* document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-17
* Issue #23418: Add missing entries to http.server.__all__.Berker Peksag2015-02-13
* Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5.Ned Deily2015-01-05
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-26
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-18
* Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka2014-08-17
* Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka2014-08-17
* Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-17
* Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-12
|\
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-12
| |\
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-12
* | | #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-24
* | | merge 3.3Benjamin Peterson2014-06-16
|\| |
| * | merge 3.2Benjamin Peterson2014-06-16
| |\|
| | * expect the correct platform-dependent linesepBenjamin Peterson2014-06-16
* | | merge 3.3 (#21766)Benjamin Peterson2014-06-14
|\| |
| * | merge 3.2 (#21766)Benjamin Peterson2014-06-14
| |\|
| | * url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-14
* | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-08
|\| |
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-08
* | | merge 3.3 (#18574)Benjamin Peterson2014-01-18
|\| |
| * | fix handling of 100-continue status code (closes #18574)Benjamin Peterson2014-01-18
* | | 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
|\|