Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
|\ | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne. | |||||
| * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 | |
| |\ | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne. | |||||
| | * | Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, | Ned Deily | 2014-07-13 | 1 | -0/+16 | |
| | | | | | | | | | | | | broken by the fix for security issue #19435. Patch by Zach Byrne. | |||||
* | | | #20155: use fake HTTP method names so windows doesn't hang the tests. | R David Murray | 2014-06-24 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | Windows was seeing the 'GET' generated by these tests as invalid and forcibly closing the socket, causing the test to fail. Patch by Jeff Allen. | |||||
* | | | 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 ↵ | Benjamin Peterson | 2014-06-15 | 1 | -0/+5 | |
| | | | | | | | | | | | | #21766) | |||||
* | | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref ↵ | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 | |
|\ \ \ | |/ / | | | | | | | tests. | |||||
| * | | Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref ↵ | Serhiy Storchaka | 2014-02-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | tests. | |||||
* | | | 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 | |
|\ \ \ \ | |/ / / | | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | |||||
| * | | | Fix http.server's request handling case on trailing '/'. | Senthil Kumaran | 2013-09-13 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Patch contributed by Vajrasky Kok. Addresses Issue #17324 | |||||
* | | | | #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 | |
|\ \ \ \ | |/ / / | | | | | | | | | skipTest() already raises an exception. | |||||
| * | | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 | |
| |\ \ \ | | |/ / | | | | | | | | | skipTest() already raises an exception. | |||||
| | * | | Do not raise self.skipTest(). | Serhiy Storchaka | 2013-02-04 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | skipTest() already raises an exception. | |||||
* | | | | 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 | |
|/ / / | | | | | | | | | | Content-Length header. Patch by Antoine Pitrou. | |||||
* | | | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵ | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 | |
|\ \ \ | |/ / | | | | | | | test case. | |||||
| * | | Speed up test_httpservers by avoiding a one-second cleanup wait after each ↵ | Antoine Pitrou | 2012-09-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | test case. | |||||
* | | | 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 - ↵ | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 | |
|\ \ \ | |/ / | | | | | | | Suggested by Glenn Linderman. Refactor code and tests | |||||
| * | | 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by ↵ | Senthil Kumaran | 2012-04-11 | 1 | -25/+28 | |
| | | | | | | | | | | | | Glenn Linderman. Refactor code and tests | |||||
* | | | 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 | |
|/ / | | | | | | | | | sending of headers to output stream and flushing the internal headers buffer. Patch contribution by Andrew Schaaf | |||||
* | | 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 | |
| | | ||||||
| * | Merged revisions 87373,87381 via svnmerge from | Antoine Pitrou | 2010-12-18 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87373 | senthil.kumaran | 2010-12-18 17:55:23 +0100 (sam., 18 déc. 2010) | 3 lines Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou ........ r87381 | antoine.pitrou | 2010-12-18 18:59:18 +0100 (sam., 18 déc. 2010) | 3 lines NEWS entry for r87373 ........ | |||||
| * | svnmerge fooled me. That test class already existed. | Antoine Pitrou | 2010-12-16 | 1 | -80/+8 | |
| | | ||||||
| * | Forgot to enable this test | Antoine Pitrou | 2010-12-16 | 1 | -0/+1 | |
| | | ||||||
| * | Merged revisions 87317 via svnmerge from | Antoine Pitrou | 2010-12-16 | 1 | -0/+101 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87317 | antoine.pitrou | 2010-12-16 17:48:36 +0100 (jeu., 16 déc. 2010) | 4 lines Issue #10714: Limit length of incoming request in http.server to 65536 bytes for security reasons. Initial patch by Ross Lagerwall. ........ (also backport some tests) | |||||
| * | Merged revisions 86596 via svnmerge from | Ezio Melotti | 2010-11-21 | 1 | -23/+23 | |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86596 | ezio.melotti | 2010-11-20 21:04:17 +0200 (Sat, 20 Nov 2010) | 1 line #9424: Replace deprecated assert* methods in the Python test suite. ........ | |||||
| * | Merged revisions 85202 via svnmerge from | Senthil Kumaran | 2010-10-03 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85202 | senthil.kumaran | 2010-10-03 23:25:45 +0530 (Sun, 03 Oct 2010) | 4 lines Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ ........ |