summaryrefslogtreecommitdiffstats
path: root/Doc/library/socketserver.rst
Commit message (Collapse)AuthorAgeFilesLines
* Add a version tag for shutdown().Georg Brandl2008-06-261-0/+2
|
* socketserver renaming reversal part 3: move the module into the rightGeorg Brandl2008-05-241-21/+20
| | | | place and fix all references to it. Closes #2926.
* GHOP #180 by Michael Schneider: add examples to the socketserver documentation.Georg Brandl2008-05-181-18/+233
|
* Fix-up docs for socketserver and queue renaming.Georg Brandl2008-05-121-2/+8
|
* Added stub entry in the documentation mentioning SocketServerAlexandre Vassalotti2008-05-121-0/+2
| | | | was renamed.
* Updated all import statements to use the new socketserver module name.Alexandre Vassalotti2008-05-121-5/+4
| | | | | Renamed socketserver module in its own documentation. Renamed documentation references.
* #2741: clarification of value range for address_family.Georg Brandl2008-05-111-2/+2
|
* 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