summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* (Hopefully) suppress transient refleaks in test_httpservers.Antoine Pitrou2009-10-271-0/+2
* Move restoration of the os.environ object into the context manager where it b...Nick Coghlan2009-10-171-1/+0
* Revert changes made to environment in test_httpserversNick Coghlan2009-10-171-3/+6
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-2/+2
* - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths areGregory P. Smith2009-04-061-0/+46
* Argh, this is the *actual* test that works under Windows.Georg Brandl2008-05-201-9/+12
* Activate two more test cases in test_httpservers.Georg Brandl2008-05-201-3/+3
* GHOP #134, #171, #137: unit tests for the three HTTPServer modules.Georg Brandl2008-05-181-0/+351