COMMITS
/ Modules/selectmodule.c 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
July 8, 2019
J
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
February 25, 2019
S
bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112)
Serhiy Storchaka committed
December 8, 2018
Z
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz committed
December 5, 2018
O
bpo-35310: Clear select() lists before returning upon EINTR (GH-10877)
Oran Avraham committed
November 27, 2018
S
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka committed
September 11, 2018
B
bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040)
Berker Peksag committed
August 17, 2018
M
bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796)
Michael Osipov committed
July 26, 2018
S
bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic. (GH-8434)
Serhiy Storchaka 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