1. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  2. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 23 years ago
  3. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 23 years ago
  4. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  5. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  6. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  7. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  8. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  9. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
  10. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  11. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  12. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  13. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  14. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  15. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  16. 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 26 years ago
  17. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  18. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  19. db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
  20. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  21. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  22. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 28 years ago
  23. e7e578f Initial revision by Guido van Rossum · 29 years ago