1. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  2. cffb9de SF patch #747364: BaseHTTPServer doesn't need StringIO intermediary by Raymond Hettinger · 21 years ago
  3. bf68c78 Fix SF bug #747348 docstring mistake in BaseHTTPServer.py. \n\nBackport Candidate by Raymond Hettinger · 21 years ago
  4. 3c120de Patch #744041: Use only first two elements of address to support IPv6. by Martin v. Löwis · 21 years ago
  5. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  6. 2de97d3 [Bug #676292] BaseHTTPServer incorrectly parses protocol; fix by Andrew Dalke by Andrew M. Kuchling · 21 years ago
  7. 8ca202e Bug #676273: Rewrite paragraph in module docstring by Andrew M. Kuchling · 21 years ago
  8. c041860 Use is None rather than general boolean by Raymond Hettinger · 22 years ago
  9. 863ac44 Whitespace normalization. by Tim Peters · 22 years ago
  10. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  11. 587c98c Patch #430706: Persistent connections in BaseHTTPServer. by Martin v. Löwis · 22 years ago
  12. 31fd86c add Content-Type header to error responses this closes patch 502080 by Skip Montanaro · 22 years ago
  13. 1669669 Remove unused imports from previous checkin. by Martin v. Löwis · 23 years ago
  14. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  15. 5ff63d6 Correction to test main. by Eric S. Raymond · 23 years ago
  16. b49f4a4 String method conversion. by Eric S. Raymond · 23 years ago
  17. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  18. 11cf605 Whitespace normalization. by Tim Peters · 23 years ago
  19. 2d2785a updated occurences of fqdn algorithm (closes patch #101197) by Peter Schneider-Kamp · 24 years ago
  20. 18865de Set HTTPServer class variable allow_reuse_address to 1, so restarting by Guido van Rossum · 24 years ago
  21. d65b539 Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the by Guido van Rossum · 25 years ago
  22. ba895d8 Typo: the method called is do_SPAM, not handle_SPAM. by Guido van Rossum · 25 years ago
  23. 145a5f7 Don't just die if gethostbyaddr() fails -- as it can when DNS is by Guido van Rossum · 25 years ago
  24. e6e8818 No need to import rfc822. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  25. 60e7330 Per Cederqvist writes: by Guido van Rossum · 25 years ago
  26. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  27. efa6837 Treat all HTTP/1.* versions the same. by Guido van Rossum · 27 years ago
  28. f69da22 fix several bogus var refs in error reporting by Guido van Rossum · 28 years ago
  29. e7e578f Initial revision by Guido van Rossum · 29 years ago