Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e4f9a2d2be42d5a2cdd624f8ed7cdf5028c5fbc3
/
Objects
/
clinic
7445381
bpo-30600: Fix error messages (condition order in Argument Clinic) (#2051)
by Sylvain
· 7 years ago
205e00c
bpo-29914: Fix default implementations of __reduce__ and __reduce_ex__(). (#843)
by Serhiy Storchaka
· 8 years ago
bae6881
Update Argument Clinic generated code for bpo-29878. (#1001)
by Serhiy Storchaka
· 8 years ago
d4edfc9
bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887)
by Serhiy Storchaka
· 8 years ago
18b250f
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
by Serhiy Storchaka
· 8 years ago
0b56159
bpo-20186: Convert tuple object implementation to Argument Clinic. (#614)
by Serhiy Storchaka
· 8 years ago
5c643a0
bpo-20185: Convert typeobject.c to Argument Clinic. (#544)
by Serhiy Storchaka
· 8 years ago
b5c51d3
bpo-20185: Convert float object implementation to Argument Clinic. (#543)
by Serhiy Storchaka
· 8 years ago
fdd42c4
bpo-20185: Convert list object implementation to Argument Clinic. (#542)
by Serhiy Storchaka
· 8 years ago
19d2597
Issue #29311: Regenerate Argument Clinic.
by Serhiy Storchaka
· 8 years ago
495e880
Issue #20185: Converted the int class to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
78d9e58
Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict
by Serhiy Storchaka
· 8 years ago
91a8866
Fix grammar in doc string, RST markup
by Martin Panter
· 8 years ago
a70eaf2
Issue #29289: Argument Clinic generates reasonable name for the parameter "default".
by Serhiy Storchaka
· 8 years ago
48088ee
Issue #29311: Argument Clinic generates reasonable name for the parameter "default".
by Serhiy Storchaka
· 8 years ago
41baebd
Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic.
by Serhiy Storchaka
· 8 years ago
7dc6a5f
dict.get() and dict.setdefault() now use AC
by Victor Stinner
· 8 years ago
b05cbac
Convert some OrderedDict methods to Argument Clinic
by Victor Stinner
· 8 years ago
0c4a828
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
259f0e4
Run Argument Clinic: METH_VARARGS=>METH_FASTCALL
by Victor Stinner
· 8 years ago
3e1fad6
Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords
by Victor Stinner
· 8 years ago
15f9459
Issue #20180: forgot to update AC output.
by INADA Naoki
· 8 years ago
3ae2056
Issue #20180: convert unicode methods to AC.
by INADA Naoki
· 8 years ago
37e4ef7
Issue #27810: Rerun Argument Clinic on all modules
by Victor Stinner
· 8 years ago
1b6c6da
Issue #27506: Support bytes/bytearray.translate() delete as keyword argument
by Martin Panter
· 8 years ago
9171a8b
Issue #27574: Decreased an overhead of parsing keyword arguments in functions
by Serhiy Storchaka
· 8 years ago
0855e70
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
by Serhiy Storchaka
· 8 years ago
5dee655
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
by Serhiy Storchaka
· 8 years ago
7a9579c
Got rid of redundand "self" parameter declarations.
by Serhiy Storchaka
· 9 years ago
247789c
Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the
by Serhiy Storchaka
· 10 years ago
89964c4
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
by Larry Hastings
· 10 years ago
92e8af6
Issue #23492: Argument Clinic now generates argument parsing code with
by Serhiy Storchaka
· 10 years ago
1009bf1
Issue #23501: Argumen Clinic now generates code into separate files by default.
by Serhiy Storchaka
· 10 years ago