| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | 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 | -3/+3 |
|
|
* | gh-113884: Make queue.SimpleQueue thread-safe when the GIL is disabled (#114161) | mpage | 2024-01-23 | 1 | -87/+115 |
|
|
* | gh-113884: Refactor `queue.SimpleQueue` to use a ring buffer to store items (... | mpage | 2024-01-19 | 1 | -40/+169 |
|
|
* | gh-84570: Add Timeouts to SendChannel.send() and RecvChannel.recv() (gh-110567) | Eric Snow | 2023-10-17 | 1 | -0/+2 |
|
|
* | gh-106320: Remove private _PyEval function (#108433) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | gh-106869: Use new PyMemberDef constant names (#106871) | Victor Stinner | 2023-07-25 | 1 | -2/+2 |
|
|
* | gh-106316: Remove pytime.h header file (#106317) | Victor Stinner | 2023-07-01 | 1 | -0/+1 |
|
|
* | gh-104812: Run Pending Calls in any Thread (gh-104813) | Eric Snow | 2023-06-13 | 1 | -1/+2 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+1 |
|
|
* | bpo-46613: Add PyType_GetModuleByDef to the public API (GH-31081) | Petr Viktorin | 2022-02-11 | 1 | -1/+1 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -0/+4 |
|
|
* | bpo-41710: Add private _PyDeadline_Get() function (GH-28674) | Victor Stinner | 2021-10-01 | 1 | -13/+18 |
|
|
* | bpo-41710: PyThread_acquire_lock_timed() clamps the timout (GH-28643) | Victor Stinner | 2021-09-30 | 1 | -1/+1 |
|
|
* | Clean up initialization __class_getitem__ with Py_GenericAlias. (GH-28450) | Serhiy Storchaka | 2021-09-19 | 1 | -1/+1 |
|
|
* | bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) | Erlend Egeberg Aasland | 2021-06-17 | 1 | -1/+2 |
|
|
* | bpo-42972: Fully support GC protocol for _queue.SimpleQueue (GH-26372) | Erlend Egeberg Aasland | 2021-05-27 | 1 | -1/+10 |
|
|
* | bpo-40137: Add pycore_moduleobject.h internal header (GH-25507) | Victor Stinner | 2021-04-21 | 1 | -1/+2 |
|
|
* | bpo-40077: Fix typo in simplequeue_get_state_by_type() (GH-23975) | Erlend Egeberg Aasland | 2020-12-28 | 1 | -1/+1 |
|
|
* | bpo-1635741: Port _queue to multiphase initialization (GH-23376) | Christian Heimes | 2020-11-19 | 1 | -37/+36 |
|
|
* | bpo-40077: Convert _queuemodule to use heap types (GH-23136) | Erlend Egeberg Aasland | 2020-11-07 | 1 | -74/+110 |
|
|
* | bpo-40268: Remove unused structmember.h includes (GH-19530) | Victor Stinner | 2020-04-15 | 1 | -1/+1 |
|
|
* | bpo-40268: Remove explicit pythread.h includes (#19529) | Victor Stinner | 2020-04-15 | 1 | -1/+0 |
|
|
* | bpo-39481: PEP 585 for a variety of modules (GH-19423) | Batuhan Taşkaya | 2020-04-10 | 1 | -0/+2 |
|
|
* | bpo-40024: Update C extension modules to use PyModule_AddType() (GH-19119) | Dong-hee Na | 2020-03-24 | 1 | -4/+2 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-35081: Make some _PyGC macros internal (GH-10507) | Victor Stinner | 2018-11-13 | 1 | -1/+1 |
|
|
* | Fix misleading mentions of tp_size in comments (GH-9093) | Peter Eisentraut | 2018-09-10 | 1 | -1/+1 |
|
|
* | Make PySimpleQueueType static. (GH-8175) | Benjamin Peterson | 2018-07-07 | 1 | -2/+2 |
|
|
* | bpo-14976: Reentrant simple queue (#3346) | Antoine Pitrou | 2018-01-15 | 1 | -0/+400 |
|
|