summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* 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