COMMITS
/ Doc/library/selectors.rst February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 22, 2025
A
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 23, 2023
H
gh-101100: Fix Sphinx warnings for `fileno` (#111118)
Hugo van Kemenade committed
July 29, 2023
S
gh-101100: Sphinx warnings: pick the low hanging fruits (GH-107386)
Serhiy Storchaka committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
May 2, 2017
T
Fix typo in selectors.rst (#1383)
Tong SHEN committed
December 4, 2016
S
Fixed double hyphens that are rendered to literal en-dashes in the documenation.
Serhiy Storchaka committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
December 8, 2015
B
September 18, 2015
B
Make it clearer that the constants in the selectors docs are module-level
Brett Cannon committed
March 31, 2015
V
Issue #23485: Enhance and update selectors doc and test_selectors
Victor Stinner committed
March 24, 2014
G
merge with 3.4
Georg Brandl committed
March 20, 2014
G
Fix issue 18931: selectors module now supports /dev/poll on Solaris.
Giampaolo Rodola' committed
February 7, 2014
V
Issue #20505: Remove resolution and _granularity from selectors and asyncio
Victor Stinner committed
January 25, 2014
V
Issue #20311: selectors: Add a resolution attribute to BaseSelector.
Victor Stinner committed
December 7, 2013
G
Silently ignore unregistering closed files. Fixes issue 19876. With docs and slight test refactor.
Guido van Rossum committed
December 1, 2013
C
Issue #19849: selectors: Document the possibility of early select() wakeup upon
Charles-François Natali committed
November 29, 2013
G
More realistic example for selectors.py.
Guido van Rossum committed
C
Remove trailing blanks.
Charles-François Natali committed
C
Set the FDs non-blocking in the selectors example.
Charles-François Natali committed
November 22, 2013
A
Wording changes
Andrew Kuchling committed
October 30, 2013
C
Issue #19172: Add a get_map() method to selectors.
Charles-François Natali committed
September 4, 2013
C
Issue #16853: Add new selectors module.
Charles-François Natali committed