| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) | Victor Stinner | 2020-01-07 | 1 | -5/+0 |
|
|
* | Fix a compile warning in selectmodule.c. (GH-16617) | Xiang Zhang | 2019-10-07 | 1 | -1/+1 |
|
|
* | bpo-38116: Convert select module to PEP-384 (#15971) | Dino Viehland | 2019-09-14 | 1 | -242/+207 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -10/+10 |
|
|
* | bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) | Serhiy Storchaka | 2019-02-25 | 1 | -3/+5 |
|
|
* | bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) | Zackery Spytz | 2018-12-08 | 1 | -8/+2 |
|
|
* | bpo-35310: Clear select() lists before returning upon EINTR (GH-10877) | Oran Avraham | 2018-12-05 | 1 | -0/+4 |
|
|
* | bpo-33029: Fix signatures of getter and setter functions. (GH-10746) | Serhiy Storchaka | 2018-11-27 | 1 | -3/+3 |
|
|
* | bpo-29386: Pass -1 to epoll_wait() when timeout is < -1 (GH-9040) | Berker Peksag | 2018-09-11 | 1 | -8/+15 |
|
|
* | bpo-34419: selectmodule.c does not compile on HP-UX due to bpo-31938 (GH-8796) | Michael Osipov | 2018-08-17 | 1 | -3/+1 |
|
|
* | bpo-20260: Implement non-bitwise unsigned int converters for Argument Clinic.... | Serhiy Storchaka | 2018-07-26 | 1 | -26/+8 |
|
|
* | bpo-31938: Convert selectmodule.c to Argument Clinic (GH-4265) | Tal Einat | 2018-06-30 | 1 | -574/+659 |
|
|
* | bpo-32568: make select.epoll() and its docs consistent (#7840) | Tal Einat | 2018-06-30 | 1 | -4/+6 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH... | Siddhesh Poyarekar | 2018-04-29 | 1 | -6/+6 |
|
|
* | bpo-32747: Remove trailing spaces in docstrings. (GH-5491) | oldk | 2018-02-02 | 1 | -2/+2 |
|
|
* | bpo-28914: Fix compilation of select on Android (#5447) | Victor Stinner | 2018-01-30 | 1 | -0/+3 |
|
|
* | bpo-23699: Use a macro to reduce boilerplate code in rich comparison function... | stratakis | 2017-11-02 | 1 | -21/+1 |
|
|
* | bpo-31893: Fix errors in b9052a0f91d2e83bbc27267247a5920c82b242a3. (#4196) | Serhiy Storchaka | 2017-10-31 | 1 | -4/+4 |
|
|
* | bpo-31893: Fixed select.kqueue(). (#4166) | Serhiy Storchaka | 2017-10-31 | 1 | -47/+71 |
|
|
* | bpo-31334: Fix timeout in select.poll.poll() (GH-3277) | Riccardo Coccioli | 2017-10-17 | 1 | -9/+16 |
|
|
* | bpo-31786: Make functions in the select module blocking when timeout is a sma... | Pablo Galindo | 2017-10-17 | 1 | -8/+8 |
|
|
* | bpo-30058: Fixed buffer overflow in select.kqueue.control(). (#1095) | Serhiy Storchaka | 2017-10-12 | 1 | -16/+13 |
|
|
* | bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096) | Serhiy Storchaka | 2017-04-19 | 1 | -2/+2 |
|
|
* | bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) | Serhiy Storchaka | 2017-04-16 | 1 | -2/+2 |
|
|
* | bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) | Serhiy Storchaka | 2017-03-12 | 1 | -4/+4 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -6/+3 |
|
|
* | Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ... | Serhiy Storchaka | 2016-12-16 | 1 | -1/+1 |
|
|
* | Issue #20100: Simplify newPyEpoll_Object() | Berker Peksag | 2016-09-26 | 1 | -8/+10 |
|
|
* | Issue #28153: Make kqueue()'s event filters optional | Berker Peksag | 2016-09-14 | 1 | -0/+18 |
|
|
* | replace Py_(u)intptr_t with the c99 standard types | Benjamin Peterson | 2016-09-06 | 1 | -2/+2 |
|
|
* | Expose EPOLLRDHUP conditionally | Berker Peksag | 2016-08-08 | 1 | -0/+3 |
|
|
* | Issue #27567: Expose the POLLRDHUP constant in the select module | Berker Peksag | 2016-07-19 | 1 | -0/+8 |
|
|
* | add EPOLLEXCLUSIVE | Benjamin Peterson | 2016-07-19 | 1 | -0/+3 |
|
|
* | expose EPOLLRDHUP (closes #27567) | Benjamin Peterson | 2016-07-19 | 1 | -1/+1 |
|
|
* | merge from 3.5 | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|\ |
|
| * | issue27018 - Fix the documentation of select.epoll.register method. | Senthil Kumaran | 2016-05-15 | 1 | -1/+1 |
|
|
* | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issue #25923: Added the const qualifier to static constant arrays. | Serhiy Storchaka | 2015-12-25 | 1 | -1/+1 |
|/ |
|
* | merge 3.4 (#25371) | Benjamin Peterson | 2015-10-11 | 1 | -2/+2 |
|\ |
|
| * | add a missing comma (closes #25371) | Benjamin Peterson | 2015-10-11 | 1 | -2/+2 |
|
|
* | | Issue #23652: Merge with 3.4 | Zachary Ware | 2015-08-02 | 1 | -0/+11 |
|\ \
| |/ |
|
| * | Issue #23652: Make the select module compile against LSB headers. | Zachary Ware | 2015-08-02 | 1 | -0/+11 |
|
|
* | | Issue #23485: select.devpoll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-31 | 1 | -43/+63 |
|
|
* | | Issue #23485: select.kqueue.control() is now retried when interrupted by a si... | Victor Stinner | 2015-03-31 | 1 | -11/+34 |
|
|
* | | Issue #23485: select.epoll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-30 | 1 | -18/+51 |
|
|
* | | Issue #23485: select.poll.poll() is now retried when interrupted by a signal | Victor Stinner | 2015-03-30 | 1 | -50/+83 |
|
|
* | | Issue #23485: select.select() is now retried automatically with the recomputed | Victor Stinner | 2015-03-30 | 1 | -14/+39 |
|
|
* | | Issue #22117: Replace usage of _PyTime_ROUND_UP with _PyTime_ROUND_CEILING | Victor Stinner | 2015-03-30 | 1 | -3/+4 |
|
|
* | | Issue #22117: Use the new _PyTime_t API in the select module | Victor Stinner | 2015-03-28 | 1 | -39/+20 |
|
|