summaryrefslogtreecommitdiffstats
path: root/Doc/library/socketserver.rst
Commit message (Collapse)AuthorAgeFilesLines
* Progress on issue #1193577 by adding a polling .shutdown() method toJeffrey Yasskin2008-03-071-12/+20
| | | | | | SocketServers. The core of the patch was written by Pedro Werneck, but any bugs are mine. I've also rearranged the code for timeouts in order to avoid interfering with the shutdown poll.
* Patch #742598 from Michael Pomraning: add .timeout attribute to SocketServer ↵Andrew M. Kuchling2008-01-191-1/+15
| | | | | | that will call .handle_timeout() method when no requests are received within the timeout period.
* Some cleanup in the docs.Georg Brandl2007-12-291-10/+8
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+295