COMMITS
/ Lib/socketserver.py September 29, 2025
H
gh-76007: Deprecate `__version__` attribute (#138675)
Hugo van Kemenade committed
May 19, 2025
January 18, 2025
M
gh-128916: Do not set `SO_REUSEPORT` on non-`AF_INET*` sockets (GH-128933)
Michał Górny committed
April 24, 2023
November 26, 2022
N
bpo-45975: Simplify some while-loops with walrus operator (GH-29347)
Nick Drozd committed
March 11, 2022
C
bpo-40280: Disable AF_UNIX, AF_PACKET, SO_REUSE* on Emscripten (#31829)
Christian Heimes committed
December 13, 2021
A
bpo-16594: Add allow_reuse_port on socketserver (GH-30072)
AN Long committed
December 31, 2020
J
bpo-37193: Remove thread objects which finished process its request (GH-23127)
Jason R. Coombs committed
November 2, 2020
J
Revert "bpo-37193: remove thread objects which finished process its request (GH-13893)" (GH-23107)
Jason R. Coombs committed
November 1, 2020
M
bpo-37193: remove thread objects which finished process its request (GH-13893)
MARUYAMA Norihiro committed
May 1, 2020
N
Change 'exception happened' to 'exception occurred' in two places (#19767)
Noah Doersing committed
November 16, 2019
J
Fix typo in Lib/socketserver.py (GH-17024)
Jason (Perry) Taylor committed
December 21, 2018
C
Fix typo in socketserver docstring (GH-11252)
Christopher Hunt committed
October 26, 2018
D
bpo-35017, socketserver: don't accept request after shutdown (GH-9952)
Denis Ledoux committed
June 1, 2018
V
bpo-33540: Fix socketserver.ThreadingMixIn if block_on_close=False (GH-7310)
Victor Stinner committed
May 24, 2018
V
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
Victor Stinner committed
September 13, 2017
V
bpo-31233: socketserver.ThreadingMixIn.server_close() (#3523)
Victor Stinner committed
September 7, 2017
A
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou committed
August 10, 2017
V
bpo-31151: Add socketserver.ForkingMixIn.server_close() (#3057)
Victor Stinner committed
December 16, 2016
S
Remove unused imports.
Serhiy Storchaka committed
June 29, 2016
M
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter committed
June 3, 2016
G
Reindent properly.
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
G
Issue #25931: Don't defining socketserver.Forking* names on platforms such
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
S
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka committed
April 13, 2016
M
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter committed
February 24, 2016
M
Issue #5824: Merge socketserver tests from 3.5
Martin Panter committed
M
Issue #5824: Fix DatagramRequestHandler tests by binding the client socket
Martin Panter committed
February 21, 2016
M
Issue #23430: Stop socketserver from catching SystemExit etc from handlers
Martin Panter committed
February 18, 2016
M
Issue #26309: Shut down socketserver request if verify_request() is false
Martin Panter committed
February 10, 2016
M
Issues #26310, #26311: Fix typos in the documentation and code comments
Martin Panter committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
February 3, 2015
B
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
Berker Peksag committed
B
Issue #23358: Add missing BaseServer entry to socketserver.__all__.
Berker Peksag committed
October 19, 2014
B
Issue #22186: Fix typos in Lib/.
Berker Peksag committed
October 13, 2014
C
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Charles-François Natali committed
C
Issue #22435: Fix a file descriptor leak when SocketServer bind fails.
Charles-François Natali committed
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
June 20, 2014
C
Issue #21491: socketserver: Fix a race condition in child processes reaping.
Charles-François Natali committed
C
Issue #21491: socketserver: Fix a race condition in child processes reaping.
Charles-François Natali committed
March 24, 2014
C
Issue #21040: socketserver: Use the selectors module.
Charles-François Natali committed
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed
July 4, 2013
B
Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)
Brett Cannon committed
June 14, 2013
B
Issue #18200: Update the stdlib (except tests) to use
Brett Cannon committed
December 26, 2012
K
Merge with 3.3
Kristján Valur Jónsson committed
K
Merge with 3.2 :
Kristján Valur Jónsson committed
December 25, 2012
K
Issue #14574: Ignore socket errors raised when flushing a connection on close.
Kristján Valur Jónsson committed
December 18, 2012
A
Issue #16717: get rid of socket.error, replace with OSError
Andrew Svetlov committed
A
Issue #16706: get rid of os.error
Andrew Svetlov committed
October 2, 2012
R
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
R David Murray committed