COMMITS
/ Modules/selectmodule.c April 2, 2026
S
GH-145247: Use _PyTuple_FromPair in Modules (part 2) (#148003)
Sergey Miryanov committed
March 24, 2026
K
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Karolina Surma committed
March 20, 2026
January 15, 2026
V
gh-142434: Use ppoll() if available in select.poll (#143529)
Victor Stinner committed
September 23, 2025
S
gh-67795: Accept any real numbers as timestamp and timeout (GH-139224)
Serhiy Storchaka committed
September 2, 2025
B
gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to `select.poll` and `select.epoll` (#138340)
Bénédikt Tran committed
August 18, 2025
A
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
Adam Turner committed
April 29, 2025
S
gh-132987: Support __index__() in the select.kqueue_event constructor (GH-133094)
Serhiy Storchaka committed
February 24, 2025
B
gh-111178: fix UBSan failures in `Modules/selectmodule.c` (GH-129792)
Bénédikt Tran committed
January 30, 2025
V
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Victor Stinner committed
December 4, 2024
R
gh-127481: Add `EPOLLWAKEUP` to the `select` module (GH-127482)
RUANG (James Roy) committed
August 28, 2024
W
Fix typos in docs, error messages and comments (#123336)
Wulian committed
July 19, 2024
S
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
Serhiy Storchaka committed
July 11, 2024
S
gh-121592: Make select.poll() and related objects thread-safe (#121594)
Sam Gross committed
May 3, 2024
B
gh-116322: Add Py_mod_gil module slot (#116882)
Brett Simmers committed
April 3, 2024
E
gh-91565: Update issue tracker URL in error message. (#117450)
Ezio Melotti committed
February 20, 2024
V
gh-110850: Use public PyTime functions (#115746)
Victor Stinner committed
V
gh-110850: Replace _PyTime_t with PyTime_t (#115719)
Victor Stinner committed
November 4, 2023
D
gh-110395: invalidate open kqueues after fork (#110517)
Davide Rizzo committed
October 25, 2023
N
gh-111233: Fix error checking in select extension module init (#111234)
Nikita Sobolev committed
September 2, 2023
V
gh-108765: Python.h no longer includes <unistd.h> (#108783)
Victor Stinner committed
August 26, 2023
S
gh-107913: Fix possible losses of OSError error codes (GH-107930)
Serhiy Storchaka committed
July 25, 2023
V
gh-106869: Use new PyMemberDef constant names (#106871)
Victor Stinner committed
July 1, 2023
V
gh-106316: Remove pytime.h header file (#106317)
Victor Stinner committed
May 21, 2023
S
gh-98836: Extend PyUnicode_FromFormat() (GH-98838)
Serhiy Storchaka committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
March 9, 2023
M
gh-102255: Improve build support for Windows API partitions (GH-102256)
Max Bachmann committed
November 16, 2022
V
gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513)
Victor Stinner committed
July 26, 2022
C
gh-95174: Handle missing dup() and constants in WASI (GH-95229)
Christian Heimes committed
March 14, 2022
C
bpo-40280: select: Use NULL for empty fdset (GH-31865)
Christian Heimes committed
January 20, 2022
January 11, 2022
V
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
Victor Stinner committed
October 1, 2021
V
bpo-41710: Add private _PyDeadline_Get() function (GH-28674)
Victor Stinner committed
September 30, 2021
V
bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629)
Victor Stinner committed
April 30, 2021
V
bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751)
Victor Stinner committed
E
bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750)
Erlend Egeberg Aasland committed
December 1, 2020
V
bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587)
Victor Stinner committed
V
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner committed
November 21, 2020
C
bpo-1635741: Port select module to multiphase init (GH-23409)
Christian Heimes committed
October 26, 2020
S
bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986)
Serhiy Storchaka committed
October 9, 2020
S
bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620)
Serhiy Storchaka committed
June 23, 2020
A
bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066)
Anthony Sottile committed
June 3, 2020
V
bpo-32604: Fix reference leak in select module (GH-20600)
Victor Stinner committed
May 25, 2020
J
bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832)
Jakub Stasiak committed
May 16, 2020
B
bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281)
Batuhan Taskaya committed
April 15, 2020
V
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner committed
March 16, 2020
January 7, 2020
V
bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882)
Victor Stinner committed
October 7, 2019
X
Fix a compile warning in selectmodule.c. (GH-16617)
Xiang Zhang committed
September 14, 2019
D
bpo-38116: Convert select module to PEP-384 (#15971)
Dino Viehland committed