Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue25931: document that socketserver.Forking* are unavailable on platforms | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -0/+4 |
| | | | | that support os.fork. | ||||
* | Issue #15608: Improve socketserver module documentation | Martin Panter | 2016-02-19 | 1 | -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 Collins | 2015-07-29 | 1 | -2/+11 |
| | | | | Patch from Martin Panter. | ||||
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -7/+7 |
| | |||||
* | Issue #14574: Ignore socket errors raised when flushing a connection on close. | Kristján Valur Jónsson | 2012-12-25 | 1 | -2/+2 |
| | |||||
* | Use Python 3 instead of 3.0. | Ezio Melotti | 2012-05-03 | 1 | -2/+2 |
| | |||||
* | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -5/+5 |
| | | | | where relevant, instead send method. Patch contributed by Brian Brazil. | ||||
* | Issue #6031: improve serve_forever() description | Sandro Tosi | 2012-01-03 | 1 | -3/+4 |
| | |||||
* | Issue #13141: Demonstrate recommended style for SocketServer examples. | Florent Xicluna | 2011-10-23 | 1 | -21/+27 |
| | |||||
* | Backport source links from 3.x. | Éric Araujo | 2011-08-19 | 1 | -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 Kumaran | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Issue 7363: fix indentation in socketserver udpserver example. | R. David Murray | 2009-11-20 | 1 | -3/+3 |
| | |||||
* | #6718: fix example. | Georg Brandl | 2009-08-24 | 1 | -1/+1 |
| | |||||
* | http://bugs.python.org/issue6192 | Kristján Valur Jónsson | 2009-06-24 | 1 | -10/+0 |
| | | | | Move the newly introduced disable_nagle_algorithm flag into the StreamRequestHandler, where it is more appropriate. | ||||
* | http://bugs.python.org/issue6192 | Kristján Valur Jónsson | 2009-06-07 | 1 | -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 Brandl | 2009-04-05 | 1 | -26/+35 |
| | | | | methods as methods, not functions. | ||||
* | #5297: fix example. | Georg Brandl | 2009-02-18 | 1 | -1/+1 |
| | |||||
* | Fix uses of the default role. | Georg Brandl | 2009-01-03 | 1 | -3/+3 |
| | |||||
* | #4752: actually use custom handler in example. | Georg Brandl | 2008-12-27 | 1 | -1/+1 |
| | |||||
* | Add a version tag for shutdown(). | Georg Brandl | 2008-06-26 | 1 | -0/+2 |
| | |||||
* | socketserver renaming reversal part 3: move the module into the right | Georg Brandl | 2008-05-24 | 1 | -21/+20 |
| | | | | place and fix all references to it. Closes #2926. | ||||
* | GHOP #180 by Michael Schneider: add examples to the socketserver documentation. | Georg Brandl | 2008-05-18 | 1 | -18/+233 |
| | |||||
* | Fix-up docs for socketserver and queue renaming. | Georg Brandl | 2008-05-12 | 1 | -2/+8 |
| | |||||
* | Added stub entry in the documentation mentioning SocketServer | Alexandre Vassalotti | 2008-05-12 | 1 | -0/+2 |
| | | | | was renamed. | ||||
* | Updated all import statements to use the new socketserver module name. | Alexandre Vassalotti | 2008-05-12 | 1 | -5/+4 |
| | | | | | Renamed socketserver module in its own documentation. Renamed documentation references. | ||||
* | #2741: clarification of value range for address_family. | Georg Brandl | 2008-05-11 | 1 | -2/+2 |
| | |||||
* | Progress on issue #1193577 by adding a polling .shutdown() method to | Jeffrey Yasskin | 2008-03-07 | 1 | -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. Kuchling | 2008-01-19 | 1 | -1/+15 |
| | | | | | | that will call .handle_timeout() method when no requests are received within the timeout period. | ||||
* | Some cleanup in the docs. | Georg Brandl | 2007-12-29 | 1 | -10/+8 |
| | |||||
* | Move the 2.6 reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+295 |