| Commit message (Expand) | Author | Age | Files | Lines |
* | [3.12] bpo-36796: Clean the error handling in _testcapimodule.c (GH-13085) (G... | Miss Islington (bot) | 2023-12-14 | 1 | -6/+12 |
|
|
* | [3.12] gh-111495: add stub files for C API test modules (GH-111586) (GH-111592) | Sergey B Kirpichev | 2023-11-01 | 1 | -0/+24 |
|
|
* | [3.12] gh-111065: Add more tests for the C API with the PySys_ prefix (GH-111... | Serhiy Storchaka | 2023-10-25 | 1 | -31/+3 |
|
|
* | [3.12] gh-110628: Add tests for PyLong C API (GH-110629) (GH-110854) | Serhiy Storchaka | 2023-10-14 | 1 | -0/+2 |
|
|
* | [3.12] gh-84489: C API: Add tests for Py_BuildValue() (GH-110596) (GH-110680) | Miss Islington (bot) | 2023-10-11 | 1 | -0/+37 |
|
|
* | [3.12] gh-110525: Add CAPI tests for set and frozenset objects (GH-110526). (... | Nikita Sobolev | 2023-10-09 | 1 | -0/+3 |
|
|
* | [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ... | Miss Islington (bot) | 2023-09-18 | 1 | -0/+21 |
|
|
* | [3.12] C API tests: use special markers to test that output parameters were s... | Serhiy Storchaka | 2023-09-08 | 1 | -0/+6 |
|
|
* | [3.12] Add Modules/_testcapi/util.h header (GH-108774) (#108780) | Miss Islington (bot) | 2023-09-02 | 1 | -16/+2 |
|
|
* | [3.12] gh-107178: Add the C API tests for the Abstract Objects Layer (GH-1071... | Serhiy Storchaka | 2023-08-16 | 1 | -162/+7 |
|
|
* | [3.12] gh-107735: Add C API tests for PySys_GetObject() and PySys_SetObject()... | Serhiy Storchaka | 2023-08-16 | 1 | -0/+41 |
|
|
* | [3.12] gh-105227: Add PyType_GetDict() (GH-105747) (#106600) | Miss Islington (bot) | 2023-07-10 | 1 | -0/+25 |
|
|
* | [3.12] gh-105603: Change the PyInterpreterConfig.own gil Field (gh-105620) (g... | Miss Islington (bot) | 2023-06-13 | 1 | -7/+7 |
|
|
* | [3.12] gh-104614: Fix potential ref. leak in _testcapimodule/get_basic_static... | Miss Islington (bot) | 2023-06-02 | 1 | -1/+3 |
|
|
* | [3.12] gh-104614: Make Sure ob_type is Always Set Correctly by PyType_Ready()... | Miss Islington (bot) | 2023-06-01 | 1 | -0/+45 |
|
|
* | [3.12] gh-105020: Share tp_bases and tp_mro Between Interpreters For All Stat... | Miss Islington (bot) | 2023-06-01 | 1 | -0/+23 |
|
|
* | gh-104645: fix error handling in marshal tests (#104646) | Irit Katriel | 2023-05-19 | 1 | -18/+14 |
|
|
* | GH-102818: Do not call `PyTraceBack_Here` in sys.settrace trampoline. (GH-10... | Mark Shannon | 2023-05-19 | 1 | -0/+28 |
|
|
* | gh-93649: Split gc- and allocation tests from _testcapimodule.c (GH-104403) | Jurica Bradarić | 2023-05-12 | 1 | -326/+3 |
|
|
* | gh-99113: Add PyInterpreterConfig.own_gil (gh-104204) | Eric Snow | 2023-05-05 | 1 | -2/+10 |
|
|
* | gh-104190: fix ubsan crash (#104191) | sunmy2019 | 2023-05-05 | 1 | -1/+1 |
|
|
* | gh-99593: Add tests for Unicode C API (part 2) (#99868) | Serhiy Storchaka | 2023-05-04 | 1 | -0/+1 |
|
|
* | gh-102500: Implement PEP 688 (#102521) | Jelle Zijlstra | 2023-05-04 | 1 | -1/+3 |
|
|
* | gh-103509: PEP 697 -- Limited C API for Extending Opaque Types (GH-103511) | Petr Viktorin | 2023-05-04 | 1 | -0/+3 |
|
|
* | gh-104109: Expose Py_NewInterpreterFromConfig() in the Public C-API (gh-104110) | Eric Snow | 2023-05-03 | 1 | -2/+2 |
|
|
* | gh-84436: Add integration C API tests for immortal objects (gh-103962) | Dong-hee Na | 2023-05-02 | 1 | -0/+3 |
|
|
* | gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744) | Jurica Bradarić | 2023-05-02 | 1 | -1/+104 |
|
|
* | gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660) | Eric Snow | 2023-04-24 | 1 | -2/+10 |
|
|
* | gh-103091: Add PyUnstable_Type_AssignVersionTag (#103095) | Brett Simmers | 2023-04-24 | 1 | -0/+13 |
|
|
* | gh-101659: Add _Py_AtExit() (gh-103298) | Eric Snow | 2023-04-06 | 1 | -0/+32 |
|
|
* | GH-94808: Cover `PyOS_mystrnicmp` and `PyOS_mystricmp` (gh-102469) | Artem Mukhin | 2023-03-22 | 1 | -0/+3 |
|
|
* | gh-98608: Stop Treating All Errors from _Py_NewInterpreterFromConfig() as Fat... | Eric Snow | 2023-03-21 | 1 | -2/+6 |
|
|
* | gh-102013: Add PyUnstable_GC_VisitObjects (#102014) | Jacob Bower | 2023-03-14 | 1 | -0/+69 |
|
|
* | gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514) | Eric Snow | 2023-03-08 | 1 | -6/+1 |
|
|
* | gh-101101: Unstable C API tier (PEP 689) (GH-101102) | Petr Viktorin | 2023-02-28 | 1 | -0/+3 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 1 | -4/+3 |
|
|
* | gh-93649: Split exception tests from _testcapimodule.c (GH-102173) | Erlend E. Aasland | 2023-02-23 | 1 | -287/+3 |
|
|
* | GH-100719: Remove redundant `gi_code` field from generator object. (GH-100749) | Mark Shannon | 2023-02-23 | 1 | -0/+11 |
|
|
* | gh-98627: Add an Optional Check for Extension Module Subinterpreter Compatibi... | Eric Snow | 2023-02-16 | 1 | -2/+10 |
|
|
* | gh-101819: Remove _testcapi dependencies on specific _io symbols (#101918) | Erlend E. Aasland | 2023-02-15 | 1 | -2/+6 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -0/+37 |
|
|
* | gh-101656: Fix "conversion from Py_ssize_t to int" warning in `_testcapimodul... | Nikita Sobolev | 2023-02-07 | 1 | -3/+3 |
|
|
* | gh-101072: support default and kw default in PyEval_EvalCodeEx for 3.11+ (#1... | Matthieu Dartiailh | 2023-02-07 | 1 | -1/+140 |
|
|
* | gh-59956: Add a Test to Verify GILState Matches the "Current" Thread State (g... | Eric Snow | 2023-02-06 | 1 | -0/+37 |
|
|
* | gh-101524: Split Up the _xxsubinterpreters Module (gh-101526) | Eric Snow | 2023-02-04 | 1 | -0/+54 |
|
|
* | gh-101152: Implement PEP 699 (GH-101193) | ram vikram singh | 2023-01-24 | 1 | -0/+3 |
|
|
* | GH-100892: Fix race in clearing `threading.local` (#100922) | Kumar Aditya | 2023-01-11 | 1 | -5/+36 |
|
|
* | gh-100228: Warn from os.fork() if other threads exist. (#100229) | Gregory P. Smith | 2022-12-29 | 1 | -0/+47 |
|
|
* | gh-99110: Initialize `frame->previous` in init_frame to fix segmentation faul... | Bill Fisher | 2022-12-23 | 1 | -0/+18 |
|
|
* | gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551) | Erlend E. Aasland | 2022-12-17 | 1 | -75/+0 |
|
|