| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-126425: Refactor `_lsprof_Profiler_enable` (#126426) | sobolevn | 2024-11-05 | 1 | -12/+25 |
|
|
* | gh-126220: Adapt `_lsprof` to Argument Clinic (#126233) | sobolevn | 2024-11-04 | 1 | -116/+135 |
|
|
* | gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (back... | sobolevn | 2024-11-01 | 1 | -0/+24 |
|
|
* | gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998) | Tian Gao | 2024-07-19 | 1 | -0/+1 |
|
|
* | gh-120289: Disallow disable() and clear() in external timer to prevent use-af... | Tian Gao | 2024-07-18 | 1 | -1/+19 |
|
|
* | gh-118362: Fix thread safety around lookups from the type cache in the face o... | Dino Viehland | 2024-05-06 | 1 | -2/+1 |
|
|
* | gh-110850: Remove _PyTime_TimeUnchecked() function (#118552) | Victor Stinner | 2024-05-05 | 1 | -1/+3 |
|
|
* | gh-116322: Add Py_mod_gil module slot (#116882) | Brett Simmers | 2024-05-03 | 1 | -0/+1 |
|
|
* | gh-103092: Add a mutex to make the PRNG state of rotatingtree concurrent-safe... | AN Long | 2024-02-29 | 1 | -3/+1 |
|
|
* | gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (#115753) | Victor Stinner | 2024-02-21 | 1 | -2/+2 |
|
|
* | gh-110850: Rename internal PyTime C API functions (#115734) | Victor Stinner | 2024-02-20 | 1 | -1/+1 |
|
|
* | gh-110850: Cleanup pycore_time.h includes (#115724) | Victor Stinner | 2024-02-20 | 1 | -0/+1 |
|
|
* | gh-110850: Replace _PyTime_t with PyTime_t (#115719) | Victor Stinner | 2024-02-20 | 1 | -13/+13 |
|
|
* | gh-108082: Use PyErr_FormatUnraisable() (GH-111580) | Serhiy Storchaka | 2023-11-02 | 1 | -2/+1 |
|
|
* | gh-106320: Remove private _PyErr_WriteUnraisableMsg() (#108863) | Victor Stinner | 2023-09-04 | 1 | -0/+2 |
|
|
* | gh-106320: Remove private _PyEval function (#108433) | Victor Stinner | 2023-08-24 | 1 | -0/+1 |
|
|
* | GH-106152: Add PY_THROW event to cProfile (GH-106161) | Tian Gao | 2023-06-29 | 1 | -0/+1 |
|
|
* | gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205) | Eric Snow | 2023-05-05 | 1 | -0/+3 |
|
|
* | gh-103533: Use PEP 669 APIs for cprofile (GH-103534) | Tian Gao | 2023-05-05 | 1 | -68/+184 |
|
|
* | gh-102192: Replace PyErr_Fetch/Restore etc by more efficient alternatives (in... | Irit Katriel | 2023-02-24 | 1 | -3/+2 |
|
|
* | gh-101476: Use _PyType_GetModuleState where applicable (#102188) | Erlend E. Aasland | 2023-02-24 | 1 | -1/+1 |
|
|
* | bpo-15999: Accept arbitrary values for boolean parameters. (#15609) | Serhiy Storchaka | 2022-12-03 | 1 | -2/+2 |
|
|
* | gh-99300: Use Py_NewRef() in Modules/ directory (#99467) | Victor Stinner | 2022-11-14 | 1 | -8/+4 |
|
|
* | GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315) | Kumar Aditya | 2022-07-27 | 1 | -0/+1 |
|
|
* | gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94... | Pablo Galindo Salgado | 2022-07-05 | 1 | -1/+1 |
|
|
* | gh-91320: Use _PyCFunction_CAST() (#92251) | Victor Stinner | 2022-05-03 | 1 | -1/+1 |
|
|
* | bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157) | Christian Heimes | 2021-10-22 | 1 | -0/+4 |
|
|
* | pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921) | Victor Stinner | 2021-10-13 | 1 | -3/+4 |
|
|
* | bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895) | Victor Stinner | 2021-10-12 | 1 | -0/+1 |
|
|
* | bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891) | Victor Stinner | 2021-10-11 | 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 for pyexpat, unicodedata, and dbm/gdbm heap types... | Erlend Egeberg Aasland | 2021-05-27 | 1 | -4/+9 |
|
|
* | bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123) | Hai Shi | 2020-11-06 | 1 | -2/+2 |
|
|
* | bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) | Mohamed Koubaa | 2020-09-23 | 1 | -94/+121 |
|
|
* | bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240) | Mohamed Koubaa | 2020-09-21 | 1 | -31/+42 |
|
|
* | bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) | Victor Stinner | 2020-04-28 | 1 | -1/+6 |
|
|
* | bpo-40421: Add PyFrame_GetCode() function (GH-19757) | Victor Stinner | 2020-04-28 | 1 | -4/+5 |
|
|
* | bpo-35370: Add _PyEval_SetTrace() function (GH-18975) | Victor Stinner | 2020-03-13 | 1 | -7/+24 |
|
|
* | bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521) | Dong-hee Na | 2020-02-17 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378) | Inada Naoki | 2019-04-11 | 1 | -86/+36 |
|
|
* | bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749) | Serhiy Storchaka | 2018-11-27 | 1 | -1/+1 |
|
|
* | Fix docstring of Profiler class (GH-8651) | INADA Naoki | 2018-08-03 | 1 | -2/+2 |
|
|
* | Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever | Serhiy Storchaka | 2017-01-23 | 1 | -6/+3 |
|
|
* | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|\ |
|
| * | Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualT... | Serhiy Storchaka | 2016-11-16 | 1 | -1/+1 |
|
|
* | | replace PY_LONG_LONG with long long | Benjamin Peterson | 2016-09-06 | 1 | -15/+15 |
|
|
* | | require a long long data type (closes #27961) | Benjamin Peterson | 2016-09-06 | 1 | -4/+0 |
|
|
* | | Issue #22570: Renamed Py_SETREF to Py_XSETREF. | Serhiy Storchaka | 2016-04-06 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Issue #20440: Cleaning up the code by using Py_SETREF. | Serhiy Storchaka | 2016-01-05 | 1 | -5/+2 |
|/ |
|