1. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  2. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  3. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  4. c8f8034 Replace 0 with False to match working in documentation. SF 599681. by Raymond Hettinger · 22 years ago
  5. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 22 years ago
  6. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  7. 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
  8. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  9. ae3b125 remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage by Skip Montanaro · 23 years ago
  10. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  11. 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
  12. 285a7e5 Add a close_request method to the BaseServer so that the TCPServer class by Ka-Ping Yee · 23 years ago
  13. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  14. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 23 years ago
  15. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 23 years ago
  16. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  17. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  18. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  19. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  20. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  21. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
  22. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  23. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  24. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  25. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  26. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  27. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  28. 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 26 years ago
  29. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  30. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  31. db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
  32. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  33. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  34. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 28 years ago
  35. e7e578f Initial revision by Guido van Rossum · 29 years ago