| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos in docs, error messages and comments (#123336) | Wulian | 2024-08-28 | 1 | -1/+1 |
|
|
* | gh-121905: Consistently use "floating-point" instead of "floating point" (GH-... | Serhiy Storchaka | 2024-07-19 | 1 | -2/+2 |
|
|
* | gh-121592: Make select.poll() and related objects thread-safe (#121594) | Sam Gross | 2024-07-11 | 1 | -17/+50 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-91565: Update issue tracker URL in error message. (#117450) | Ezio Melotti | 2024-04-03 | 1 | -2/+2 |
|
|
* | gh-110850: Use public PyTime functions (#115746) | Victor Stinner | 2024-02-20 | 1 | -1/+1 |
|
|
* | gh-110850: Replace _PyTime_t with PyTime_t (#115719) | Victor Stinner | 2024-02-20 | 1 | -6/+6 |
|
|
* | gh-110395: invalidate open kqueues after fork (#110517) | Davide Rizzo | 2023-11-04 | 1 | -7/+137 |
|
|
* | gh-111233: Fix error checking in select extension module init (#111234) | Nikita Sobolev | 2023-10-25 | 1 | -66/+84 |
|
|
* | gh-108765: Python.h no longer includes <unistd.h> (#108783) | Victor Stinner | 2023-09-02 | 1 | -0/+3 |
|
|
* | gh-107913: Fix possible losses of OSError error codes (GH-107930) | Serhiy Storchaka | 2023-08-26 | 1 | -2/+2 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -17/+18 |
|
|
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -0/+1 |
|
|
* | gh-98836: Extend PyUnicode_FromFormat() (GH-98838) | Serhiy Storchaka | 2023-05-21 | 1 | -4/+1 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | gh-102255: Improve build support for Windows API partitions (GH-102256) | Max Bachmann | 2023-03-09 | 1 | -2/+4 |
|
|
* | gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513) | Victor Stinner | 2022-11-16 | 1 | -2/+1 |
|
|
* | gh-95174: Handle missing dup() and constants in WASI (GH-95229) | Christian Heimes | 2022-07-26 | 1 | -0/+5 |
|
|
* | bpo-40280: select: Use NULL for empty fdset (GH-31865) | Christian Heimes | 2022-03-14 | 1 | -1/+6 |
|
|
* | bpo-41857: mention timeout argument units in select.poll() and select.depoll(... | Zane Bitter | 2022-01-20 | 1 | -2/+6 |
|
|
* | bpo-46303: Move fileutils.h private functions to internal C API (GH-30484) | Victor Stinner | 2022-01-11 | 1 | -1/+6 |
|
|
* | bpo-41710: Add private _PyDeadline_Get() function (GH-28674) | Victor Stinner | 2021-10-01 | 1 | -13/+16 |
|
|
* | bpo-41710: Add _PyTime_AsTimespec_clamp() (GH-28629) | Victor Stinner | 2021-09-30 | 1 | -1/+1 |
|
|
* | bpo-43916: select.devpoll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25751) | Victor Stinner | 2021-04-30 | 1 | -9/+1 |
|
|
* | bpo-43916: select.poll uses Py_TPFLAGS_DISALLOW_INSTANTIATION (GH-25750) | Erlend Egeberg Aasland | 2021-04-30 | 1 | -13/+4 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -2/+2 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -9/+9 |
|
|
* | bpo-1635741: Port select module to multiphase init (GH-23409) | Christian Heimes | 2020-11-21 | 1 | -82/+105 |
|
|
* | bpo-42152: Use PyDict_Contains and PyDict_SetDefault if appropriate. (GH-22986) | Serhiy Storchaka | 2020-10-26 | 1 | -5/+8 |
|
|
* | bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes"... | Serhiy Storchaka | 2020-10-09 | 1 | -19/+0 |
|
|
* | bpo-31938: Fix default-value signatures of several functions in the select mo... | Anthony Sottile | 2020-06-23 | 1 | -8/+8 |
|
|
* | bpo-32604: Fix reference leak in select module (GH-20600) | Victor Stinner | 2020-06-03 | 1 | -2/+0 |
|
|
* | bpo-38580: Document that select() accepts iterables, not just sequences (GH-1... | Jakub Stasiak | 2020-05-25 | 1 | -3/+3 |
|
|
* | bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) | Batuhan Taskaya | 2020-05-16 | 1 | -0/+2 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-39968: Convert extension modules' macros of get_module_state() to inline ... | Hai Shi | 2020-03-16 | 1 | -23/+30 |
|
|
* | 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 |
|
|