summaryrefslogtreecommitdiff
path: root/Lib/test/test_httpservers.py
Commit message (Expand)AuthorAgeFilesLines
* #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
* svnmerge fooled me. That test class already existed.Antoine Pitrou2010-12-161-88/+9
* Merged revisions 87317 via svnmerge fromAntoine Pitrou2010-12-161-0/+109
* Merged revisions 86006 via svnmerge fromBrian Curtin2010-10-311-0/+1
* Merged revisions 85202 via svnmerge fromSenthil Kumaran2010-10-031-0/+7
* Added BaseHTTPRequestHandler related tests.Senthil Kumaran2010-09-301-4/+82
* Issue #7449, last part (11): fix many tests if thread support is disabledVictor Stinner2010-04-271-1/+1
* Replace a Lock with a better suited Event.Antoine Pitrou2010-04-251-6/+5
* #7668: Fix test_httpservers failure when sys.executable contains non-ASCII by...Florent Xicluna2010-03-221-2/+12
* Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* a...Florent Xicluna2010-03-191-30/+30
* (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