1. 1cd5bd2 make sure to write bytes instead of strings to underlying socket channel by Bill Janssen · 17 years ago
  2. cfe02a4 Fixes by John Reese and Jacques Frechet that make test_xmlrpc pass. by Guido van Rossum · 17 years ago
  3. 7ffe299 Allow rfc822 to process headers from an incoming HTTP request. by Jeremy Hylton · 17 years ago
  4. d2ef864 Treat HTTP status line as ISO-8859-1 as in httplib module. by Jeremy Hylton · 17 years ago
  5. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 18 years ago
  6. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  7. fc7bb8c Merged revisions 53304-53433,53435-53450 via svnmerge from by Thomas Wouters · 18 years ago
  8. ec73cd4 Typo fix by Andrew M. Kuchling · 19 years ago
  9. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  10. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  11. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 19 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  13. cffb9de SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary by Raymond Hettinger · 21 years ago
  14. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 21 years ago
  15. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  16. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  17. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 22 years ago
  18. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 22 years ago
  19. c041860 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  20. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  21. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  22. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
  23. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 23 years ago
  24. 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 23 years ago
  25. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  26. 5ff63d6 Correction to test main. by Eric S. Raymond · 24 years ago
  27. b49f4a4 String method conversion. by Eric S. Raymond · 24 years ago
  28. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
  29. 11cf605 Whitespace normalization. by Tim Peters · 24 years ago
  30. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  31. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 24 years ago
  32. d65b539 Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the by Guido van Rossum · 25 years ago
  33. ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 25 years ago
  34. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
  35. e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  36. 60e7330 Per Cederqvist writes: by Guido van Rossum · 26 years ago
  37. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  38. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  39. f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 29 years ago
  40. e7e578f Initial revision by Guido van Rossum · 29 years ago