1. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 14 years ago
  2. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 14 years ago
  3. dab6780 merge from 3.2 by Senthil Kumaran · 14 years ago
  4. bec7886 Merge from 3.1 by Senthil Kumaran · 14 years ago
  5. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 14 years ago
  6. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 14 years ago
  7. 1da1906 Merge from 3.2 by Senthil Kumaran · 14 years ago
  8. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 14 years ago
  9. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 14 years ago
  10. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  11. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 15 years ago
  12. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 15 years ago
  13. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 15 years ago
  14. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 15 years ago
  15. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 15 years ago
  16. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 15 years ago
  17. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 15 years ago
  18. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 15 years ago
  19. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 15 years ago
  20. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 15 years ago
  21. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 15 years ago
  22. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 15 years ago
  23. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 15 years ago
  24. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 15 years ago
  25. 613c61c Merged revisions 78301 via svnmerge from by Senthil Kumaran · 15 years ago
  26. 7aa2621 Merged revisions 78299 via svnmerge from by Senthil Kumaran · 15 years ago
  27. ca5130c Merged revisions 76210 via svnmerge from by Senthil Kumaran · 16 years ago
  28. e29cd16 Merged revisions 76208 via svnmerge from by Senthil Kumaran · 16 years ago
  29. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 16 years ago
  30. 706824f More codestring -> codebytes. by Georg Brandl · 16 years ago
  31. a7deeee port r72246 by Benjamin Peterson · 16 years ago
  32. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 16 years ago
  33. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 16 years ago
  34. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 16 years ago
  35. 914ab45 Sort import list. by Jeremy Hylton · 16 years ago
  36. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 16 years ago
  37. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 17 years ago
  38. 1afc169 Make a new urllib package . by Jeremy Hylton · 17 years ago
  39. 9f0f960 Remove traces of rfc822. by Georg Brandl · 17 years ago
  40. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 17 years ago
  41. 2442015 Create http package. #2883. by Georg Brandl · 17 years ago