summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* Issues #25232, #24657: Use new enum status to match rest of testsMartin Panter2015-10-031-2/+2
* Issues #25232, #24657: Merge two CGI server fixes from 3.4 into 3.5Martin Panter2015-10-031-0/+31
|\
| * Issue #24657: Prevent CGIRequestHandler from collapsing the URL queryMartin Panter2015-10-031-0/+7
| * Issue #25232: Fix CGIRequestHandler's splitting of URL queryMartin Panter2015-10-031-0/+24
* | Issue #23440: Improve http.server.SimpleHTTPRequestHandler testsBerker Peksag2015-07-221-7/+29
* | Issue #21793: BaseHTTPRequestHandler again logs response code as numeric,Serhiy Storchaka2015-03-071-48/+92
|/
* document the requestline and close_connection attributes, use real booleans, ...Benjamin Peterson2015-02-181-0/+39
* Issue #23418: Add missing entries to http.server.__all__.Berker Peksag2015-02-131-0/+14
* Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5.Ned Deily2015-01-051-0/+1
* fix behavior of trailing slash redirection when a query string is involved (c...Benjamin Peterson2014-12-261-0/+6
* Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa,Terry Jan Reedy2014-10-181-1/+1
* Issue #22165: Fixed test_undecodable_filename on Mac OS.Serhiy Storchaka2014-08-171-0/+7
* Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales.Serhiy Storchaka2014-08-171-2/+3
* Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names.Serhiy Storchaka2014-08-171-0/+19
* Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
|\
| * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
| |\
| | * Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,Ned Deily2014-07-131-0/+16
* | | #20155: use fake HTTP method names so windows doesn't hang the tests.R David Murray2014-06-241-2/+3
* | | merge 3.3Benjamin Peterson2014-06-171-1/+1
|\ \ \ | |/ /
| * | merge 3.2Benjamin Peterson2014-06-171-1/+1
| |\ \ | | |/
| | * expect the correct platform-dependent linesepBenjamin Peterson2014-06-171-1/+1
* | | merge 3.3 (#21766)Benjamin Peterson2014-06-151-0/+5
|\ \ \ | |/ /
| * | merge 3.2 (#21766)Benjamin Peterson2014-06-151-0/+5
| |\ \ | | |/
| | * url unquote the path before checking if it refers to a CGI script (closes #21...Benjamin Peterson2014-06-151-0/+5
* | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-1/+1
|\ \ \ | |/ /
| * | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t...Serhiy Storchaka2014-02-081-1/+1
* | | merge 3.3 (#18574)Benjamin Peterson2014-01-191-2/+4
|\ \ \ | |/ /
| * | fix handling of 100-continue status code (closes #18574)Benjamin Peterson2014-01-191-2/+4
* | | merge 3.3 (#19435)Benjamin Peterson2013-10-301-0/+12
|\ \ \ | |/ /
| * | merge 3.2 (#19435)Benjamin Peterson2013-10-301-0/+12
| |\ \ | | |/
| | * merge 3.1 (#19435)Benjamin Peterson2013-10-301-0/+12
| | |\
| | | * use the collapsed path in the run_cgi method (closes #19435)Benjamin Peterson2013-10-301-0/+10
* | | | 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