COMMITS
/ Doc/library/select.rst April 7, 2026
H
Python 3.15.0a8
Hugo van Kemenade committed
March 30, 2026
M
gh-138850: Add --disable-epoll to configure (GH-145768)
Marcel Telka committed
February 11, 2026
R
Fix typos and grammar errors across documentation (#144709)
Ronald Eddy Jr committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 15, 2026
V
gh-142434: Use ppoll() if available in select.poll (#143529)
Victor Stinner committed
December 2, 2025
P
Document None for timeout argument of select.select (#142177)
Petr Viktorin committed
October 14, 2025
H
Python 3.15.0a1
Hugo van Kemenade committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
February 4, 2025
S
Use roles :data: and :const: for referencing module variables (GH-129507)
Serhiy Storchaka committed
December 17, 2024
H
Python 3.14.0a3
Hugo van Kemenade committed
December 4, 2024
R
gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482)
RUANG (James Roy) committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
January 10, 2024
S
gh-113664: Improve style of Big O notation (GH-113695)
Serhiy Storchaka committed
July 23, 2023
E
gh-106948: Docs: Disable links for C standard library functions, OS utility functions and system calls (#107062)
Erlend E. Aasland committed
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
October 7, 2022
H
Docs: Fix backtick errors found by sphinx-lint (#97998)
Hugo van Kemenade committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
September 22, 2021
S
bpo-41203: Replace Mac OS X and OS X with macOS (GH-28515)
Serhiy Storchaka committed
May 25, 2020
J
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Jakub Stasiak committed
January 7, 2020
V
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner committed
July 11, 2019
December 19, 2018
M
bpo-35497: add versionadded tag for EPOLLEXCLUSIVE (GH-11162)
Manjusaka committed
October 12, 2018
C
bpo-11233: Create availability directive for documentation (GH-9692)
Cheryl Sabella committed
June 30, 2018
T
bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265)
Tal Einat committed
T
bpo-32568: make select.epoll() and its docs consistent (#7840)
Tal Einat committed
December 6, 2017
S
bpo-25910: Fixes redirection from http to https (#4674)
Sanyam Khurana committed
April 12, 2017
N
bpo-30047: Fix a typo in Doc/library/select.rst (#1086)
NAKAMURA Osamu committed
October 19, 2016
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
September 11, 2016
B
Issue #20100: Merge from 3.5
Berker Peksag committed
B
Issue #20100: Clarify that passing flags to epoll() has no effect
Berker Peksag committed
July 19, 2016
B
Issue #27567: Expose the POLLRDHUP constant in the select module
Berker Peksag committed
B
add EPOLLEXCLUSIVE
Benjamin Peterson committed
B
expose EPOLLRDHUP (closes #27567)
Benjamin Peterson committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
May 7, 2016
S
Issue #26736: Used HTTPS for external links in the documentation if possible.
Serhiy Storchaka committed
March 31, 2015
V
Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal
Victor Stinner committed
V
Issue #23485: select.kqueue.control() is now retried when interrupted by a signal
Victor Stinner committed
March 30, 2015
V
Issue #23485: select.epoll.poll() is now retried when interrupted by a signal
Victor Stinner committed
V
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Victor Stinner committed
V
Issue #23485: select.select() is now retried automatically with the recomputed
Victor Stinner committed
October 29, 2014
G
merge with 3.4
Georg Brandl committed
G
Fixing broken links in doc, part 3: the rest
Georg Brandl committed
May 20, 2014
D
Fix Issue #21528 - Fix documentation typos
Donald Stufft committed
March 31, 2014
A
#16716: remove deprecation warning
Andrew Svetlov committed
A
Fix the doc: add deprecation warning in select module.
Andrew Svetlov committed
January 12, 2014
G
small grammar fix.
Georg Brandl committed
December 31, 2013
R
whatsnew: epoll supports with.
R David Murray committed