summaryrefslogtreecommitdiff
path: root/Doc/library/socketserver.rst
Commit message (Expand)AuthorAgeFilesLines
* 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. Smith2016-06-031-0/+4
* | Issue #24911: Merge socket context manager doc from 3.5Martin Panter2016-04-241-26/+35
|\ \ | |/ |/|
| * 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 #24911: All socket objects are context managers; update examplesMartin Panter2016-04-241-10/+3
|/
* 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-2/+14
|\ \ | |/ |/|
| * merge with 3.2Sandro Tosi2012-01-031-3/+3
| |\ | |/ |/|
| * Merge 3.2, doc typos.Florent Xicluna2011-11-111-1/+14
| |\
| | * Merge 3.2Florent Xicluna2011-10-231-1/+14
| | |\
| | | * Merge from 3.2 . Replace the term members with correct and appropriate termi...Senthil Kumaran2011-07-041-1/+14
| | | |\
| | | | * Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai...Senthil Kumaran2011-05-261-1/+14
* | | | | Issue #6031: improve serve_forever() descriptionSandro Tosi2012-01-031-3/+4
|/ / / /
* | | | Reformat paragraphs.Florent Xicluna2011-11-111-12/+13
|/ / /
* | | Issue 13141: Demonstrate recommended style for socketserver examples.Florent Xicluna2011-10-231-30/+34
|/ /
* | issue10403 - Let's not use members anymore. Use 'attribute' where it denotes ...Senthil Kumaran2011-07-041-1/+1
|/
* 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
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-5/+4
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-12/+20
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-191-1/+15
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-10/+8
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+295