1. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  2. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  3. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  4. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 13 years ago
  5. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  6. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  7. 39be383 #13289: merge with 3.2. by Ezio Melotti · 13 years ago
  8. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  9. e6a0621 merge 3.1 by Benjamin Peterson · 13 years ago
  10. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  11. 48e21fc merge 3.1 by Benjamin Peterson · 13 years ago
  12. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  13. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  14. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  15. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  16. e312391 Merged revisions 80487,80489 via svnmerge from by Antoine Pitrou · 14 years ago
  17. 3bcba8e Merged revisions 80484 via svnmerge from by Antoine Pitrou · 14 years ago
  18. a5b47ce http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  19. 200cfd0 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  20. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  21. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  22. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  23. 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 15 years ago
  24. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  25. 8b6dc5c kill another set_daemon instance by Benjamin Peterson · 16 years ago
  26. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  27. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/SocketServer.py]
  28. dd15f6c Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from by Christian Heimes · 16 years ago
  29. 70e7ea2 Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61108 via svnmerge from by Christian Heimes · 16 years ago
  30. a156e09 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from by Christian Heimes · 16 years ago
  31. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 16 years ago
  32. 15863ea SF patch# 1764815 by Paul Colomiets. by Guido van Rossum · 17 years ago
  33. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  34. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  35. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  36. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  37. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  38. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  39. a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
  40. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  41. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  42. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
  43. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  44. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  45. c8f8034 Replace 0 with False to match working in documentation. SF 599681. by Raymond Hettinger · 22 years ago
  46. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 22 years ago
  47. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  48. 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
  49. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  50. ae3b125 remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage by Skip Montanaro · 23 years ago
  51. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  52. 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
  53. 285a7e5 Add a close_request method to the BaseServer so that the TCPServer class by Ka-Ping Yee · 23 years ago
  54. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  55. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 24 years ago
  56. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 24 years ago
  57. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
  58. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  59. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  60. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  61. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  62. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
  63. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  64. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  65. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  66. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  67. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  68. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  69. 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 26 years ago
  70. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago
  71. c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
  72. db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
  73. d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
  74. 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 28 years ago
  75. 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 28 years ago
  76. e7e578f Initial revision by Guido van Rossum · 29 years ago