1. 8f1dd22 Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. by Martin Panter · 9 years ago
  2. c3cd60e issue25931: document that socketserver.Forking* are unavailable on platforms by Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) · 9 years ago
  3. 94035f3 Issue #15608: Improve socketserver module documentation by Martin Panter · 9 years ago
  4. 2f2c829 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 10 years ago
  5. b33336f Issue #18758: Fixed and improved cross-references. by Serhiy Storchaka · 12 years ago
  6. b0d1c37 Issue #14574: Ignore socket errors raised when flushing a connection on close. by Kristján Valur Jónsson · 13 years ago
  7. 510ff54 Use Python 3 instead of 3.0. by Ezio Melotti · 13 years ago
  8. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  9. 499718d Issue #6031: improve serve_forever() description by Sandro Tosi · 14 years ago
  10. df10d7c Issue #13141: Demonstrate recommended style for SocketServer examples. by Florent Xicluna · 14 years ago
  11. 29a0b57 Backport source links from 3.x. by Éric Araujo · 14 years ago
  12. 6f18b98 Fix closes issue10403 - Let's not use members anymore. by Senthil Kumaran · 14 years ago
  13. 4823961 Issue 7363: fix indentation in socketserver udpserver example. by R. David Murray · 16 years ago
  14. e8ddbec #6718: fix example. by Georg Brandl · 16 years ago
  15. f1d11ef http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  16. afefcfd http://bugs.python.org/issue6192 by Kristján Valur Jónsson · 16 years ago
  17. 9af0c56 #1742837: expand HTTP server docs, and fix SocketServer ones to document methods as methods, not functions. by Georg Brandl · 16 years ago
  18. 52f6b6d #5297: fix example. by Georg Brandl · 16 years ago
  19. e92818f Fix uses of the default role. by Georg Brandl · 17 years ago
  20. bedc343 #4752: actually use custom handler in example. by Georg Brandl · 17 years ago
  21. 910df2f Add a version tag for shutdown(). by Georg Brandl · 17 years ago
  22. e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 17 years ago
  23. 67d6933 GHOP #180 by Michael Schneider: add examples to the socketserver documentation. by Georg Brandl · 17 years ago
  24. 7a148c2 Fix-up docs for socketserver and queue renaming. by Georg Brandl · 17 years ago
  25. fea23a4 Added stub entry in the documentation mentioning SocketServer was renamed. by Alexandre Vassalotti · 17 years ago
  26. d192c92 Updated all import statements to use the new socketserver module name. by Alexandre Vassalotti · 17 years ago
  27. 0aaf559 #2741: clarification of value range for address_family. by Georg Brandl · 17 years ago
  28. e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
  29. e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 18 years ago
  30. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  31. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago