| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | gh-102755: PyErr_DisplayException only in ABI >= 3.12. Tests cover PyErr_Disp... | Irit Katriel | 2023-03-21 | 1 | -3/+13 |
|
|
* | gh-102755: Add PyErr_DisplayException(exc) (#102756) | Irit Katriel | 2023-03-16 | 1 | -10/+3 |
|
|
* | gh-102594: PyErr_SetObject adds note to exception raised on normalization err... | Irit Katriel | 2023-03-16 | 1 | -0/+21 |
|
|
* | gh-102381: don't call watcher callback with dead object (#102382) | Carl Meyer | 2023-03-08 | 1 | -1/+12 |
|
|
* | gh-102493: fix normalization in PyErr_SetObject (#102502) | Irit Katriel | 2023-03-07 | 1 | -0/+15 |
|
|
* | gh-101101: Fix test_code_extra to reset value for refleak test (gh-102350) | Dong-hee Na | 2023-03-02 | 1 | -1/+5 |
|
|
* | gh-101101: Unstable C API tier (PEP 689) (GH-101102) | Petr Viktorin | 2023-02-28 | 2 | -0/+116 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 2 | -12/+9 |
|
|
* | gh-93649: Split exception tests from _testcapimodule.c (GH-102173) | Erlend E. Aasland | 2023-02-23 | 2 | -0/+278 |
|
|
* | GH-101578: Normalize the current exception (GH-101607) | Mark Shannon | 2023-02-08 | 1 | -9/+15 |
|
|
* | gh-93649: Split tracemalloc tests from _testcapimodule.c (#99551) | Erlend E. Aasland | 2022-12-17 | 1 | -0/+81 |
|
|
* | gh-99240: Reset pointer to NULL when the pointed memory is freed in argument ... | colorfulappl | 2022-12-17 | 1 | -0/+19 |
|
|
* | GH-100000: Cleanup and polish various watchers code (GH-99998) | Itamar Ostricher | 2022-12-14 | 1 | -2/+4 |
|
|
* | GH-91054: Reset static events counts in code watchers tests (#99978) | Itamar Ostricher | 2022-12-04 | 1 | -0/+9 |
|
|
* | GH-91054: Add code object watchers API (GH-99859) | Itamar Ostricher | 2022-12-02 | 1 | -0/+131 |
|
|
* | gh-99612: Fix PyUnicode_DecodeUTF8Stateful() for ASCII-only data (GH-99613) | Serhiy Storchaka | 2022-12-01 | 1 | -0/+36 |
|
|
* | gh-99593: Add tests for Unicode C API (part 1) (GH-99651) | Serhiy Storchaka | 2022-11-29 | 1 | -6/+332 |
|
|
* | gh-91053: Add an optional callback that is invoked whenever a function is mod... | mpage | 2022-11-22 | 1 | -0/+237 |
|
|
* | gh-99537: Use Py_SETREF() function in longobject C code (#99655) | Victor Stinner | 2022-11-22 | 1 | -8/+4 |
|
|
* | gh-47146: Soft-deprecate structmember.h, expose its contents via Python.h (GH... | Petr Viktorin | 2022-11-22 | 2 | -0/+218 |
|
|
* | gh-93649: Split float/long tests from _testcapimodule.c (GH-99549) | Erlend E. Aasland | 2022-11-17 | 4 | -0/+867 |
|
|
* | gh-93649: Split watcher API tests from _testcapimodule.c (#99532) | Erlend E. Aasland | 2022-11-16 | 2 | -0/+303 |
|
|
* | gh-93649: Split memory and docstring tests from _testcapimodule.c (#99517) | Erlend E. Aasland | 2022-11-16 | 3 | -0/+752 |
|
|
* | gh-99300: Replace Py_INCREF() with Py_NewRef() (#99513) | Victor Stinner | 2022-11-16 | 1 | -4/+2 |
|
|
* | gh-93649: Split pytime and datetime tests from _testcapimodule.c (#99494) | Erlend E. Aasland | 2022-11-15 | 3 | -0/+729 |
|
|
* | gh-93649: Split getargs tests from _testcapimodule.c (#99346) | Erlend E. Aasland | 2022-11-14 | 2 | -0/+921 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99440) | Victor Stinner | 2022-11-13 | 1 | -6/+3 |
|
|
* | gh-98586: Add vector call APIs to the Limited API (GH-98587) | Wenzel Jakob | 2022-10-27 | 1 | -4/+101 |
|
|
* | gh-94808: Cover `PyUnicode_Count` in CAPI (#96929) | Nikita Sobolev | 2022-10-06 | 1 | -0/+21 |
|
|
* | GH-91049: Introduce set vectorcall field API for PyFunctionObject (GH-92257) | adphrost | 2022-09-15 | 1 | -0/+19 |
|
|
* | gh-95991: Add some infrastructure for testing Limited API in _testcapi (GH-95... | Petr Viktorin | 2022-08-17 | 2 | -16/+33 |
|
|
* | GH-95245: Move weakreflist into the pre-header. (GH-95996) | Mark Shannon | 2022-08-16 | 1 | -0/+32 |
|
|
* | gh-95707: Fix function signature (GH-95995) | Christian Heimes | 2022-08-15 | 1 | -1/+2 |
|
|
* | GH-95707: Fix uses of `Py_TPFLAGS_MANAGED_DICT` (GH-95854) | Mark Shannon | 2022-08-15 | 1 | -0/+45 |
|
|
* | gh-90928: Statically Initialize the Keywords Tuple in Clinic-Generated Code (... | Eric Snow | 2022-08-11 | 1 | -1/+7 |
|
|
* | gh-95504: Fix negative numbers in PyUnicode_FromFormat (GH-95848) | Petr Viktorin | 2022-08-10 | 1 | -0/+60 |
|
|
* | gh-93649: Undefine NDEBUG in Modules/_testcapi/* to enable assert() (GH-95793) | Petr Viktorin | 2022-08-10 | 1 | -0/+3 |
|
|
* | gh-93649: Split unicode tests from _testcapimodule.c & add some more (GH-95819) | Petr Viktorin | 2022-08-10 | 2 | -0/+654 |
|
|
* | Disable Limited API tests with Py_TRACE_REFS (GH-95796) | Petr Viktorin | 2022-08-09 | 1 | -0/+15 |
|
|
* | gh-93274: Expose receiving vectorcall in the Limited API (GH-95717) | Petr Viktorin | 2022-08-08 | 2 | -0/+78 |
|
|
* | Fix downcast compiler warning in Modules/_testcapi/vectorcall.c (#95729) | Erlend E. Aasland | 2022-08-08 | 1 | -1/+1 |
|
|
* | gh-93274: Make vectorcall safe on mutable classes & inherit it by default (#9... | Petr Viktorin | 2022-08-04 | 2 | -1/+228 |
|
|
* | gh-95388: Deprecate creating immutable types with mutable bases (GH-95533) | Petr Viktorin | 2022-08-04 | 1 | -0/+16 |
|
|
* | GH-92678: Fix tp_dictoffset inheritance. (GH-95596) | Mark Shannon | 2022-08-03 | 1 | -0/+28 |
|
|
* | gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386) | Petr Viktorin | 2022-08-01 | 2 | -0/+974 |
|
|
* | gh-93649: Fix linkage of _PyTestCapi_Init_Vectorcall (#94702) | Oleg Iarygin | 2022-07-13 | 1 | -1/+1 |
|
|
* | gh-93649: Split vectorcall testing from _testcapimodule.c (GH-94549) | Petr Viktorin | 2022-07-08 | 3 | -0/+276 |
|
|