summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_httpservers.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 80480 via svnmerge fromAntoine Pitrou2010-04-251-6/+5
| | | | | | | | | | 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. ........
* Merged revisions 79297,79307 via svnmerge fromFlorent Xicluna2010-03-231-2/+12
| | | | | | | | | | | | | | 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. ........
* Try to fix test_wsgiref failures due to test_httpservers modifying the ↵Antoine Pitrou2009-11-021-1/+5
| | | | environment
* 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