1. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  2. f899dfa GHOP #134, #171, #137: unit tests for the three HTTPServer modules. by Georg Brandl · 17 years ago
  3. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  4. 1647923 #1492: allow overriding BaseHTTPServer's content type for error messages. by Georg Brandl · 17 years ago
  5. 833e961 Fix the signature of log_error(). (A subclass that did the right thing by Guido van Rossum · 19 years ago
  6. ec73cd4 Typo fix by Andrew M. Kuchling · 19 years ago
  7. 6aab16e Move "httpresponses" dict from urllib2 to httplib where it belongs. by Georg Brandl · 19 years ago
  8. 5d07696 Patch #1417555: SimpleHTTPServer now returns Last-Modified headers. by Georg Brandl · 19 years ago
  9. a2aa1ac bug [ 1100201 ] Cross-site scripting on BaseHTTPServer by Georg Brandl · 20 years ago
  10. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  11. cffb9de SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary by Raymond Hettinger · 22 years ago
  12. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 22 years ago
  13. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 22 years ago
  14. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  15. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 23 years ago
  16. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 23 years ago
  17. c041860 Use is None rather than general boolean by Raymond Hettinger · 23 years ago
  18. 863ac44 Whitespace normalization. by Tim Peters · 23 years ago
  19. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
  20. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 23 years ago
  21. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 23 years ago
  22. 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 24 years ago
  23. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 24 years ago
  24. 5ff63d6 Correction to test main. by Eric S. Raymond · 25 years ago
  25. b49f4a4 String method conversion. by Eric S. Raymond · 25 years ago
  26. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 25 years ago
  27. 11cf605 Whitespace normalization. by Tim Peters · 25 years ago
  28. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 25 years ago
  29. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 25 years ago
  30. d65b539 Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the by Guido van Rossum · 26 years ago
  31. ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 26 years ago
  32. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 26 years ago
  33. e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 26 years ago
  34. 60e7330 Per Cederqvist writes: by Guido van Rossum · 26 years ago
  35. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
  36. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 28 years ago
  37. f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 29 years ago
  38. e7e578f Initial revision by Guido van Rossum · 30 years ago