| Commit message (Expand) | Author | Age | Files | Lines |
* | document the requestline and close_connection attributes, use real booleans, ... | Benjamin Peterson | 2015-02-18 | 1 | -0/+39 |
|
|
* | Issue #23418: Add missing entries to http.server.__all__. | Berker Peksag | 2015-02-13 | 1 | -0/+14 |
|
|
* | Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. | Ned Deily | 2015-01-05 | 1 | -0/+1 |
|
|
* | fix behavior of trailing slash redirection when a query string is involved (c... | Benjamin Peterson | 2014-12-26 | 1 | -0/+6 |
|
|
* | Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, | Terry Jan Reedy | 2014-10-18 | 1 | -1/+1 |
|
|
* | Issue #22165: Fixed test_undecodable_filename on Mac OS. | Serhiy Storchaka | 2014-08-17 | 1 | -0/+7 |
|
|
* | Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. | Serhiy Storchaka | 2014-08-17 | 1 | -2/+3 |
|
|
* | Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. | Serhiy Storchaka | 2014-08-17 | 1 | -0/+19 |
|
|
* | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
|\ |
|
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
| |\ |
|
| | * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 |
|
|
* | | | #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 1 | -2/+3 |
|
|
* | | | merge 3.3 | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | expect the correct platform-dependent linesep | Benjamin Peterson | 2014-06-17 | 1 | -1/+1 |
|
|
* | | | merge 3.3 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 (#21766) | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
| |\ \
| | |/ |
|
| | * | url unquote the path before checking if it refers to a CGI script (closes #21... | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 |
|
|
* | | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref t... | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 |
|
|
* | | | merge 3.3 (#18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | fix handling of 100-continue status code (closes #18574) | Benjamin Peterson | 2014-01-19 | 1 | -2/+4 |
|
|
* | | | merge 3.3 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
|\ \ \
| |/ / |
|
| * | | merge 3.2 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
| |\ \
| | |/ |
|
| | * | merge 3.1 (#19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+12 |
| | |\ |
|
| | | * | use the collapsed path in the run_cgi method (closes #19435) | Benjamin Peterson | 2013-10-30 | 1 | -0/+10 |
|
|
* | | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 |
|
|
* | | | | #1291 http.server's send_error takes an optional explain argument | Senthil Kumaran | 2013-03-15 | 1 | -0/+10 |
|
|
* | | | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 |
|
|
* | | | | code smell. remove pdb | Senthil Kumaran | 2012-10-11 | 1 | -1/+0 |
|
|
* | | | | Issue #16088: BaseHTTPRequestHandler's send_error method includes a | Senthil Kumaran | 2012-10-11 | 1 | -0/+12 |
|/ / / |
|
* | | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te... | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Speed up test_httpservers by avoiding a one-second cleanup wait after each te... | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 |
|
|
* | | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
|\ \ \
| |/ / |
|
| * | | Fix CGI tests to take into account the platform's line ending (issue #13119) | Antoine Pitrou | 2012-08-05 | 1 | -5/+7 |
|
|
* | | | merge to default - Issue 10484 - Incorporate improvements to CGI module - Sug... | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 |
|\ \ \
| |/ / |
|
| * | | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Gle... | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 |
|
|
* | | | merge - fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 1 | -1/+0 |
|
|
* | | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem | Senthil Kumaran | 2012-03-16 | 1 | -0/+1 |
|
|
* | | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+6 |
|\ \ \
| |/ / |
|
| * | | Issue #13308: Fix test_httpservers failures when run as root. | Charles-François Natali | 2011-11-02 | 1 | -2/+6 |
|
|
* | | | Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the | Senthil Kumaran | 2011-05-09 | 1 | -17/+56 |
|/ / |
|
* | | Try to strengthen test_httpservers (issue #11617) | Antoine Pitrou | 2011-03-20 | 1 | -4/+4 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|