COMMITS
/ Modules/selectmodule.c 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
April 17, 2016
S
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
October 11, 2015
B
merge 3.4 (#25371)
Benjamin Peterson committed
B
add a missing comma (closes #25371)
Benjamin Peterson committed
August 2, 2015
Z
Issue #23652: Make the select module compile against LSB headers.
Zachary Ware committed
Z
Issue #23652: Merge with 3.4
Zachary Ware 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
V
Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING
Victor Stinner committed
March 28, 2015
V
Issue #22117: Use the new _PyTime_t API in the select module
Victor Stinner committed
March 19, 2015
V
Issue #23708: select.devpoll now retries its internal write() when interrupted
Victor Stinner committed
March 17, 2015
V
Issue #23694: Enhance _Py_open(), it now raises exceptions
Victor Stinner committed
February 18, 2014
V
Issue #20656: Restore explicit downcast in select_select().
Victor Stinner committed
V
Close #20656: Fix select.select() on OpenBSD 64-bit
Victor Stinner committed
February 16, 2014
V
Issue #20320: select.select() and select.kqueue.control() now round the timeout
Victor Stinner committed