COMMITS
/ Modules/selectmodule.c 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
April 19, 2017
S
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka committed
April 16, 2017
S
bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051)
Serhiy Storchaka committed
March 12, 2017
S
bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501)
Serhiy Storchaka committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 16, 2016
S
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict.
Serhiy Storchaka committed
September 26, 2016
B
Issue #20100: Simplify newPyEpoll_Object()
Berker Peksag committed
September 14, 2016
B
Issue #28153: Make kqueue()'s event filters optional
Berker Peksag committed
September 6, 2016
B
replace Py_(u)intptr_t with the c99 standard types
Benjamin Peterson committed
August 8, 2016
B
Expose EPOLLRDHUP conditionally
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
May 15, 2016
S
merge from 3.5
Senthil Kumaran committed
S
issue27018 - Fix the documentation of select.epoll.register method.
Senthil Kumaran committed