COMMITS
/ Lib/socketserver.py 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
April 8, 2012
A
Fix the patch for issue #7978: select() raises select.error before 3.3, not OSError.
Antoine Pitrou committed
A
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou committed
A
Issue #7978: socketserver now restarts the select() call when EINTR is returned.
Antoine Pitrou committed
November 4, 2011
F
Merge 3.2: issue #13140
Florent Xicluna committed
F
Closes #13140: Fix the daemon_threads attribute of ThreadingMixIn.
Florent Xicluna committed
October 29, 2011
E
#13289: fix typo.
Ezio Melotti committed
E
#13289: merge with 3.2.
Ezio Melotti committed
May 25, 2011
May 24, 2011
B
backout 8b384de4e780, so a proper fix can be considered (#5715)
Benjamin Peterson committed
B
generally, sockets should be closed after they're used
Benjamin Peterson committed
C
Issue #5715: In socketserver, close the server socket in the child process.
Charles-François Natali committed
C
Issue #5715: In socketserver, close the server socket in the child process.
Charles-François Natali committed
March 15, 2011
E
#11515: Merge with 3.1.
Ezio Melotti committed
April 25, 2010
A
Merged revisions 80487,80489 via svnmerge from
Antoine Pitrou committed
A
Merged revisions 80484 via svnmerge from
Antoine Pitrou committed
July 7, 2009
K
http://bugs.python.org/issue6382
Kristján Valur Jónsson committed