| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-102013: Move PyUnstable_GC_VisitObjects() to Include/cpython/objimpl.h (#1... | Victor Stinner | 2024-02-16 | 1 | -19/+0 |
|
|
* | bpo-42519: Remove outdated sentence in comment (#112822) | Christopher Chavez | 2023-12-07 | 1 | -1/+1 |
|
|
* | gh-108765: Move standard includes to Python.h (#108769) | Victor Stinner | 2023-09-01 | 1 | -7/+3 |
|
|
* | gh-102013: Add PyUnstable_GC_VisitObjects (#102014) | Jacob Bower | 2023-03-14 | 1 | -0/+19 |
|
|
* | gh-87347: Fix PyObject_NEW() regression (#94234) | Victor Stinner | 2022-06-26 | 1 | -2/+2 |
|
|
* | gh-87347: Add parenthesis around macro arguments (#93915) | Victor Stinner | 2022-06-20 | 1 | -2/+2 |
|
|
* | gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230) | Victor Stinner | 2022-05-03 | 1 | -2/+2 |
|
|
* | gh-92135: Fix _Py_reinterpret_cast() for const (#92138) | Victor Stinner | 2022-05-02 | 1 | -2/+2 |
|
|
* | gh-91320: Add _Py_reinterpret_cast() macro (#91959) | Victor Stinner | 2022-04-27 | 1 | -2/+2 |
|
|
* | bpo-45434: Remove useless space in includes (GH-28963) | Victor Stinner | 2021-10-14 | 1 | -1/+1 |
|
|
* | bpo-43774: Remove unused PYMALLOC_DEBUG macro (GH-25711) | Victor Stinner | 2021-04-29 | 1 | -2/+2 |
|
|
* | bpo-28254: Add a C-API for controlling the GC state (GH-25687) | scoder | 2021-04-28 | 1 | -1/+5 |
|
|
* | bpo-42519: Replace PyObject_MALLOC() with PyObject_Malloc() (GH-23587) | Victor Stinner | 2020-12-01 | 1 | -1/+3 |
|
|
* | bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586) | Victor Stinner | 2020-12-01 | 1 | -3/+3 |
|
|
* | bpo-40989: PyObject_INIT() becomes an alias to PyObject_Init() (GH-20901) | Victor Stinner | 2020-06-15 | 1 | -14/+8 |
|
|
* | bpo-40241: Add PyObject_GC_IsTracked and PyObject_GC_IsFinalized to the publi... | Pablo Galindo | 2020-04-11 | 1 | -0/+2 |
|
|
* | bpo-40170: PyObject_NEW() becomes an alias to PyObject_New() (GH-19379) | Victor Stinner | 2020-04-07 | 1 | -61/+9 |
|
|
* | bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) | Victor Stinner | 2020-02-05 | 1 | -31/+12 |
|
|
* | bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661) | Eddie Elizondo | 2019-03-27 | 1 | -0/+3 |
|
|
* | bpo-35134: Create Include/cpython/ subdirectory (GH-10624) | Victor Stinner | 2018-11-23 | 1 | -105/+3 |
|
|
* | bpo-35059: PyObject_INIT() casts to PyObject* (GH-10674) | Victor Stinner | 2018-11-23 | 1 | -2/+8 |
|
|
* | bpo-35059: Add _PyObject_CAST() macro (GH-10645) | Victor Stinner | 2018-11-22 | 1 | -2/+2 |
|
|
* | bpo-35081: Add Include/internal/pycore_object.h (GH-10640) | Victor Stinner | 2018-11-21 | 1 | -45/+0 |
|
|
* | bpo-35081: Move _PyGC_FINALIZED() back to C API (GH-10626) | Victor Stinner | 2018-11-20 | 1 | -3/+3 |
|
|
* | bpo-35081: Make some _PyGC macros internal (GH-10507) | Victor Stinner | 2018-11-13 | 1 | -27/+46 |
|
|
* | bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216) | Victor Stinner | 2018-10-29 | 1 | -2/+2 |
|
|
* | bpo-35059: Convert PyObject_INIT() to function (GH-10077) | Victor Stinner | 2018-10-26 | 1 | -6/+23 |
|
|
* | bpo-33597: Reduce PyGC_Head size (GH-7043) | INADA Naoki | 2018-07-10 | 1 | -47/+59 |
|
|
* | bpo-33738: Fix macros which contradict PEP 384 (GH-7477) | Christian Tismer | 2018-06-09 | 1 | -0/+4 |
|
|
* | Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) | Alexey | 2018-02-06 | 1 | -1/+1 |
|
|
* | bpo-32030: Add pymain_get_global_config() (#4735) | Victor Stinner | 2017-12-06 | 1 | -1/+1 |
|
|
* | Issue #29058: All stable API extensions added after Python 3.2 are now | Serhiy Storchaka | 2016-12-27 | 1 | -0/+2 |
|
|
* | Issue #26900: Excluded underscored names and other private API from limited API. | Serhiy Storchaka | 2016-09-11 | 1 | -0/+4 |
|
|
* | Don't run garbage collection on interpreter exit if it was explicitly disabled | Łukasz Langa | 2016-09-10 | 1 | -1/+2 |
|
|
* | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | Victor Stinner | 2014-05-02 | 1 | -1/+3 |
|
|
* | cast negative numbers to size_t before shifting them (#20929) | Benjamin Peterson | 2014-03-15 | 1 | -1/+1 |
|
|
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -5/+29 |
|
|
* | | Issue #3329: Implement the PEP 445 | Victor Stinner | 2013-07-07 | 1 | -34/+28 |
|
|
* | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ... | Victor Stinner | 2013-06-15 | 1 | -39/+34 |
|
|
* | | Issue #3329: Add new APIs to customize memory allocators | Victor Stinner | 2013-06-14 | 1 | -34/+39 |
|
|
* | | Issue #17937: Try harder to collect cyclic garbage at shutdown. | Antoine Pitrou | 2013-05-18 | 1 | -0/+4 |
|
|
* | | Using 'long double' to force this structure to be worst case aligned is no | Gregory P. Smith | 2012-12-11 | 1 | -1/+1 |
|
|
* | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe... | Antoine Pitrou | 2012-12-09 | 1 | -0/+2 |
|/ |
|
* | Issue #15144: Fix possible integer overflow when handling pointers as integer... | Antoine Pitrou | 2012-09-20 | 1 | -6/+3 |
|
|
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | David Malcolm | 2012-06-22 | 1 | -1/+3 |
|
|
* | Issue #10333: Remove ancient GC API, which has been deprecated since | Antoine Pitrou | 2011-01-04 | 1 | -12/+0 |
|
|
* | Merge branches/pep-0384. | Martin v. Löwis | 2010-12-03 | 1 | -1/+2 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -73/+73 |
|
|