Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn ↵ | Senthil Kumaran | 2012-04-11 | 1 | -36/+38 |
| | | | | Linderman. Refactor code and tests | ||||
* | fix the incorrect changes made for PATH_INFO value - Issue10484 | Senthil Kumaran | 2012-04-10 | 1 | -1/+1 |
| | |||||
* | 2.7 - Issue #10484: Fix the CGIHTTPServer's 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/+7 |
| | |||||
* | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
| | |||||
* | svnmerge fooled me. That test class already existed. | Antoine Pitrou | 2010-12-16 | 1 | -88/+9 |
| | |||||
* | Merged revisions 87317 via svnmerge from | Antoine Pitrou | 2010-12-16 | 1 | -0/+109 |
| | | | | | | | | | | | | | 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 backported some tests) | ||||
* | Merged revisions 86006 via svnmerge from | Brian Curtin | 2010-10-31 | 1 | -0/+1 |
| | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86006 | brian.curtin | 2010-10-30 19:34:23 -0500 (Sat, 30 Oct 2010) | 3 lines Fix ResourceWarning for an unclosed socket. test_return_header_keep_alive - Added a cleanup call for the socket. ........ | ||||
* | 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 ........ | ||||
* | Added BaseHTTPRequestHandler related tests. | Senthil Kumaran | 2010-09-30 | 1 | -4/+82 |
| | |||||
* | Issue #7449, last part (11): fix many tests if thread support is disabled | Victor Stinner | 2010-04-27 | 1 | -1/+1 |
| | | | | | | * Use try/except ImportError or test_support.import_module() to import thread and threading modules * Add @unittest.skipUnless(threading, ...) to testcases using threads | ||||
* | Replace a Lock with a better suited Event. | Antoine Pitrou | 2010-04-25 | 1 | -6/+5 |
| | |||||
* | #7668: Fix test_httpservers failure when sys.executable contains non-ASCII ↵ | Florent Xicluna | 2010-03-22 | 1 | -2/+12 |
| | | | | bytes. | ||||
* | Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* ↵ | Florent Xicluna | 2010-03-19 | 1 | -30/+30 |
| | | | | and setUp/tearDown. | ||||
* | (Hopefully) suppress transient refleaks in test_httpservers. | Antoine Pitrou | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Move restoration of the os.environ object into the context manager where it ↵ | Nick Coghlan | 2009-10-17 | 1 | -1/+0 |
| | | | | belongs | ||||
* | Revert changes made to environment in test_httpservers | Nick Coghlan | 2009-10-17 | 1 | -3/+6 |
| | |||||
* | convert usage of fail* to assert* | Benjamin Peterson | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are | Gregory P. Smith | 2009-04-06 | 1 | -0/+46 |
| | | | | now collapsed within the url properly before looking in cgi_directories. | ||||
* | Argh, this is the *actual* test that works under Windows. | Georg Brandl | 2008-05-20 | 1 | -9/+12 |
| | |||||
* | Activate two more test cases in test_httpservers. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | GHOP #134, #171, #137: unit tests for the three HTTPServer modules. | Georg Brandl | 2008-05-18 | 1 | -0/+351 |