| Commit message (Expand) | Author | Age | Files | Lines |
* | update to use threading module instead of thread. | Jeremy Hylton | 1999-10-12 | 1 | -4/+4 |
|
|
* | Another patch from Andy Dustman: | Guido van Rossum | 1999-07-28 | 1 | -1/+8 |
|
|
* | In collect_children(), put a try-except around os.waitpid() because it | Guido van Rossum | 1999-06-17 | 1 | -1/+4 |
|
|
* | Laurence Tratt notes that the accept() call in get_request() can fail, | Guido van Rossum | 1999-06-15 | 1 | -1/+4 |
|
|
* | Andy Dustman notes that I patched the close() call in the wrong place. | Guido van Rossum | 1999-06-01 | 1 | -1/+1 |
|
|
* | Andy Dustman writes: | Guido van Rossum | 1999-05-21 | 1 | -0/+1 |
|
|
* | Patch by Jeff Bauer: a minor change to declare two new | Guido van Rossum | 1998-11-30 | 1 | -12/+11 |
|
|
* | Fix typo in docstring: client_request should be client_address. | Guido van Rossum | 1998-11-16 | 1 | -1/+1 |
|
|
* | Fixed the UDP server -- this never worked. Ray Loyzaga deserves | Guido van Rossum | 1998-06-16 | 1 | -2/+7 |
|
|
* | Explicitly close rfile and wfile in StreamRequestHandler.finish() -- | Guido van Rossum | 1998-04-03 | 1 | -0/+2 |
|
|
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -128/+128 |
|
|
* | No longer need to be very careful with saving the exception state | Guido van Rossum | 1997-09-29 | 1 | -2/+1 |
|
|
* | Fix bug found by kjpylint; change doc string to avoid "(" in column 1. | Guido van Rossum | 1997-07-16 | 1 | -5/+5 |
|
|
* | Make self.rfile unbuffered (self.wfile already is). This should fix | Guido van Rossum | 1996-10-23 | 1 | -1/+1 |
|
|
* | Changed makefile() args from r/w to rb/wb, for non-unix compatability. | Jack Jansen | 1996-02-14 | 1 | -2/+2 |
|
|
* | correct retrieving return value of os.waitpid() | Guido van Rossum | 1996-01-25 | 1 | -1/+1 |
|
|
* | Initial revision | Guido van Rossum | 1995-08-04 | 1 | -0/+413 |
|
|