summaryrefslogtreecommitdiff
path: root/Lib/socketserver.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-Fran?ois Natali2014-10-131-2/+6
* Issue #21491: socketserver: Fix a race condition in child processes reaping.Charles-Fran?ois Natali2014-06-201-26/+30
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-201-1/+0
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-131-1/+1
* Merge with 3.3Kristj?n Valur J?nsson2012-12-261-1/+6
|\
| * Merge with 3.2 :Kristj?n Valur J?nsson2012-12-261-1/+6
| |\
| | * Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristj?n Valur J?nsson2012-12-251-1/+6
| | * Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-091-2/+2
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-181-2/+2
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-2/+2
|/ /
* | #11109: clean up docs, add whatsnew entry, and fix Justin's last name.R David Murray2012-10-011-1/+1
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-091-2/+13
|\ \ | |/
| * Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-091-2/+13
* | Merge 3.2: issue #13140Florent Xicluna2011-11-041-1/+19
|\ \ | |/ |/|
| * #13289: merge with 3.2.Ezio Melotti2011-10-291-1/+19
| |\
| | * Fix closes issue #11109 - socketserver.ForkingMixIn leaves zombies, also fai...Senthil Kumaran2011-05-261-2/+20
* | | Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.Florent Xicluna2011-11-041-2/+1
|/ /
* | #13289: fix typo.Ezio Melotti2011-10-291-1/+1
|/
* merge 3.1Benjamin Peterson2011-05-241-2/+0
|\
| * backout 8b384de4e780, so a proper fix can be considered (#5715)Benjamin Peterson2011-05-241-2/+0
* | merge 3.1Benjamin Peterson2011-05-241-1/+2
|\ \ | |/
| * generally, sockets should be closed after they're usedBenjamin Peterson2011-05-241-1/+2
* | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-6/+42
|\ \ | |/ |/|
| * #11515: Merge with 3.1.Ezio Melotti2011-03-151-1/+1
| |\
| * | Merged revisions 80484 via svnmerge fromAntoine Pitrou2010-04-251-12/+14
| * | http://bugs.python.org/issue6382Kristján Valur Jónsson2009-07-071-6/+22
| * | http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-041-1/+6
| * | Revert last change, which was incorrect.Kristján Valur Jónsson2009-07-041-6/+1
| * | http://bugs.python.org/issue6381Kristján Valur Jónsson2009-07-041-1/+6
| * | http://bugs.python.org/issue6267Kristján Valur Jónsson2009-07-011-2/+10
| * | http://bugs.python.org/issue6192Kristján Valur Jónsson2009-06-281-0/+7
* | | Issue #5715: In socketserver, close the server socket in the child process.Charles-François Natali2011-05-241-1/+1
| |/ |/|
* | Merged revisions 80487,80489 via svnmerge fromAntoine Pitrou2010-04-251-12/+14
|/
* Merged revisions 69803-69805,69840,69901,69905,69907,69924,69927,69987 via sv...Benjamin Peterson2009-02-261-1/+1
* kill another set_daemon instanceBenjamin Peterson2008-09-201-1/+1
* fix more threading API related bugsBenjamin Peterson2008-06-131-1/+1
* Renamed the SocketServer module to 'socketserver'.Alexandre Vassalotti2008-05-121-0/+675