summaryrefslogtreecommitdiffstats
path: root/Doc/library/socketserver.rst
Commit message (Collapse)AuthorAgeFilesLines
* issue25931: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
| | | | that support os.fork.
* Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-145/+195
| | | | | | | | | | * Add headings for each concrete and mix-in class and list methods and attributes under them * Fix class and method cross references * Changed RequestHandler to BaseRequestHandler and added class heading * Pull out Stream/DatagramRequestHandler definitions * Reordered the request handler setup(), handle(), finish() methods * Document constructor parameters for the server classes
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
| | | | Patch from Martin Panter.
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-7/+7
|
* Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-251-2/+2
|
* Use Python 3 instead of 3.0.Ezio Melotti2012-05-031-2/+2
|
* Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-5/+5
| | | | where relevant, instead send method. Patch contributed by Brian Brazil.
* Issue #6031: improve serve_forever() descriptionSandro Tosi2012-01-031-3/+4
|
* Issue #13141: Demonstrate recommended style for SocketServer examples.Florent Xicluna2011-10-231-21/+27
|
* Backport source links from 3.x.Éric Araujo2011-08-191-1/+3
| | | | | Existing links have been updated to use the new reST role. In some files, I have also made cosmetic changes to the header.
* Fix closes issue10403 - Let's not use members anymore.Senthil Kumaran2011-07-041-1/+1
|
* Issue 7363: fix indentation in socketserver udpserver example.R. David Murray2009-11-201-3/+3
|
* #6718: fix example.Georg Brandl2009-08-241-1/+1
|
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-241-10/+0
| | | | Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate.
* http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-071-0/+9
| | | | Add a feature to disable the Nagle algorithm on sockets in TCPServer
* #1742837: expand HTTP server docs, and fix SocketServer ones to document ↵Georg Brandl2009-04-051-26/+35
| | | | methods as methods, not functions.
* #5297: fix example.Georg Brandl2009-02-181-1/+1
|
* Fix uses of the default role.Georg Brandl2009-01-031-3/+3
|
* #4752: actually use custom handler in example.Georg Brandl2008-12-271-1/+1
|
* 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