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
*
[3.11] Revert "[3.11] gh-98724: Fix Py_CLEAR() macro side effects (#99100)" (...
Victor Stinner
2022-11-21
1
-12/+7
*
gh-98724: Fix Py_CLEAR() macro side effects (#99100) (#99288)
Victor Stinner
2022-11-09
1
-7/+12
*
gh-89653: PEP 670: Use PyObject* type for parameters (GH-92694)
Miss Islington (bot)
2022-05-11
1
-3/+4
*
gh-91321: Fix _PyObject_EXTRA_INIT for C++ (#92396)
Victor Stinner
2022-05-06
1
-1/+1
*
gh-91321: Add _Py_NULL macro (#92253)
Victor Stinner
2022-05-03
1
-2/+2
*
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
Victor Stinner
2022-05-03
1
-3/+3
*
gh-91320: Add _Py_reinterpret_cast() macro (#91959)
Victor Stinner
2022-04-27
1
-3/+4
*
gh-89653: PEP 670: Functions don't cast pointers (#91697)
Victor Stinner
2022-04-25
1
-35/+66
*
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner
2022-04-21
1
-13/+9
*
bpo-26579: Add object.__getstate__(). (GH-2821)
Serhiy Storchaka
2022-04-06
1
-0/+5
*
bpo-45459: C API uses type names rather than structure names (GH-31528)
Victor Stinner
2022-02-24
1
-4/+4
*
bpo-45459: Add pytypedefs.h header file (GH-31527)
Victor Stinner
2022-02-24
1
-8/+3
*
bpo-45490: Rename static inline functions (GH-31217)
Victor Stinner
2022-02-11
1
-29/+29
*
bpo-46417: Add _PyType_CAST() macro (GH-30760)
Victor Stinner
2022-01-21
1
-0/+2
*
Revert "bpo-46131: add fastpath for PyFloat_Check() (GH-30200)" (GH-30208)
Raymond Hettinger
2021-12-19
1
-1/+0
*
bpo-46131: add fastpath for PyFloat_Check() (#30200)
Matti Picus
2021-12-19
1
-0/+1
*
bpo-45947: Place dict and values pointer at fixed (negative) offset just befo...
Mark Shannon
2021-12-07
1
-0/+6
*
bpo-45434: Remove useless space in includes (GH-28963)
Victor Stinner
2021-10-14
1
-1/+1
*
bpo-45340: Don't create object dictionaries unless actually needed (GH-28802)
Mark Shannon
2021-10-13
1
-0/+1
*
Fix typos in the Include directory (GH-28745)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-39573: Py_TYPE becomes a static inline function (GH-28128)
Victor Stinner
2021-09-08
1
-2/+8
*
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
Hai Shi
2021-08-17
1
-0/+1
*
bpo-42035: Add a PyType_GetName() to get type's short name. (GH-23903)
Hai Shi
2021-07-29
1
-0/+3
*
bpo-42747: Remove Py_TPFLAGS_HAVE_AM_SEND and make Py_TPFLAGS_HAVE_VERSION_TA...
Petr Viktorin
2021-07-23
1
-14/+12
*
bpo-44378: Fix a compiler warning in Py_IS_TYPE() (GH-26644)
Victor Stinner
2021-06-11
1
-1/+3
*
bpo-44348: Revert "bpo-39573: Py_TYPE becomes a static inline function (GH-26...
Pablo Galindo
2021-06-08
1
-8/+2
*
bpo-39573: Py_TYPE becomes a static inline function (GH-26493)
Victor Stinner
2021-06-03
1
-2/+8
*
bpo-43916: Add Py_TPFLAGS_DISALLOW_INSTANTIATION type flag (GH-25721)
Victor Stinner
2021-04-30
1
-0/+4
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-0/+7
*
bpo-43908: Add Py_TPFLAGS_IMMUTABLETYPE flag (GH-25520)
Erlend Egeberg Aasland
2021-04-28
1
-0/+3
*
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
[next]