| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-38787: C API for module state access from extension methods (PEP 573) (GH... | Petr Viktorin | 2020-05-07 | 1 | -0/+5 |
|
|
* | Remove extraneous ')' in abstract.h (GH-19146) | Jimmy Yang | 2020-04-08 | 1 | -1/+1 |
|
|
* | bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH-19378) | Victor Stinner | 2020-04-07 | 1 | -4/+0 |
|
|
* | bpo-39573: Make Py_IS_TYPE() take constant parameters (GH-18799) | Andy Lester | 2020-03-06 | 1 | -2/+3 |
|
|
* | bpo-39573: Add Py_IS_TYPE() function (GH-18488) | Dong-hee Na | 2020-02-13 | 1 | -2/+7 |
|
|
* | bpo-39573: Fix bad copy-paste in Py_SET_SIZE (GH-18496) | Brandt Bucher | 2020-02-13 | 1 | -3/+3 |
|
|
* | bpo-39573: Add Py_SET_SIZE() function (GH-18400) | Victor Stinner | 2020-02-07 | 1 | -0/+5 |
|
|
* | bpo-39573: Add Py_SET_TYPE() function (GH-18394) | Victor Stinner | 2020-02-07 | 1 | -0/+6 |
|
|
* | bpo-39573: Add Py_SET_REFCNT() function (GH-18389) | Victor Stinner | 2020-02-07 | 1 | -0/+5 |
|
|
* | bpo-39245: Make Vectorcall C API public (GH-17893) | Petr Viktorin | 2020-02-06 | 1 | -1/+3 |
|
|
* | bpo-39542: Define PyTypeObject earlier in object.h (GH-18366) | Victor Stinner | 2020-02-05 | 1 | -20/+16 |
|
|
* | bpo-39542: Convert PyType_Check() to static inline function (GH-18364) | Victor Stinner | 2020-02-05 | 1 | -9/+22 |
|
|
* | bpo-39542: Make PyObject_INIT() opaque in limited C API (GH-18363) | Victor Stinner | 2020-02-05 | 1 | -14/+1 |
|
|
* | bpo-39542: Exclude trashcan from the limited C API (GH-18362) | Victor Stinner | 2020-02-05 | 1 | -87/+0 |
|
|
* | bpo-39542: Make _Py_NewReference() opaque in C API (GH-18346) | Victor Stinner | 2020-02-05 | 1 | -19/+2 |
|
|
* | bpo-39542: Simplify _Py_NewReference() (GH-18332) | Victor Stinner | 2020-02-03 | 1 | -27/+15 |
|
|
* | bpo-39542: Move object.h debug functions to internal C API (GH-18331) | Victor Stinner | 2020-02-03 | 1 | -7/+0 |
|
|
* | bpo-39489: Remove COUNT_ALLOCS special build (GH-18259) | Victor Stinner | 2020-02-03 | 1 | -18/+2 |
|
|
* | Py_DECREF: only pass filename if Py_REF_DEBUG is defined (GH-17870) | Victor Stinner | 2020-01-08 | 1 | -5/+10 |
|
|
* | Typo fix in file Include/object.h (GH-14556) | Hansraj Das | 2019-07-05 | 1 | -2/+2 |
|
|
* | bpo-32388: Remove cross-version binary compatibility requirement in tp_flags ... | Antoine Pitrou | 2019-05-29 | 1 | -8/+10 |
|
|
* | bpo-36974: implement PEP 590 (GH-13185) | Jeroen Demeyer | 2019-05-29 | 1 | -0/+5 |
|
|
* | bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) | Jeroen Demeyer | 2019-05-28 | 1 | -0/+3 |
|
|
* | bpo-35983: skip trashcan for subclasses (GH-11841) | Jeroen Demeyer | 2019-05-10 | 1 | -14/+37 |
|
|
* | bpo-36465: Make release and debug ABI compatible (GH-12615) | Victor Stinner | 2019-04-24 | 1 | -7/+2 |
|
|
* | bpo-36527: silence -Wunused-parameter warnings in object.h (GH-12688) | Dmitry Marakasov | 2019-04-06 | 1 | -0/+3 |
|
|
* | bpo-35134: Don't define types twice in header files (GH-10754) | Victor Stinner | 2018-11-27 | 1 | -12/+16 |
|
|
* | bpo-35134: Create Include/cpython/object.h (GH-10679) | Victor Stinner | 2018-11-26 | 1 | -485/+6 |
|
|
* | bpo-35059: Add _PyObject_CAST() macro (GH-10645) | Victor Stinner | 2018-11-22 | 1 | -11/+17 |
|
|
* | bpo-35059: Convert _PyObject_GC_TRACK() to inline function (GH-10643) | Victor Stinner | 2018-11-22 | 1 | -12/+15 |
|
|
* | bpo-35059: Enhance _PyObject_AssertFailed() (GH-10642) | Victor Stinner | 2018-11-21 | 1 | -3/+5 |
|
|
* | bpo-35230: dict: Remove some macros (GH-10513) | INADA Naoki | 2018-11-14 | 1 | -2/+0 |
|
|
* | bpo-35059: Convert _Py_Dealloc() to static inline function (GH-10223) | Victor Stinner | 2018-10-30 | 1 | -6/+15 |
|
|
* | bpo-35059: Convert Py_XINCREF() to static inline function (GH-10224) | Victor Stinner | 2018-10-29 | 1 | -13/+17 |
|
|
* | bpo-35059: Convert Py_INCREF() to static inline function (GH-10079) | Victor Stinner | 2018-10-29 | 1 | -29/+42 |
|
|
* | bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-1... | Pablo Galindo | 2018-10-28 | 1 | -4/+4 |
|
|
* | bpo-35053: Define _PyTraceMalloc_NewReference in object.h (GH-10107) | Victor Stinner | 2018-10-25 | 1 | -0/+4 |
|
|
* | bpo-9263: Dump Python object on GC assertion failure (GH-10062) | Victor Stinner | 2018-10-25 | 1 | -0/+47 |
|
|
* | bpo-35059: Add Py_STATIC_INLINE() macro (GH-10093) | Victor Stinner | 2018-10-25 | 1 | -2/+2 |
|
|
* | bpo-35053: Add Include/tracemalloc.h (GH-10091) | Victor Stinner | 2018-10-25 | 1 | -0/+3 |
|
|
* | bpo-35053: Enhance tracemalloc to trace free lists (GH-10063) | Victor Stinner | 2018-10-25 | 1 | -0/+3 |
|
|
* | bpo-9263: _PyObject_Dump() detects freed memory (GH-10061) | Victor Stinner | 2018-10-23 | 1 | -0/+1 |
|
|
* | bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ... | Serhiy Storchaka | 2018-01-25 | 1 | -2/+11 |
|
|
* | bpo-32544: Speed up hasattr() and getattr() (GH-5173) | INADA Naoki | 2018-01-16 | 1 | -1/+3 |
|
|
* | bpo-32030: Add more options to _PyCoreConfig (#4485) | Victor Stinner | 2017-11-21 | 1 | -1/+0 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -1/+1 |
|
|
* | bpo-23699: Use a macro to reduce boilerplate code in rich comparison function... | stratakis | 2017-11-02 | 1 | -0/+19 |
|
|
* | bpo-31497: Add private helper _PyType_Name(). (#3630) | Serhiy Storchaka | 2017-09-17 | 1 | -0/+1 |
|
|
* | bpo-30860: Fix a refleak. (#3567) | Eric Snow | 2017-09-14 | 1 | -2/+1 |
|
|
* | bpo-31404: Revert "remove modules from Py_InterpreterState (#1638)" (#3565) | Eric Snow | 2017-09-14 | 1 | -1/+2 |
|
|