- c9332fa Fix call to os.waitpid, it does not take keyword args. by Neil Schemenauer · 16 years ago
- e152a77 socketserver renaming reversal part 3: move the module into the right by Georg Brandl · 16 years ago[Renamed from Lib/lib-old/SocketServer.py]
- b897c9a socketserver renaming reversal part 2: move rename module. by Georg Brandl · 16 years ago[Renamed from Lib/socketserver.py]
- fb9ce65 Renamed SocketServer to 'socketserver'. Deprecated old name. by Alexandre Vassalotti · 16 years ago[Renamed from Lib/SocketServer.py]
- e75f59a Progress on issue #1193577 by adding a polling .shutdown() method to by Jeffrey Yasskin · 17 years ago
- 392c159 Prevent SocketServer.ForkingMixIn from waiting on child processes that it by Jeffrey Yasskin · 17 years ago
- 1b56324 Add diagnostic message to help figure-out why SocketServer tests occasionally crash by Raymond Hettinger · 17 years ago
- e45a77a Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer that will call by Andrew M. Kuchling · 17 years ago
- ea5962f Whitespace normalization. by Tim Peters · 18 years ago
- ae04106 Patch #1599845: Add an option to disable the implicit calls to server_bind() and server_activate() in the constructors for TCPServer, SimpleXMLRPCServer and DocXMLRPCServer. by Collin Winter · 18 years ago
- 22c42ba Bug #1531963: Make SocketServer.TCPServer's server_address always be equal to calling getsockname() on the server's socket. by Collin Winter · 18 years ago
- ca5feab bug [ 957505 ] SocketServer module documentation misleading by Georg Brandl · 19 years ago
- ebbffd4 Fixed a typo in docstring I happened upon. by Guido van Rossum · 20 years ago
- a617271 Use cStringIO where available. by Raymond Hettinger · 20 years ago
- b97f0b7 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
- 3aaad50 TCPServer: Fixed typo in class docstring. by Barry Warsaw · 21 years ago
- 4cedc1e Clearing out old patch queue. Patch #558547, make SocketServer more by Anthony Baxter · 22 years ago
- 132e0e8 Use False instead of 0. by Fred Drake · 22 years ago
- f86e8ef Patch #550765: Add daemon_threads flag. by Martin v. Löwis · 22 years ago
- c8f8034 Replace 0 with False to match working in documentation. SF 599681. by Raymond Hettinger · 22 years ago
- beae477 SF bug #543318 (Frank J. Tobin). by Guido van Rossum · 23 years ago
- bc0e910 Convert a pile of obvious "yes/no" functions to return bool. by Tim Peters · 23 years ago
- 83c3281 Apply the first chunk of the second patch from SF bug #471720: by Guido van Rossum · 23 years ago
- a5343cc SF bug #471720: ThreadingMixIn/TCPServer forgets close by Guido van Rossum · 23 years ago
- ae3b125 remove empty __del__ method from BaseRequestHandler to avoid cyclic garbage by Skip Montanaro · 23 years ago
- a43c2f8 Patch #401196: Use getaddrinfo and AF_INET6 in TCP servers and clients. by Martin v. Löwis · 23 years ago
- 7de4d64 IMPORTANT FIX: This should definitely go into the 2.1.1 release!!! by Guido van Rossum · 23 years ago
- 285a7e5 Add a close_request method to the BaseServer so that the TCPServer class by Ka-Ping Yee · 24 years ago
- e99d5ea added __all__ lists to a number of Python modules by Skip Montanaro · 24 years ago
- 10b0418 Bump __version__; add authorship note for the BaseServer patch. by Guido van Rossum · 24 years ago
- 90cb906 SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class by Guido van Rossum · 24 years ago
- dd80220 Changing allow_reuse_address's default value, and documenting it. by Moshe Zadka · 24 years ago
- 01fed4d In class StreamRequestHandler, make the default buffering for rfile by Guido van Rossum · 24 years ago
- e3c7a5f Add class variable allow_reuse_address in TCPServer -- if nonzero, the by Guido van Rossum · 25 years ago
- 7526027 update to use threading module instead of thread. by Jeremy Hylton · 25 years ago
- 2ab455a Another patch from Andy Dustman: by Guido van Rossum · 25 years ago
- bfadac0 In collect_children(), put a try-except around os.waitpid() because it by Guido van Rossum · 25 years ago
- f2f0594 Laurence Tratt notes that the accept() call in get_request() can fail, by Guido van Rossum · 25 years ago
- 198e7ca Andy Dustman notes that I patched the close() call in the wrong place. by Guido van Rossum · 25 years ago
- 1865960 Andy Dustman writes: by Guido van Rossum · 25 years ago
- 67a40e8 Patch by Jeff Bauer: a minor change to declare two new by Guido van Rossum · 26 years ago
- fdb3d1a Fix typo in docstring: client_request should be client_address. by Guido van Rossum · 26 years ago
- 3249082 Fixed the UDP server -- this never worked. Ray Loyzaga deserves by Guido van Rossum · 26 years ago
- 1d5102c Explicitly close rfile and wfile in StreamRequestHandler.finish() -- by Guido van Rossum · 27 years ago
- 45e2fbc Mass check-in after untabifying all files that need it. by Guido van Rossum · 27 years ago
- c90ad21 No longer need to be very careful with saving the exception state by Guido van Rossum · 27 years ago
- db2b70c Fix bug found by kjpylint; change doc string to avoid "(" in column 1. by Guido van Rossum · 27 years ago
- d804bab Make self.rfile unbuffered (self.wfile already is). This should fix by Guido van Rossum · 28 years ago
- 2bb57b8 Changed makefile() args from r/w to rb/wb, for non-unix compatability. by Jack Jansen · 29 years ago
- 5bb05da correct retrieving return value of os.waitpid() by Guido van Rossum · 29 years ago
- e7e578f Initial revision by Guido van Rossum · 29 years ago