COMMITS
/ Lib/SocketServer.py April 11, 2001
K
Add a close_request method to the BaseServer so that the TCPServer class
Ka-Ping Yee committed
January 20, 2001
S
added __all__ lists to a number of Python modules
Skip Montanaro committed
January 19, 2001
G
Bump __version__; add authorship note for the BaseServer patch.
Guido van Rossum committed
G
SF Patch #102980, by Luke Kenneth Casson Leighton: BaseServer class
Guido van Rossum committed
December 13, 2000
M
Changing allow_reuse_address's default value, and documenting it.
Moshe Zadka committed
September 1, 2000
G
In class StreamRequestHandler, make the default buffering for rfile
Guido van Rossum committed
May 9, 2000
G
Add class variable allow_reuse_address in TCPServer -- if nonzero, the
Guido van Rossum committed
October 12, 1999
J
update to use threading module instead of thread.
Jeremy Hylton committed
July 28, 1999
G
Another patch from Andy Dustman:
Guido van Rossum committed
June 17, 1999
G
In collect_children(), put a try-except around os.waitpid() because it
Guido van Rossum committed
June 15, 1999
G
Laurence Tratt notes that the accept() call in get_request() can fail,
Guido van Rossum committed
June 1, 1999
G
Andy Dustman notes that I patched the close() call in the wrong place.
Guido van Rossum committed
May 21, 1999
G
Andy Dustman writes:
Guido van Rossum committed
November 30, 1998
G
Patch by Jeff Bauer: a minor change to declare two new
Guido van Rossum committed
November 16, 1998
G
Fix typo in docstring: client_request should be client_address.
Guido van Rossum committed
June 16, 1998
G
Fixed the UDP server -- this never worked. Ray Loyzaga deserves
Guido van Rossum committed
April 3, 1998
G
Explicitly close rfile and wfile in StreamRequestHandler.finish() --
Guido van Rossum committed
March 26, 1998
G
Mass check-in after untabifying all files that need it.
Guido van Rossum committed
September 29, 1997
G
No longer need to be very careful with saving the exception state
Guido van Rossum committed
July 16, 1997
G
Fix bug found by kjpylint; change doc string to avoid "(" in column 1.
Guido van Rossum committed
October 23, 1996
G
Make self.rfile unbuffered (self.wfile already is). This should fix
Guido van Rossum committed
February 14, 1996
J
Changed makefile() args from r/w to rb/wb, for non-unix compatability.
Jack Jansen committed
January 25, 1996
G
correct retrieving return value of os.waitpid()
Guido van Rossum committed
August 4, 1995
G
Initial revision
Guido van Rossum committed