COMMITS
/ Doc/library/socketserver.rst May 19, 2025
February 8, 2025
G
gh-64414: mention AF_INET6 and IPv6 in socketserver docs. (#129866)
Gregory P. Smith committed
February 6, 2025
G
gh-112020: Rework socketserver examples to be correct (#129741)
Gregory P. Smith committed
July 3, 2024
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
February 1, 2024
A
gh-111112: Avoid potential confusion in TCP server example. (#111113)
Aidan Holm committed
October 10, 2023
N
gh-101100: Fix sphinx warnings in `library/socketserver.rst` (GH-110207)
Nikita Sobolev committed
April 24, 2023
November 29, 2022
G
Docs: improve accuracy of socketserver reference (#24767)
Géry Ogam committed
November 8, 2022
N
gh-72719: Remove asyncore and asynchat modules (#96580)
Nikita Sobolev committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
December 7, 2021
V
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951)
Victor Stinner committed
November 15, 2021
V
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner committed
July 26, 2021
M
bpo-44740: Lowercase "internet" and "web" where appropriate. (#27378)
Mariusz Felisiak committed
March 20, 2020
A
bpo-39797 Changes to socketserver.BaseServer's shutdown() method. (GH-18929)
amaajemyfren committed
December 19, 2018
S
bpo-35506: Remove redundant and incorrect links from keywords. (GH-11174)
Serhiy Storchaka committed
May 24, 2018
V
bpo-33540: Add block_on_close attr to socketserver (GH-6911)
Victor Stinner committed
January 29, 2018
V
bpo-31233, bpo-31151: Document socketserver changes (#5417)
Victor Stinner committed
November 19, 2017
M
Document parameters of BaseServer.finish_request() (GH-4445)
Masayuki Yamamoto committed
July 29, 2016
M
Issue #26462: Merge code block fixes from 3.5
Martin Panter committed
July 26, 2016
M
Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.
Martin Panter committed
June 29, 2016
M
Issue #26721: Change StreamRequestHandler.wfile to BufferedIOBase
Martin Panter committed
June 3, 2016
G
issue25931: document that socketserver.Forking* are unavailable on platforms
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
April 24, 2016
M
Issue #24911: Merge socket context manager doc from 3.5
Martin Panter committed
M
Issue #24911: All socket objects are context managers; update examples
Martin Panter committed
April 13, 2016
M
Issue #26404: Add context manager to socketserver, by Aviv Palivoda
Martin Panter committed
February 21, 2016
M
Issue #23430: Stop socketserver from catching SystemExit etc from handlers
Martin Panter committed
February 19, 2016
M
Issue #15608: Improve socketserver module documentation
Martin Panter committed
July 29, 2015
R
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins committed
R
Issue #23254: Document how to close the TCPServer listening socket.
Robert Collins committed
March 24, 2014
C
Issue #21040: socketserver: Use the selectors module.
Charles-François Natali committed
October 13, 2013
S
Issue #18758: Fixed and improved cross-references.
Serhiy Storchaka committed
April 12, 2013
E
#17653: fix typo in socketserver docs. Patch by Tshepang Lekhonkhobe.
Ezio Melotti committed
December 26, 2012
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
October 2, 2012
R
#11109: clean up docs, add whatsnew entry, and fix Justin's last name.
R David Murray committed
February 9, 2012
S
merged from 3.2
Senthil Kumaran committed
S
Fix Issue #6005: Examples in the socket library documentation use sendall,
Senthil Kumaran committed
January 3, 2012
S
Issue #6031: improve serve_forever() description
Sandro Tosi committed
S
merge with 3.2
Sandro Tosi committed
November 11, 2011
F
Merge 3.2, doc typos.
Florent Xicluna committed
F
Reformat paragraphs.
Florent Xicluna committed
October 23, 2011
F
Issue 13141: Demonstrate recommended style for socketserver examples.
Florent Xicluna committed
July 4, 2011
S
May 25, 2011
January 27, 2011
R
More source links
Raymond Hettinger committed
November 25, 2009
B
Merged revisions 76259,76326,76376-76377,76430,76471,76517 via svnmerge from
Benjamin Peterson committed