summaryrefslogtreecommitdiffstats
path: root/Lib/SocketServer.py
Commit message (Expand)AuthorAgeFilesLines
* No longer need to be very careful with saving the exception stateGuido van Rossum1997-09-291-2/+1
* Fix bug found by kjpylint; change doc string to avoid "(" in column 1.Guido van Rossum1997-07-161-5/+5
* Make self.rfile unbuffered (self.wfile already is). This should fixGuido van Rossum1996-10-231-1/+1
* Changed makefile() args from r/w to rb/wb, for non-unix compatability.Jack Jansen1996-02-141-2/+2
* correct retrieving return value of os.waitpid()Guido van Rossum1996-01-251-1/+1
* Initial revisionGuido van Rossum1995-08-041-0/+413