index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Include
/
object.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-43753: Add Py_Is() and Py_IsNone() functions (GH-25227)
Victor Stinner
2021-04-10
1
-0/+9
*
bpo-43688: Support the limited C API in debug mode (GH-25131)
Victor Stinner
2021-04-02
1
-14/+33
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+5
*
bpo-43181: Convert PyObject_TypeCheck to static inline function (GH-24533)
Erlend Egeberg Aasland
2021-02-15
1
-2/+5
*
bpo-42262: Py_NewRef() casts its argument to PyObject* (GH-23626)
Victor Stinner
2020-12-03
1
-4/+2
*
bpo-39573: Convert Py_TYPE() and Py_SIZE() back to macros (GH-23366)
Victor Stinner
2020-11-18
1
-9/+4
*
bpo-42085: Introduce dedicated entry in PyAsyncMethods for sending values (#2...
Vladimir Matveev
2020-11-10
1
-0/+14
*
bpo-42294: Add borrowed/strong reference to doc glossary (GH-23206)
Victor Stinner
2020-11-09
1
-2/+3
*
bpo-42262: Add Py_NewRef() and Py_XNewRef() (GH-23152)
Victor Stinner
2020-11-05
1
-3/+27
*
Py_IS_TYPE() macro uses Py_TYPE() (GH-22341)
Victor Stinner
2020-09-22
1
-1/+1
*
Revert "bpo-40170: PyType_HasFeature() now always calls PyType_GetFlags() (GH...
Victor Stinner
2020-07-08
1
-2/+10
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-2/+17
*
bpo-39573: Convert Py_TYPE() to a static inline function (GH-20290)
Dong-hee Na
2020-05-25
1
-1/+5
*
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
[next]