Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
279f44678c8b84a183f9eeb85e0b086228154497
/
Objects
/
clinic
/
dictobject.c.h
279f446
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
by Serhiy Storchaka
· 6 years ago
9e4f2f3
bpo-20180: Use argument clinic for dict.pop() and dict.popitem() (GH-12792)
by Inada Naoki
· 6 years ago
2a39d25
bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520)
by Serhiy Storchaka
· 7 years ago
4a934d4
bpo-33012: Fix invalid function cast warnings with gcc 8 in Argument Clinic. (GH-6748)
by Serhiy Storchaka
· 7 years ago
6531bf6
bpo-33462: Add __reversed__ to dict and dict views (GH-6827)
by Rémi Lapeyre
· 7 years ago
a5552f0
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (#4746)
by Serhiy Storchaka
· 8 years ago
6969eaf
bpo-29464: Rename METH_FASTCALL to METH_FASTCALL|METH_KEYWORDS and make (#1955)
by Serhiy Storchaka
· 8 years ago
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 8 years ago
19d2597
Issue #29311: Regenerate Argument Clinic.
by Serhiy Storchaka
· 9 years ago
78d9e58
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
by Serhiy Storchaka
· 9 years ago
48088ee
Issue #29311: Argument Clinic generates reasonable name for the parameter "default".
by Serhiy Storchaka
· 9 years ago
7dc6a5f
dict.get() and dict.setdefault() now use AC
by Victor Stinner
· 9 years ago
0c4a828
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 9 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 9 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago