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
/
odictobject.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
Dong-hee Na
2020-02-13
1
-1/+1
*
bpo-35059: Add _PyObject_CAST() macro (GH-10645)
Victor Stinner
2018-11-22
1
-5/+5
*
bpo-29084: Exclude C API for OrderedDict from the limited C API. (#4900)
Serhiy Storchaka
2017-12-25
1
-4/+1
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
1
-3/+6
|
\
|
*
Issue #29058: All stable API extensions added after Python 3.2 are now
Serhiy Storchaka
2016-12-27
1
-3/+6
*
|
Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-1/+1
|
/
*
Issue #24254: Drop cls.__definition_order__.
Eric Snow
2016-09-08
1
-4/+0
*
Issue #24254: Preserve class attribute definition order.
Eric Snow
2016-09-05
1
-0/+4
*
Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL.
Eric Snow
2015-06-02
1
-0/+2
*
Issue #16991: Drop Py_ODict_GetItemId.
Eric Snow
2015-05-30
1
-1/+0
*
Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance.
Eric Snow
2015-05-30
1
-1/+1
*
Issue #16991: Add a C implementation of collections.OrderedDict.
Eric Snow
2015-05-30
1
-0/+42