summaryrefslogtreecommitdiff
path: root/Doc/library/socketserver.rst
Commit message (Expand)AuthorAgeFilesLines
* gh-103673: Add missing ForkingUnixStreamServer and ForkingUnixDatagramServer ...jb21702023-04-241-0/+7
* Docs: improve accuracy of socketserver reference (#24767)Géry Ogam2022-11-291-7/+3
* gh-72719: Remove asyncore and asynchat modules (#96580)Nikita Sobolev2022-11-081-2/+1
* gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)Christian Heimes2022-08-021-0/+2
* Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...Victor Stinner2021-12-071-1/+1
* bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)Victor Stinner2021-11-161-1/+1
* bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)Mariusz Felisiak2021-07-271-2/+2
* bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)amaajemyfren2020-03-201-0/+2
* bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)Serhiy Storchaka2018-12-191-1/+1
* bpo-33540: Add block_on_close attr to socketserver (GH-6911)Victor Stinner2018-05-241-2/+7
* bpo-31233, bpo-31151: Document socketserver changes (#5417)Victor Stinner2018-01-291-0/+15
* Document parameters of BaseServer.finish_request() (GH-4445)Masayuki Yamamoto2017-11-191-1/+1
* Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-291-3/+9
|\
| * Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-3/+9
* | Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-291-0/+9
* | issue25931: document that socketserver.Forking* are unavailable on platformsGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-0/+4
* | Issue #24911: Merge socket context manager doc from 3.5Martin Panter2016-04-241-10/+3
|\ \ | |/
| * Issue #24911: All socket objects are context managers; update examplesMartin Panter2016-04-241-10/+3
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-131-25/+30
* | Issue #23430: Stop socketserver from catching SystemExit etc from handlersMartin Panter2016-02-211-1/+5
|/
* Issue #15608: Improve socketserver module documentationMartin Panter2016-02-191-154/+202
* Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
|\
| * Issue #23254: Document how to close the TCPServer listening socket.Robert Collins2015-07-291-2/+11
* | Issue #21040: socketserver: Use the selectors module.Charles-François Natali2014-03-241-2/+2
|/
* Issue #18758: Fixed and improved cross-references.Serhiy Storchaka2013-10-131-7/+7
* #17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.Ezio Melotti2013-04-121-1/+1
* Merge with 3.2 :Kristján Valur Jónsson2012-12-261-2/+2
|\
| * Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-251-2/+2
* | #11109: clean up docs, add whatsnew entry, and fix Justin's last name.R David Murray2012-10-011-8/+10
* | merged from 3.2Senthil Kumaran2012-02-091-5/+5
|\ \ | |/
| * Fix Issue #6005: Examples in the socket library documentation use sendall,Senthil Kumaran2012-02-091-5/+5
* | merge 3.2Benjamin Peterson2012-01-031-1/+1
|\ \ | |/
* | merge with 3.2Sandro Tosi2012-01-031-3/+3
|\ \ | |/
| * Issue #6031: improve serve_forever() descriptionSandro Tosi2012-01-031-3/+4
* | Merge 3.2, doc typos.Florent Xicluna2011-11-111-14/+15
|\ \ | |/
| * Reformat paragraphs.Florent Xicluna2011-11-111-12/+13
* | Merge 3.2Florent Xicluna2011-10-231-30/+34
|\ \ | |/
| * Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-30/+34
* | Merge from 3.2 . Replace the term members with correct and appropriate termi...Senthil Kumaran2011-07-041-1/+1
|\ \ | |/
| * issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-1/+1
* | Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai...Senthil Kumaran2011-05-261-1/+14
|/
* More source linksRaymond Hettinger2011-01-271-0/+4
* Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge fromBenjamin Peterson2009-11-251-3/+3
* Switch more function arguments docs to new-style.Georg Brandl2009-09-021-1/+0
* Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-...Benjamin Peterson2009-04-051-26/+35
* Merged revisions 69576,69579-69580,69589,69619-69620,69633,69703-69704,69728-...Benjamin Peterson2009-02-191-1/+1
* fix the socketserver demo code for py3kBenjamin Peterson2008-11-081-28/+29
* Fix last traces of old threading API.Georg Brandl2008-06-131-4/+4
* Merged revisions 63412,63445-63447,63449-63450,63452,63454,63459,63463,63465,...Georg Brandl2008-05-251-18/+233
* Merged revisions 62998-63003,63005-63006,63009-63012,63014-63017,63019-63020,...Alexandre Vassalotti2008-05-161-2/+2