| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929) | amaajemyfren | 2020-03-20 | 1 | -0/+2 |
* | bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174) | Serhiy Storchaka | 2018-12-19 | 1 | -1/+1 |
* | bpo-33540: Add block_on_close attr to socketserver (GH-6911) | Victor Stinner | 2018-05-24 | 1 | -2/+7 |
* | bpo-31233, bpo-31151: Document socketserver changes (#5417) | Victor Stinner | 2018-01-29 | 1 | -0/+15 |
* | Document parameters of BaseServer.finish_request() (GH-4445) | Masayuki Yamamoto | 2017-11-19 | 1 | -1/+1 |
* | Issue #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 1 | -3/+9 |
|\ |
|
| * | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 1 | -3/+9 |
* | | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase | Martin Panter | 2016-06-29 | 1 | -0/+9 |
* | | issue25931: document that socketserver.Forking* are unavailable on platforms | Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) | 2016-06-03 | 1 | -0/+4 |
* | | Issue #24911: Merge socket context manager doc from 3.5 | Martin Panter | 2016-04-24 | 1 | -10/+3 |
|\ \
| |/ |
|
| * | Issue #24911: All socket objects are context managers; update examples | Martin Panter | 2016-04-24 | 1 | -10/+3 |
* | | Issue #26404: Add context manager to socketserver, by Aviv Palivoda | Martin Panter | 2016-04-13 | 1 | -25/+30 |
* | | Issue #23430: Stop socketserver from catching SystemExit etc from handlers | Martin Panter | 2016-02-21 | 1 | -1/+5 |
|/ |
|
* | Issue #15608: Improve socketserver module documentation | Martin Panter | 2016-02-19 | 1 | -154/+202 |
* | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -2/+11 |
|\ |
|
| * | Issue #23254: Document how to close the TCPServer listening socket. | Robert Collins | 2015-07-29 | 1 | -2/+11 |
* | | Issue #21040: socketserver: Use the selectors module. | Charles-François Natali | 2014-03-24 | 1 | -2/+2 |
|/ |
|
* | Issue #18758: Fixed and improved cross-references. | Serhiy Storchaka | 2013-10-13 | 1 | -7/+7 |
* | #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe. | Ezio Melotti | 2013-04-12 | 1 | -1/+1 |
* | Merge with 3.2 : | Kristján Valur Jónsson | 2012-12-26 | 1 | -2/+2 |
|\ |
|
| * | Issue #14574: Ignore socket errors raised when flushing a connection on close. | Kristján Valur Jónsson | 2012-12-25 | 1 | -2/+2 |
* | | #11109: clean up docs, add whatsnew entry, and fix Justin's last name. | R David Murray | 2012-10-01 | 1 | -8/+10 |
* | | merged from 3.2 | Senthil Kumaran | 2012-02-09 | 1 | -5/+5 |
|\ \
| |/ |
|
| * | Fix Issue #6005: Examples in the socket library documentation use sendall, | Senthil Kumaran | 2012-02-09 | 1 | -5/+5 |
* | | merge 3.2 | Benjamin Peterson | 2012-01-03 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | merge with 3.2 | Sandro Tosi | 2012-01-03 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Issue #6031: improve serve_forever() description | Sandro Tosi | 2012-01-03 | 1 | -3/+4 |
* | | Merge 3.2, doc typos. | Florent Xicluna | 2011-11-11 | 1 | -14/+15 |
|\ \
| |/ |
|
| * | Reformat paragraphs. | Florent Xicluna | 2011-11-11 | 1 | -12/+13 |
* | | Merge 3.2 | Florent Xicluna | 2011-10-23 | 1 | -30/+34 |
|\ \
| |/ |
|
| * | Issue 13141: Demonstrate recommended style for socketserver examples. | Florent Xicluna | 2011-10-23 | 1 | -30/+34 |
* | | Merge from 3.2 . Replace the term members with correct and appropriate termi... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ... | Senthil Kumaran | 2011-07-04 | 1 | -1/+1 |
* | | Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai... | Senthil Kumaran | 2011-05-26 | 1 | -1/+14 |
|/ |
|
* | More source links | Raymond Hettinger | 2011-01-27 | 1 | -0/+4 |
* | Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from | Benjamin Peterson | 2009-11-25 | 1 | -3/+3 |
* | Switch more function arguments docs to new-style. | Georg Brandl | 2009-09-02 | 1 | -1/+0 |
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -26/+35 |
* | Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-... | Benjamin Peterson | 2009-02-19 | 1 | -1/+1 |
* | fix the socketserver demo code for py3k | Benjamin Peterson | 2008-11-08 | 1 | -28/+29 |
* | Fix last traces of old threading API. | Georg Brandl | 2008-06-13 | 1 | -4/+4 |
* | Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,... | Georg Brandl | 2008-05-25 | 1 | -18/+233 |
* | Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,... | Alexandre Vassalotti | 2008-05-16 | 1 | -2/+2 |
* | Renamed the SocketServer module to 'socketserver'. | Alexandre Vassalotti | 2008-05-12 | 1 | -5/+4 |
* | Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,... | Christian Heimes | 2008-03-16 | 1 | -12/+20 |
* | Merged revisions 60080-60089,60091-60093 via svnmerge from | Georg Brandl | 2008-01-19 | 1 | -1/+15 |
* | Merged revisions 59605-59624 via svnmerge from | Christian Heimes | 2007-12-31 | 1 | -10/+8 |
* | Move the 3k reST doc tree in place. | Georg Brandl | 2007-08-15 | 1 | -0/+295 |