Senthil Kumaran
5f7e7345cf
Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests
14 years ago
Senthil Kumaran
fb2e874707
fix the incorrect changes made for PATH_INFO value - Issue10484
14 years ago
Senthil Kumaran
51a65c9161
2.7 - Issue #10484 : Fix the CGIHTTPServer's PATH_INFO handling problem
14 years ago
Charles-François Natali
09f871462f
Issue #13308 : Fix test_httpservers failures when run as root.
14 years ago
Ezio Melotti
c2077b0d9b
#11565 : Fix several typos. Patch by Piotr Kasprzyk.
15 years ago
Antoine Pitrou
2623ae9074
svnmerge fooled me. That test class already existed.
15 years ago
Antoine Pitrou
47d9b0e08a
Merged revisions 87317 via svnmerge from
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)
15 years ago
Brian Curtin
55b6251c9d
Merged revisions 86006 via svnmerge from
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.
........
15 years ago
Senthil Kumaran
a9bd0cc67e
Merged revisions 85202 via svnmerge from
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
........
16 years ago
Senthil Kumaran
b643fc6d66
Added BaseHTTPRequestHandler related tests.
16 years ago
Victor Stinner
6a10281d33
Issue #7449 , last part (11): fix many tests if thread support is disabled
* Use try/except ImportError or test_support.import_module() to import thread
and threading modules
* Add @unittest.skipUnless(threading, ...) to testcases using threads
16 years ago
Antoine Pitrou
6ec1a16f7c
Merged revisions 80480 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r80480 | antoine.pitrou | 2010-04-25 23:15:50 +0200 (dim., 25 avril 2010) | 3 lines
Replace a Lock with a better suited Event.
........
16 years ago
Antoine Pitrou
1ca8c19b65
Replace a Lock with a better suited Event.
16 years ago
Florent Xicluna
61b9c3ed5f
Merged revisions 79297,79307 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r79297 | florent.xicluna | 2010-03-22 18:18:18 +0100 (lun, 22 mar 2010) | 2 lines
#7668 : Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
........
r79307 | florent.xicluna | 2010-03-22 23:45:50 +0100 (lun, 22 mar 2010) | 2 lines
#7667 : Fix doctest failures with non-ASCII paths.
........
16 years ago
Florent Xicluna
0805e6eed9
#7668 : Fix test_httpservers failure when sys.executable contains non-ASCII bytes.
16 years ago
Florent Xicluna
bc27c6a5aa
Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown.
16 years ago
Antoine Pitrou
7f4f8c3ff1
Try to fix test_wsgiref failures due to test_httpservers modifying the environment
16 years ago
Antoine Pitrou
85bd5879b2
(Hopefully) suppress transient refleaks in test_httpservers.
16 years ago
Nick Coghlan
fd4903bf05
Move restoration of the os.environ object into the context manager where it belongs
16 years ago
Nick Coghlan
87c03b3108
Revert changes made to environment in test_httpservers
16 years ago
Benjamin Peterson
5c8da86f3a
convert usage of fail* to assert*
17 years ago
Gregory P. Smith
923ba361d8
- Issue #2254 : Fix CGIHTTPServer information disclosure. Relative paths are
now collapsed within the url properly before looking in cgi_directories.
17 years ago
Georg Brandl
7bb1653cc3
Argh, this is the *actual* test that works under Windows.
18 years ago
Georg Brandl
b740f6a0c7
Activate two more test cases in test_httpservers.
18 years ago
Georg Brandl
f899dfa1d1
GHOP #134 , #171 , #137 : unit tests for the three HTTPServer modules.
18 years ago