1. 34eeed4 Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase by Martin Panter · 8 years ago
  2. 1bb8109 Reindent properly. by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  3. cef1f83 Issue #25931: Don't defining socketserver.Forking* names on platforms such by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 8 years ago
  4. b6a9c97 Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error by Serhiy Storchaka · 8 years ago
  5. 6a7b3a7 Issue #26778: Fixed "a/an/and" typos in code comment and documentation. by Serhiy Storchaka · 8 years ago
  6. 0cab9c1 Issue #26404: Add context manager to socketserver, by Aviv Palivoda by Martin Panter · 8 years ago
  7. 510addf Issue #5824: Merge socketserver tests from 3.5 by Martin Panter · 8 years ago
  8. 1827eff Issue #5824: Fix DatagramRequestHandler tests by binding the client socket by Martin Panter · 8 years ago
  9. d9108d1 Issue #23430: Stop socketserver from catching SystemExit etc from handlers by Martin Panter · 8 years ago
  10. c12fef9 Issue #26309: Shut down socketserver request if verify_request() is false by Martin Panter · 8 years ago
  11. 96a4f07 Issues #26310, #26311: Fix typos in the documentation and code comments by Martin Panter · 8 years ago
  12. 6e6c59b Issue #23285: PEP 475 -- Retry system calls failing with EINTR. by Charles-François Natali · 9 years ago
  13. 5045740 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 9 years ago
  14. 3265344 Issue #23358: Add missing BaseServer entry to socketserver.__all__. by Berker Peksag · 9 years ago
  15. 1ed2e69 Issue #22186: Fix typos in Lib/. by Berker Peksag · 10 years ago
  16. acbf523 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  17. 0f4f048 Issue #22435: Fix a file descriptor leak when SocketServer bind fails. by Charles-François Natali · 10 years ago
  18. ae58649 Issue #22043: time.monotonic() is now always available by Victor Stinner · 10 years ago
  19. af4db37 Issue #21491: socketserver: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  20. 504f5c3 Issue #21491: socketserver: Fix a race condition in child processes reaping. by Charles-François Natali · 10 years ago
  21. 1d29cc5 Issue #21040: socketserver: Use the selectors module. by Charles-François Natali · 10 years ago
  22. 7fa767e Issue #20976: pyflakes: Remove unused imports by Victor Stinner · 10 years ago
  23. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  24. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  25. cacb400 Merge with 3.3 by Kristján Valur Jónsson · 11 years ago
  26. c8e7e2b Merge with 3.2 : by Kristján Valur Jónsson · 11 years ago
  27. 36852b7 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 11 years ago
  28. 0832af6 Issue #16717: get rid of socket.error, replace with OSError by Andrew Svetlov · 11 years ago
  29. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 11 years ago
  30. 258fabe #11109: clean up docs, add whatsnew entry, and fix Justin's last name. by R David Murray · 12 years ago
  31. c0aa9ee Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError. by Antoine Pitrou · 12 years ago
  32. c9e8e3c Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  33. b0a9c66 Issue #7978: socketserver now restarts the select() call when EINTR is returned. by Antoine Pitrou · 12 years ago
  34. 495dcbd Merge 3.2: issue #13140 by Florent Xicluna · 13 years ago
  35. 12b66b5 Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn. by Florent Xicluna · 13 years ago
  36. f78869e #13289: fix typo. by Ezio Melotti · 13 years ago
  37. 39be383 #13289: merge with 3.2. by Ezio Melotti · 13 years ago
  38. 5e826e8 Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fails to reap all zombies in one pass. by Senthil Kumaran · 13 years ago
  39. e6a0621 merge 3.1 by Benjamin Peterson · 13 years ago
  40. f847393 backout 8b384de4e780, so a proper fix can be considered (#5715) by Benjamin Peterson · 13 years ago
  41. 48e21fc merge 3.1 by Benjamin Peterson · 13 years ago
  42. a7cdb0f generally, sockets should be closed after they're used by Benjamin Peterson · 13 years ago
  43. cf05759 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  44. 7b54e75 Issue #5715: In socketserver, close the server socket in the child process. by Charles-François Natali · 13 years ago
  45. 4969f70 #11515: Merge with 3.1. by Ezio Melotti · 13 years ago
  46. e312391 Merged revisions 80487,80489 via svnmerge from by Antoine Pitrou · 14 years ago
  47. 3bcba8e Merged revisions 80484 via svnmerge from by Antoine Pitrou · 14 years ago
  48. a5b47ce http://bugs.python.org/issue6382 by Kristján Valur Jónsson · 15 years ago
  49. 200cfd0 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  50. b8e138a Revert last change, which was incorrect. by Kristján Valur Jónsson · 15 years ago
  51. 8c4f417 http://bugs.python.org/issue6381 merging revision 73819 from trunk by Kristján Valur Jónsson · 15 years ago
  52. 985fc6a http://bugs.python.org/issue6267 porting revision 73638 to py3k by Kristján Valur Jónsson · 15 years ago
  53. 41a5750 http://bugs.python.org/issue6192 Mergin revisions 73272 and 73546 to py3k by Kristján Valur Jónsson · 15 years ago
  54. ad3d5c2 Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via svnmerge from by Benjamin Peterson · 15 years ago
  55. 8b6dc5c kill another set_daemon instance by Benjamin Peterson · 16 years ago
  56. b03ca4b fix more threading API related bugs by Benjamin Peterson · 16 years ago
  57. ce26195 Renamed the SocketServer module to 'socketserver'. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/SocketServer.py]
  58. 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
  59. 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
  60. 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
  61. fceab5a Merged revisions 60080-60089,60091-60093 via svnmerge from by Georg Brandl · 16 years ago
  62. 15863ea SF patch# 1764815 by Paul Colomiets. by Guido van Rossum · 17 years ago
  63. e7ba495 Merged revisions 55631-55794 via svnmerge from by Guido van Rossum · 17 years ago
  64. 68937b4 Change some uses of cStringIO.StringIO to io.StringIO. by Guido van Rossum · 17 years ago
  65. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  66. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  67. ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
  68. ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 19 years ago
  69. a617271 Use cStringIO where available. by Raymond Hettinger · 19 years ago
  70. b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  71. 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
  72. 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 21 years ago
  73. 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
  74. f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
  75. c8f8034 Replace 0 with False to match working in documentation. SF 599681. by Raymond Hettinger · 22 years ago
  76. beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 22 years ago
  77. bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 22 years ago
  78. 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
  79. a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
  80. ae3b125 remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage by Skip Montanaro · 23 years ago
  81. a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
  82. 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
  83. 285a7e5 Add a close_request method to the BaseServer so that the TCPServer class by Ka-Ping Yee · 23 years ago
  84. e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 23 years ago
  85. 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 23 years ago
  86. 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 23 years ago
  87. dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 23 years ago
  88. 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
  89. e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 24 years ago
  90. 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
  91. 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
  92. bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
  93. f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
  94. 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
  95. 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
  96. 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
  97. fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
  98. 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
  99. 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 26 years ago
  100. 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 26 years ago