aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/socketserver.py
Commit message (Expand)AuthorAge
* bpo-45975: Simplify some while-loops with walrus operator (GH-29347)Nick Drozd2022-11-26
* bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)Christian Heimes2022-03-11
* bpo-16594: Add allow_reuse_port on socketserver (GH-30072)AN Long2021-12-13
* bpo-37193: Remove thread objects which finished process its request (GH-23127)Jason R. Coombs2020-12-31
* Revert "bpo-37193: remove thread objects which finished process its request (...Jason R. Coombs2020-11-02
* bpo-37193: remove thread objects which finished process its request (GH-13893)MARUYAMA Norihiro2020-11-01
* Change 'exception happened' to 'exception occurred' in two places (#19767)Noah Doersing2020-04-30
* Fix typo in Lib/socketserver.py (GH-17024)Jason (Perry) Taylor2019-11-16
* Fix typo in socketserver docstring (GH-11252)Christopher Hunt2018-12-21
* bpo-35017, socketserver: don't accept request after shutdown (GH-9952)Denis Ledoux2018-10-26
* bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)Victor Stinner2018-06-01
* bpo-33540: Add block_on_close attr to socketserver (GH-6911)Victor Stinner2018-05-24
* bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)Victor Stinner2017-09-13
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-07
* bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)Victor Stinner2017-08-10
* Remove unused imports.Serhiy Storchaka2016-12-16
* Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBaseMartin Panter2016-06-29
* Reindent properly.Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-03
* Issue #25931: Don't defining socketserver.Forking* names on platforms suchGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-03
* Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-17
|\
| * Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-17
* | Issue #26404: Add context manager to socketserver, by Aviv PalivodaMartin Panter2016-04-13
* | Issue #5824: Merge socketserver tests from 3.5Martin Panter2016-02-24
|\|
| * Issue #5824: Fix DatagramRequestHandler tests by binding the client socketMartin Panter2016-02-24
* | Issue #23430: Stop socketserver from catching SystemExit etc from handlersMartin Panter2016-02-21
|/
* Issue #26309: Shut down socketserver request if verify_request() is falseMartin Panter2016-02-18
* Issues #26310, #26311: Fix typos in the documentation and code commentsMartin Panter2016-02-10
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-François Natali2015-02-07
* Issue #23358: Add missing BaseServer entry to socketserver.__all__.Berker Peksag2015-02-03
|\
| * Issue #23358: Add missing BaseServer entry to socketserver.__all__.Berker Peksag2015-02-03
* | Issue #22186: Fix typos in Lib/.Berker Peksag2014-10-19
|\|
* | Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-13
|\|
| * Issue #22435: Fix a file descriptor leak when SocketServer bind fails.Charles-François Natali2014-10-13
| * Issue #21491: socketserver: Fix a race condition in child processes reaping.Charles-François Natali2014-06-20
* | Issue #22043: time.monotonic() is now always availableVictor Stinner2014-09-02
* | Issue #21491: socketserver: Fix a race condition in child processes reaping.Charles-François Natali2014-06-20
* | Issue #21040: socketserver: Use the selectors module.Charles-François Natali2014-03-24
|/
* Issue #20976: pyflakes: Remove unused importsVictor Stinner2014-03-20
* Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-04
* Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-13
* Merge with 3.3Kristján Valur Jónsson2012-12-26
|\
| * Merge with 3.2 :Kristján Valur Jónsson2012-12-26
| |\
| | * Issue #14574: Ignore socket errors raised when flushing a connection on close.Kristján Valur Jónsson2012-12-25
| | * Fix the patch for issue #7978: select() raises select.error before 3.3, not O...Antoine Pitrou2012-04-09
* | | Issue #16717: get rid of socket.error, replace with OSErrorAndrew Svetlov2012-12-18
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-18
|/ /
* | #11109: clean up docs, add whatsnew entry, and fix Justin's last name.R David Murray2012-10-01
* | Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-09
|\|
| * Issue #7978: socketserver now restarts the select() call when EINTR is returned.Antoine Pitrou2012-04-09
* | Merge 3.2: issue #13140Florent Xicluna2011-11-04
|\|