COMMITS
/ Modules/selectmodule.c July 19, 2024
S
[3.12] gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907) (GH-122013)
Serhiy Storchaka committed
April 3, 2024
M
[3.12] gh-91565: Update issue tracker URL in error message. (GH-117450) (#117497)
Miss Islington (bot) committed
November 11, 2023
G
[3.12] gh-110395: invalidate open kqueues after fork (GH-110517) (#111745)
Gregory P. Smith committed
August 26, 2023
M
[3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523)
Miss Islington (bot) 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
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
February 2, 2018
O
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk committed
January 30, 2018
V
bpo-28914: Fix compilation of select on Android (#5447)
Victor Stinner committed
November 2, 2017
October 31, 2017
S
bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196)
Serhiy Storchaka committed
S
bpo-31893: Fixed select.kqueue(). (#4166)
Serhiy Storchaka committed
October 17, 2017
R
bpo-31334: Fix timeout in select.poll.poll() (GH-3277)
Riccardo Coccioli committed
October 12, 2017
S
bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095)
Serhiy Storchaka committed