Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e5fbe0cbd4be99ced5f000ad382208ad2a561c90
/
Include
/
iterobject.h
d905df7
bpo-39573: Add Py_IS_TYPE() function (GH-18488)
by Dong-hee Na
· 4 years, 9 months ago
cd7db76
bpo-39372: Clean header files of declared interfaces with no implementations (GH-18037)
by Pablo Galindo
· 4 years, 10 months ago
a701388
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
by Antoine Pitrou
· 13 years ago
31668b8
Issue #14288: Serialization support for builtin iterators.
by Kristján Valur Jónsson
· 13 years ago
736c0ab
Move itertools izip() code to builtins as zip(). Complete the renaming.
by Raymond Hettinger
· 17 years ago
90aa764
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
by Christian Heimes
· 17 years ago
a22e8bd
Added all PyTypeObjects to the appropriate header files.
by Christian Heimes
· 17 years ago
9f2e346
Merged revisions 56467-56482 via svnmerge from
by Martin v. Löwis
· 17 years ago
b65fb33
SF patch 1546297 (with some tweaks):
by Guido van Rossum
· 18 years ago
91a681d
Excise DL_EXPORT from Include.
by Mark Hammond
· 22 years ago
522cf1f
Patch #536908: Add missing #include guards/extern "C".
by Martin v. Löwis
· 23 years ago
213c7a6
Mondo changes to the iterator stuff, without changing how Python code
by Guido van Rossum
· 24 years ago
0531148
Adding iterobject.[ch], which were accidentally not added. Sorry\!
by Guido van Rossum
· 24 years ago