1. a71cfc5 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  2. 0daddbd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 11 years ago
  3. c893762 Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, by Ned Deily · 11 years ago
  4. 3eb76fc #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 11 years ago
  5. 8d24d77 url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 11 years ago
  6. 3c0027b use with statement by Benjamin Peterson · 11 years ago
  7. c2dafe6 explicitly close file object (#21128) by Benjamin Peterson · 11 years ago
  8. 528bed8 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 11 years ago
  9. 1ef959a use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 12 years ago
  10. d4fac04 Fix SimpleHTTPServer's request handling case on trailing '/'. by Senthil Kumaran · 12 years ago
  11. 5f7e734 Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 13 years ago
  12. fb2e874 fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 13 years ago
  13. 51a65c9 2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem by Senthil Kumaran · 13 years ago
  14. 09f8714 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 14 years ago
  15. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  16. 2623ae9 svnmerge fooled me. That test class already existed. by Antoine Pitrou · 14 years ago
  17. 47d9b0e Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  18. 55b6251 Merged revisions 86006 via svnmerge from by Brian Curtin · 15 years ago
  19. a9bd0cc Merged revisions 85202 via svnmerge from by Senthil Kumaran · 15 years ago
  20. b643fc6 Added BaseHTTPRequestHandler related tests. by Senthil Kumaran · 15 years ago
  21. 6a10281 Issue #7449, last part (11): fix many tests if thread support is disabled by Victor Stinner · 15 years ago
  22. 1ca8c19 Replace a Lock with a better suited Event. by Antoine Pitrou · 15 years ago
  23. 0805e6e #7668: Fix test_httpservers failure when sys.executable contains non-ASCII bytes. by Florent Xicluna · 15 years ago
  24. bc27c6a Various tests cleanup: check_warnings/check_py3k_warnings, unittest.assert* and setUp/tearDown. by Florent Xicluna · 15 years ago
  25. 85bd587 (Hopefully) suppress transient refleaks in test_httpservers. by Antoine Pitrou · 16 years ago
  26. fd4903b Move restoration of the os.environ object into the context manager where it belongs by Nick Coghlan · 16 years ago
  27. 87c03b3 Revert changes made to environment in test_httpservers by Nick Coghlan · 16 years ago
  28. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  29. 923ba36 - Issue #2254: Fix CGIHTTPServer information disclosure. Relative paths are by Gregory P. Smith · 16 years ago
  30. 7bb1653 Argh, this is the *actual* test that works under Windows. by Georg Brandl · 17 years ago
  31. b740f6a Activate two more test cases in test_httpservers. by Georg Brandl · 17 years ago
  32. f899dfa GHOP #134, #171, #137: unit tests for the three HTTPServer modules. by Georg Brandl · 17 years ago