COMMITS
/ Modules/_lsprof.c November 5, 2024
M
[3.12] gh-126425: Refactor `_lsprof_Profiler_enable` (GH-126426) (#126443)
Miss Islington (bot) committed
November 1, 2024
M
[3.12] gh-126220: Fix crash on calls to `_lsprof.Profiler` methods with 0 args (backportable) (GH-126271) (#126311)
Miss Islington (bot) committed
July 19, 2024
M
[3.12] gh-120289: Add external timer in traverse of _lsprof.Profiler (GH-121998) (#122001)
Miss Islington (bot) committed
July 18, 2024
M
[3.12] gh-120289: Disallow disable() and clear() in external timer to prevent use-after-free (GH-120297) (#121989)
Miss Islington (bot) committed
June 29, 2023
M
[3.12] GH-106152: Add PY_THROW event to cProfile (GH-106256)
Miss Islington (bot) committed
May 5, 2023
E
gh-99113: Add Py_MOD_PER_INTERPRETER_GIL_SUPPORTED (gh-104205)
Eric Snow committed
T
gh-103533: Use PEP 669 APIs for cprofile (GH-103534)
Tian Gao committed
February 24, 2023
I
E
gh-101476: Use _PyType_GetModuleState where applicable (#102188)
Erlend E. Aasland committed
December 3, 2022
S
bpo-15999: Accept arbitrary values for boolean parameters. (#15609)
Serhiy Storchaka committed
November 14, 2022
V
gh-99300: Use Py_NewRef() in Modules/ directory (#99467)
Victor Stinner committed
July 27, 2022
K
GH-95045: gc untrack _lsprof.Profiler before deallocating it (GH-95315)
Kumar Aditya committed
July 5, 2022
P
gh-94510: Raise on re-entrant calls to sys.setprofile and sys.settrace (GH-94511)
Pablo Galindo Salgado committed
May 3, 2022
V
gh-91320: Use _PyCFunction_CAST() (#92251)
Victor Stinner committed
October 22, 2021
C
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes committed
October 13, 2021
V
pycore_pystate.h no longer redefines PyThreadState_GET() (GH-28921)
Victor Stinner committed
October 12, 2021
V
bpo-45439: Move _PyObject_CallNoArgs() to pycore_call.h (GH-28895)
Victor Stinner committed
October 11, 2021
V
bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Victor Stinner committed
June 17, 2021
E
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland committed
May 27, 2021
E
bpo-42972: Fully support GC for pyexpat, unicodedata, and dbm/gdbm heap types (GH-26376)
Erlend Egeberg Aasland committed
November 6, 2020
H
bpo-41832: PyType_FromModuleAndSpec() now accepts NULL tp_doc (GH-23123)
Hai Shi committed
September 23, 2020
M
bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220)
Mohamed Koubaa committed
September 21, 2020
M
bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240)
Mohamed Koubaa committed
April 28, 2020
V
bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773)
Victor Stinner committed
V
bpo-40421: Add PyFrame_GetCode() function (GH-19757)
Victor Stinner committed
March 13, 2020
V
bpo-35370: Add _PyEval_SetTrace() function (GH-18975)
Victor Stinner committed
February 17, 2020
D
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na committed
May 31, 2019
J
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Jeroen Demeyer committed
April 11, 2019
I
bpo-36575: lsprof: Use _PyTime_GetPerfCounter() (GH-8378)
Inada Naoki committed
November 27, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8. (GH-6749)
Serhiy Storchaka committed
August 3, 2018
I
Fix docstring of Profiler class (GH-8651)
INADA Naoki committed
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
November 16, 2016
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
S
Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString.
Serhiy Storchaka committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
April 6, 2016
S
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka committed
January 5, 2016
S
Issue #20440: Cleaning up the code by using Py_SETREF.
Serhiy Storchaka committed
June 28, 2014
January 20, 2014
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
S
Issue #20315: Removed support for backward compatibility with early 2.x versions.
Serhiy Storchaka committed
November 7, 2013
V
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner committed
November 6, 2013
V
Issue #19512: Use the new _PyId_builtins identifier
Victor Stinner committed
July 22, 2013
V
Issue #18520: Add a new PyStructSequence_InitType2() function, same than
Victor Stinner committed
July 7, 2013
V
Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules
Victor Stinner committed
October 5, 2012
J
#16135: Removal of OS/2 support (Modules/*)
Jesus Cea committed
June 20, 2011
V
Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the
Victor Stinner committed
December 10, 2010
A
Reverted accidental commit (from r87159)
Alexander Belopolsky committed
A
Updated UCD version and unicode.org links to Unicode 6.0.0
Alexander Belopolsky committed
December 8, 2010
A
Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for NULL
Alexander Belopolsky committed