Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 80480 via svnmerge from | Antoine Pitrou | 2010-04-25 | 1 | -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 from | Florent Xicluna | 2010-03-23 | 1 | -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 Pitrou | 2009-11-02 | 1 | -1/+5 |
| | | | | environment | ||||
* | Argh, this is the *actual* test that works under Windows. | Georg Brandl | 2008-05-20 | 1 | -9/+12 |
| | |||||
* | Activate two more test cases in test_httpservers. | Georg Brandl | 2008-05-20 | 1 | -3/+3 |
| | |||||
* | GHOP #134, #171, #137: unit tests for the three HTTPServer modules. | Georg Brandl | 2008-05-18 | 1 | -0/+351 |