| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typo in Include/objimpl.h, the word "has" was missing (GH-5568) (GH-5570) | ![](//www.gravatar.com/avatar/74bcc7166aa70e4da97bd8a40dff5c31?s=13&d=retro) Miss Islington (bot) | 2018-02-11 | 1 | -1/+1 |
* | Issue #29058: All stable API extensions added after Python 3.2 are now | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-12-27 | 1 | -0/+2 |
* | Issue #26900: Excluded underscored names and other private API from limited API. | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2016-09-11 | 1 | -0/+4 |
* | Don't run garbage collection on interpreter exit if it was explicitly disabled | ![](//www.gravatar.com/avatar/dbae42afc5ab53e05f3c61d36b9ee7d4?s=13&d=retro) Łukasz Langa | 2016-09-09 | 1 | -1/+2 |
* | Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2014-05-02 | 1 | -1/+3 |
* | cast negative numbers to size_t before shifting them (#20929) | ![](//www.gravatar.com/avatar/cd2e442c42c95ed534e4197df4300222?s=13&d=retro) Benjamin Peterson | 2014-03-14 | 1 | -1/+1 |
* | Issue #18783: Removed existing mentions of Python long type in docstrings, | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
|\ |
|
| * | Issue #18783: Removed existing mentions of Python long type in docstrings, | ![](//www.gravatar.com/avatar/4c01705256aa2160c1354790e8c154db?s=13&d=retro) Serhiy Storchaka | 2013-08-27 | 1 | -1/+1 |
* | | Issue #18112: PEP 442 implementation (safe object finalization). | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2013-07-30 | 1 | -5/+29 |
* | | Issue #3329: Implement the PEP 445 | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-07-07 | 1 | -34/+28 |
* | | Revert changeset 6661a8154eb3: Issue #3329: Add new APIs to customize memory ... | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-06-15 | 1 | -39/+34 |
* | | Issue #3329: Add new APIs to customize memory allocators | ![](//www.gravatar.com/avatar/daa45563a98419bb1b6b63904ce71f95?s=13&d=retro) Victor Stinner | 2013-06-15 | 1 | -34/+39 |
* | | Issue #17937: Try harder to collect cyclic garbage at shutdown. | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2013-05-19 | 1 | -0/+4 |
* | | Using 'long double' to force this structure to be worst case aligned is no | ![](//www.gravatar.com/avatar/7f37d34f3bb0e91890c01450f8321524?s=13&d=retro) Gregory P. Smith | 2012-12-10 | 1 | -1/+1 |
* | | Issue #13390: New function :func:`sys.getallocatedblocks()` returns the numbe... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-12-09 | 1 | -0/+2 |
|/ |
|
* | Issue #15144: Fix possible integer overflow when handling pointers as integer... | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2012-09-20 | 1 | -6/+3 |
* | Issue #14785: Add sys._debugmallocstats() to help debug low-level memory allo... | ![](//www.gravatar.com/avatar/07409edb3a1ad06230bdd725369ed675?s=13&d=retro) David Malcolm | 2012-06-22 | 1 | -1/+3 |
* | Issue #10333: Remove ancient GC API, which has been deprecated since | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2011-01-04 | 1 | -12/+0 |
* | Merge branches/pep-0384. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2010-12-03 | 1 | -1/+2 |
* | Recorded merge of revisions 81029 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2010-05-09 | 1 | -73/+73 |
* | http://bugs.python.org/issue6836 | ![](//www.gravatar.com/avatar/e608007d31f82b93631e21d5921aef67?s=13&d=retro) Kristján Valur Jónsson | 2009-09-28 | 1 | -0/+7 |
* | Merged revisions 70546 via svnmerge from | ![](//www.gravatar.com/avatar/db5f70d2f2520ef725839f046bdc32fb?s=13&d=retro) Antoine Pitrou | 2009-03-23 | 1 | -0/+11 |
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | ![](//www.gravatar.com/avatar/fce8285a62cae101b839f07d32ba7e8a?s=13&d=retro) Christian Heimes | 2007-12-19 | 1 | -5/+5 |
* | Remove _PyObject_Del | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2007-08-19 | 1 | -3/+0 |
* | Merged revisions 56467-56482 via svnmerge from | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2007-07-21 | 1 | -5/+5 |
* | Get rid of most of the flags (in tp_flags) that keep track of various | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2006-07-27 | 1 | -3/+1 |
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | ![](//www.gravatar.com/avatar/1063da4d34e5552046834eb884bac8df?s=13&d=retro) Thomas Wouters | 2006-04-21 | 1 | -13/+9 |
* | Make PyGC_Collect() use Py_ssize_t. | ![](//www.gravatar.com/avatar/e6facc7b962c35bc84dd526698529a6b?s=13&d=retro) Neal Norwitz | 2006-03-04 | 1 | -1/+1 |
* | Change GC refcount to Py_ssize_t. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2006-03-01 | 1 | -1/+1 |
* | Change _PyObject_GC_Resize to expect Py_ssize_t. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2006-02-16 | 1 | -1/+1 |
* | Merge ssize_t branch. | ![](//www.gravatar.com/avatar/3acb8bae5a2b5a28f6fe522a4ea9b873?s=13&d=retro) Martin v. Löwis | 2006-02-15 | 1 | -3/+3 |
* | Fix PyGC_Collect() to be exported from the built DLL on Windows. (Fix given | ![](//www.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3?s=13&d=retro) Barry Warsaw | 2006-01-26 | 1 | -1/+1 |
* | [ 1243081 ] repair typos | ![](//www.gravatar.com/avatar/3c46e59585526b90c088845402bc8407?s=13&d=retro) Georg Brandl | 2005-07-22 | 1 | -1/+1 |
* | Formalize that the Py_VISIT macro requires that the tp_traverse | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2004-07-15 | 1 | -1/+5 |
* | Documented the new Py_VISIT macro to simplify implementation of | ![](//www.gravatar.com/avatar/caacb731f9d4a5850385428ee0a5f954?s=13&d=retro) Jim Fulton | 2004-07-14 | 1 | -0/+10 |
* | - New C API PyGC_Collect(), same as calling gc.collect(). | ![](//www.gravatar.com/avatar/047f2332cde3730f1ed661eebb0c5686?s=13&d=retro) Guido van Rossum | 2003-04-17 | 1 | -0/+3 |
* | Excise DL_EXPORT from Include. | ![](//www.gravatar.com/avatar/892812c8e0a35b4cc1b131ad00c2ebbc?s=13&d=retro) Mark Hammond | 2002-08-12 | 1 | -20/+20 |
* | Removed WITH_CYCLE_GC #ifdef-ery. Holes: | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-07-07 | 1 | -19/+0 |
* | Finished transitioning to using gc_refs to track gc objects' states. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-07-02 | 1 | -3/+5 |
* | Reserved another gc_refs value for untracked objects. Every live gc | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-07-02 | 1 | -2/+10 |
* | _PyGC_generation0 is now a pointer | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-05-04 | 1 | -4/+4 |
* | Moving pymalloc along. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-04-28 | 1 | -75/+89 |
* | _PyObject_DebugDumpStats: renamed to _PyObject_DebugMallocStats. | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-04-13 | 1 | -1/+1 |
* | First cut at repairing out-of-date comments; make alignment of macro defs | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-04-12 | 1 | -15/+24 |
* | Remove PyMalloc_* symbols. PyObject_Malloc now uses pymalloc if | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-04-12 | 1 | -38/+44 |
* | Add _Py_AS_GC macro. It will be used by the trashcan code on object.c. | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-03-28 | 1 | -2/+4 |
* | Make PyObject_{NEW,New,Del,DEL} always use the standard malloc (PyMem_*) | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-03-22 | 1 | -8/+23 |
* | Drop the PyCore_* memory API. | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-03-18 | 1 | -45/+8 |
* | Simpilify PyCore_* macros by assuming the function prototypes for | ![](//www.gravatar.com/avatar/ee09475fe0fb8a1c2280939e4a3aa481?s=13&d=retro) Neil Schemenauer | 2002-03-18 | 1 | -29/+9 |
* | PyGC_Head: Use "long double" instead of "double" as the worst-case | ![](//www.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8?s=13&d=retro) Tim Peters | 2002-02-28 | 1 | -1/+1 |