| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | Issue #21863: cProfile now displays the module name of C extension functions,... | Antoine Pitrou | 2014-06-28 | 1 | -2/+9 |
|
|
* | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -12/+0 |
|\ |
|
| * | Issue #20315: Removed support for backward compatibility with early 2.x versi... | Serhiy Storchaka | 2014-01-20 | 1 | -12/+0 |
|
|
* | | Issue #19512, #19515: remove shared identifiers, move identifiers where they | Victor Stinner | 2013-11-07 | 1 | -1/+1 |
|
|
* | | Issue #19512: Use the new _PyId_builtins identifier | Victor Stinner | 2013-11-06 | 1 | -1/+1 |
|
|
* | | Issue #18520: Add a new PyStructSequence_InitType2() function, same than | Victor Stinner | 2013-07-22 | 1 | -4/+6 |
|
|
* | | Issue #18203: Replace malloc() with PyMem_Malloc() in Python modules | Victor Stinner | 2013-07-07 | 1 | -9/+9 |
|
|
* | | #16135: Removal of OS/2 support (Modules/*) | Jesus Cea | 2012-10-05 | 1 | -4/+0 |
|/ |
|
* | Issue #6697: _lsprof: normalizeUserObj() doesn't encode/decode (UTF-8) the | Victor Stinner | 2011-06-20 | 1 | -26/+19 |
|
|
* | Reverted accidental commit (from r87159) | Alexander Belopolsky | 2010-12-10 | 1 | -12/+22 |
|
|
* | Updated UCD version and unicode.org links to Unicode 6.0.0 | Alexander Belopolsky | 2010-12-10 | 1 | -22/+12 |
|
|
* | Issue #6697: Fixed instances of _PyUnicode_AsString() result not checked for ... | Alexander Belopolsky | 2010-12-08 | 1 | -0/+9 |
|
|
* | Remove redundant includes of headers that are already included by Python.h. | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Include structseq.h in Python.h, and remove now-redundant includes in individ... | Georg Brandl | 2010-11-30 | 1 | -1/+0 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -585/+585 |
|
|
* | Merged revisions 78641 via svnmerge from | Victor Stinner | 2010-03-04 | 1 | -1/+6 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 66677,66700 via svnmerge from | Benjamin Peterson | 2008-10-07 | 1 | -1/+1 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Implement PEP 3121: new module initialization and finalization API. | Martin v. Löwis | 2008-06-11 | 1 | -4/+18 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | #1535: rename __builtin__ module to builtins. | Georg Brandl | 2007-12-02 | 1 | -3/+3 |
|
|
* | Get rid of more uses of string and use unicode | Neal Norwitz | 2007-10-27 | 1 | -4/+1 |
|
|
* | Merged revisions 57778-58052 via svnmerge from | Thomas Wouters | 2007-09-08 | 1 | -2/+14 |
|
|
* | Fix warning | Neal Norwitz | 2007-08-27 | 1 | -1/+1 |
|
|
* | Use unicode | Neal Norwitz | 2007-08-26 | 1 | -8/+8 |
|
|