Antoine Pitrou
|
6ec1a16f7c
|
Merged revisions 80480 via svnmerge from
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.
........
|
2010-04-25 22:09:32 +00:00 |
Florent Xicluna
|
61b9c3ed5f
|
Merged revisions 79297,79307 via svnmerge from
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.
........
|
2010-03-23 13:30:12 +00:00 |
Antoine Pitrou
|
7f4f8c3ff1
|
Try to fix test_wsgiref failures due to test_httpservers modifying the environment
|
2009-11-02 22:04:54 +00:00 |
Georg Brandl
|
7bb1653cc3
|
Argh, this is the *actual* test that works under Windows.
|
2008-05-20 06:47:31 +00:00 |
Georg Brandl
|
b740f6a0c7
|
Activate two more test cases in test_httpservers.
|
2008-05-20 06:15:36 +00:00 |
Georg Brandl
|
f899dfa1d1
|
GHOP #134, #171, #137: unit tests for the three HTTPServer modules.
|
2008-05-18 09:12:20 +00:00 |