1. c0a23e6 Issue #21793: BaseHTTPRequestHandler again logs response code as numeric, by Serhiy Storchaka · 9 years ago
  2. 70e2847 document the requestline and close_connection attributes, use real booleans, and add tests (closes #23410) by Benjamin Peterson · 9 years ago
  3. 366c570 Issue #23418: Add missing entries to http.server.__all__. by Berker Peksag · 9 years ago
  4. 1418320 Issue #22165: Skip test_undecodable_filename on OS X prior to 10.5. by Ned Deily · 10 years ago
  5. 94cb7a2 fix behavior of trailing slash redirection when a query string is involved (closes #23112) by Benjamin Peterson · 10 years ago
  6. dd09efd Issue #20155: Fix non-buildbot test failure on Windows. Patch by Claudiu Popa, by Terry Jan Reedy · 10 years ago
  7. d9e9528 Issue #22165: Fixed test_undecodable_filename on Mac OS. by Serhiy Storchaka · 10 years ago
  8. a64ce5d Issue #22165: Fixed test_undecodable_filename on non-UTF-8 locales. by Serhiy Storchaka · 10 years ago
  9. cb5bc40 Issue #22165: SimpleHTTPRequestHandler now supports undecodable file names. by Serhiy Storchaka · 10 years ago
  10. 5d0d2e6 Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  11. 217f4cd Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  12. 915a30f Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, by Ned Deily · 10 years ago
  13. 14199f9 #20155: use fake HTTP method names so windows doesn't hang the tests. by R David Murray · 10 years ago
  14. 9db2816 merge 3.3 by Benjamin Peterson · 10 years ago
  15. 0fd3972 merge 3.2 by Benjamin Peterson · 10 years ago
  16. 314dc12 expect the correct platform-dependent linesep by Benjamin Peterson · 10 years ago
  17. a8c75fe merge 3.3 (#21766) by Benjamin Peterson · 10 years ago
  18. 6cd1954 merge 3.2 (#21766) by Benjamin Peterson · 10 years ago
  19. 73b8b1c url unquote the path before checking if it refers to a CGI script (closes #21766) by Benjamin Peterson · 10 years ago
  20. d3e1207 Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  21. 25d8aea Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. by Serhiy Storchaka · 10 years ago
  22. c28ab08 merge 3.3 (#18574) by Benjamin Peterson · 11 years ago
  23. 0442423 fix handling of 100-continue status code (closes #18574) by Benjamin Peterson · 11 years ago
  24. c99874d merge 3.3 (#19435) by Benjamin Peterson · 11 years ago
  25. a50f899 merge 3.2 (#19435) by Benjamin Peterson · 11 years ago
  26. 35aca89 merge 3.1 (#19435) by Benjamin Peterson · 11 years ago
  27. 04e9de4 use the collapsed path in the run_cgi method (closes #19435) by Benjamin Peterson · 11 years ago
  28. 187b063 Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  29. 72c238e Fix http.server's request handling case on trailing '/'. by Senthil Kumaran · 11 years ago
  30. 2688644 #1291 http.server's send_error takes an optional explain argument by Senthil Kumaran · 11 years ago
  31. 06f63d0 Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  32. 8b27f23 Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  33. 0b4591e Do not raise self.skipTest(). skipTest() already raises an exception. by Serhiy Storchaka · 11 years ago
  34. 24dfdb6 code smell. remove pdb by Senthil Kumaran · 12 years ago
  35. 52d2720 Issue #16088: BaseHTTPRequestHandler's send_error method includes a by Senthil Kumaran · 12 years ago
  36. 2a18020 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  37. f727082 Speed up test_httpservers by avoiding a one-second cleanup wait after each test case. by Antoine Pitrou · 12 years ago
  38. 4adc9a8 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  39. e768c39 Fix CGI tests to take into account the platform's line ending (issue #13119) by Antoine Pitrou · 12 years ago
  40. 690598a merge to default - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  41. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  42. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  43. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  44. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  45. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  46. b2cca00 Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  47. f7ed9fc Issue #13308: Fix test_httpservers failures when run as root. by Charles-François Natali · 13 years ago
  48. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  49. cb34218 Try to strengthen test_httpservers (issue #11617) by Antoine Pitrou · 13 years ago
  50. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  51. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  52. 5953128 To match the behaviour of HTTP server, the HTTP client library now also encodes by Armin Ronacher · 14 years ago
  53. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  54. 3b4499c Fix #9333. The symlink function is always available now, raising OSError by Brian Curtin · 14 years ago
  55. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  56. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  57. db848f1 svnmerge fooled me. That test class already existed. by Antoine Pitrou · 14 years ago
  58. c5e548f Forgot to enable this test by Antoine Pitrou · 14 years ago
  59. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  60. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  61. 52173d4 Fix #9333. Expose os.symlink on Windows only when usable. by Brian Curtin · 14 years ago
  62. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  63. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  64. 61d0d60 Fix ResourceWarning for an unclosed socket. by Brian Curtin · 14 years ago
  65. 105df5d Move test_httpservers over to file context managers. by Brett Cannon · 14 years ago
  66. 6fb4575 test_httpservers: Python CGI scripts have to be encoded to utf-8 by Victor Stinner · 14 years ago
  67. 3218c31 test_httpservers: Fix skip test check, the python executable path have to be by Victor Stinner · 14 years ago
  68. 0b0ca0c test_httpservers: skip CGI tests if Python executable path is not encodable by Victor Stinner · 14 years ago
  69. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  70. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  71. eb3b6ed Add BaseHTTPRequestHandler related tests. by Senthil Kumaran · 14 years ago
  72. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  73. 6fcac0d Move test_SimpleHTTPServer into test_httpservers. by Georg Brandl · 14 years ago
  74. d40e6f7 Implement #1578269. Patch by Jason R. Coombs. by Brian Curtin · 14 years ago
  75. 45df820 Merged revisions 80552-80556,80564-80566,80568-80571 via svnmerge from by Victor Stinner · 14 years ago
  76. e312391 Merged revisions 80487,80489 via svnmerge from by Antoine Pitrou · 14 years ago
  77. 08911bd Merged revisions 80480 via svnmerge from by Antoine Pitrou · 14 years ago
  78. 9b0e918 Note: only the relevant parts of r79474 are merged. by Florent Xicluna · 14 years ago
  79. fd1b093 Merged revisions 79297,79310,79382,79425-79427,79450 via svnmerge from by Florent Xicluna · 14 years ago
  80. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  81. 45ebeb8 Merged revisions 75838 via svnmerge from by Antoine Pitrou · 15 years ago
  82. 6ead552 Note that a number of the changes listed below were not applicable to the Py3k branch, and hence the corresponding by Nick Coghlan · 15 years ago
  83. ab91fde Merged revisions 73715 via svnmerge from by Georg Brandl · 15 years ago
  84. c9c0f20 convert old fail* assertions to assert* by Benjamin Peterson · 15 years ago
  85. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  86. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  87. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  88. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago
  89. b533e26 Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,63470,63483-63484,63496-63497,63499-63501,63530-63531,63540,63614 via svnmerge from by Georg Brandl · 16 years ago