1. 884f058 Reverting the changeset 5d76a4746d9d made for Issue #12921 by Senthil Kumaran · 11 years ago
  2. 1e7551d Reverting the changeset 5126e62c60af made for Issue #12921 by Senthil Kumaran · 11 years ago
  3. c37f835 Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  4. 3fb066d Fix Issue #12921: BaseHTTPServer's send_error should send the correct error by Senthil Kumaran · 11 years ago
  5. 1251faf Issue 14989: http.server --cgi option can enable the CGI http server. by Senthil Kumaran · 12 years ago
  6. 51b2ed5 #14809: Add HTTP status codes from RFC 6585 to http.server and http.client by Hynek Schlawack · 12 years ago
  7. 4ca008b issue6085 - update docs in default branch by Senthil Kumaran · 12 years ago
  8. db727b4 Fix issue6085 - Remove the delay caused by fqdn lookup while logging in BaseHTTPRequestHandler by Senthil Kumaran · 12 years ago
  9. 1aacba4 Fix Issue6085 - SimpleHTTPServer address_string to return client ip instead of client hostname by Senthil Kumaran · 12 years ago
  10. 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
  11. d70846b 3.2 - Issue 10484 - Incorporate improvements to CGI module - Suggested by Glenn Linderman. Refactor code and tests by Senthil Kumaran · 12 years ago
  12. d05853d merge - fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  13. dbb369d 3.2- fix the incorrect changes made for PATH_INFO value - Issue10484 by Senthil Kumaran · 12 years ago
  14. 209d70e closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  15. be3f851 closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem by Senthil Kumaran · 12 years ago
  16. 3075549 Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  17. d22983d merge from 3.2. Minor code style improvements in http.server suggested in Issue13294. by Senthil Kumaran · 13 years ago
  18. ca897e9 #13295: http.server now produces valid HTML 4.01 strict. by Ezio Melotti · 13 years ago
  19. fb25ba9 Close #12289: Fix "is executable?" test in the CGI server by Victor Stinner · 13 years ago
  20. c7ae19b Issue #3709: a flush_headers method to BaseHTTPRequestHandler which manages the by Senthil Kumaran · 13 years ago
  21. bec7886 Merge from 3.1 by Senthil Kumaran · 13 years ago
  22. 1b407fe Issue #11567 - Let's have the DOCTYPE as HTML instead of XHTML. by Senthil Kumaran · 13 years ago
  23. 9f9193e Error message in http.server code. Missed to update in 3.1 branch initially. by Senthil Kumaran · 13 years ago
  24. b253c9f Fix issue11567: http.server DEFAULT_ERROR_MESSAGE format. Patch by Gennadiy Zlobin. by Senthil Kumaran · 13 years ago
  25. dab6780 merge from 3.2 by Senthil Kumaran · 13 years ago
  26. 1da1906 Merge from 3.2 by Senthil Kumaran · 13 years ago
  27. 8f36af7 Normalize the encoding names for Latin-1 and UTF-8 to 'latin-1' and 'utf-8'. by Marc-André Lemburg · 13 years ago
  28. 8d96d77 Issue #10980: encode headers with latin1 instead of ASCII in the HTTP server. by Armin Ronacher · 14 years ago
  29. ff1bbba Merged revisions 87373,87381 via svnmerge from by Antoine Pitrou · 14 years ago
  30. 5466bf1 Fix Issue6791 - Limit the HTTP header readline with _MAXLENGTH. Patch by Antoine Pitrou by Senthil Kumaran · 14 years ago
  31. 3022ce1 Merged revisions 87317 via svnmerge from by Antoine Pitrou · 14 years ago
  32. c492437 Issue #10714: Limit length of incoming request in http.server to 65536 bytes by Antoine Pitrou · 14 years ago
  33. cbd2ab1 #1513299: cleanup some map() uses where a comprehension works better. by Georg Brandl · 14 years ago
  34. e4dad4f Fix issue3709 - BaseHTTPRequestHandler will buffer the headers and write only on end_headers call. by Senthil Kumaran · 14 years ago
  35. 938ece7 Merged revisions 86195 via svnmerge from by Brian Curtin · 14 years ago
  36. cbad4df Close subprocess pipes in the non-UNIX section of run_cgi. by Brian Curtin · 14 years ago
  37. 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 · 14 years ago
  38. 5e8826c Merged revisions 85202 via svnmerge from by Senthil Kumaran · 14 years ago
  39. 4271372 Fix Issue9272 - Change CGIHTTPServer to give the child program a copy of os.environ by Senthil Kumaran · 14 years ago
  40. 0f476d4 Issue1491 - BaseHTTPServer incorrectly implements response code 100 by Senthil Kumaran · 14 years ago
  41. caa78fe Merged revisions 83371,83390 via svnmerge from by Georg Brandl · 14 years ago
  42. 62e2ca2 #8292: Fix three instances of truth tests on return values of filter() (which is always true in Python 3). by Georg Brandl · 14 years ago
  43. 613c61c Merged revisions 78301 via svnmerge from by Senthil Kumaran · 14 years ago
  44. 7aa2621 Merged revisions 78299 via svnmerge from by Senthil Kumaran · 14 years ago
  45. ca5130c Merged revisions 76210 via svnmerge from by Senthil Kumaran · 15 years ago
  46. e29cd16 Merged revisions 76208 via svnmerge from by Senthil Kumaran · 15 years ago
  47. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  48. 706824f More codestring -> codebytes. by Georg Brandl · 15 years ago
  49. a7deeee port r72246 by Benjamin Peterson · 15 years ago
  50. ad71f0f Merged revisions 71303 via svnmerge from by Benjamin Peterson · 15 years ago
  51. b5292a2 Make http.server main program nicer for interactive use. by Alexandre Vassalotti · 15 years ago
  52. 98eb6c2 Fix compatibility issue with HTTPMessage class. by Jeremy Hylton · 15 years ago
  53. 914ab45 Sort import list. by Jeremy Hylton · 15 years ago
  54. e6fdd04 Replace duplicate code in http.server with call to http.client.parse_headers(). by Jeremy Hylton · 15 years ago
  55. cb0d2d7 Issue3113: tests for CGIHTTPRequestHandler failed on windows: by Amaury Forgeot d'Arc · 16 years ago
  56. 1afc169 Make a new urllib package . by Jeremy Hylton · 16 years ago
  57. 9f0f960 Remove traces of rfc822. by Georg Brandl · 16 years ago
  58. 820c120 Patch for issue 2848, mostly by Humberto Diogenes, with a couple of by Barry Warsaw · 16 years ago
  59. 2442015 Create http package. #2883. by Georg Brandl · 16 years ago