Victor Stinner
|
c9bc290dd6
|
bpo-42161: Use _PyLong_GetZero() and _PyLong_GetOne() (GH-22995)
Use _PyLong_GetZero() and _PyLong_GetOne()
in Objects/ and Python/ directories.
|
2020-10-27 02:24:34 +01:00 |
Dong-hee Na
|
e123012d79
|
bpo-41343: Convert methods of complex to Argument Clinic (GH-21550)
|
2020-07-20 15:53:29 +03:00 |
Serhiy Storchaka
|
3191391515
|
bpo-36127: Argument Clinic: inline parsing code for keyword parameters. (GH-12058)
|
2019-03-14 10:32:22 +02:00 |
Serhiy Storchaka
|
bae6881b42
|
Update Argument Clinic generated code for bpo-29878. (#1001)
|
2017-04-05 12:00:42 +03:00 |
Serhiy Storchaka
|
18b250f844
|
bpo-29793: Convert some builtin types constructors to Argument Clinic. (#615)
|
2017-03-19 08:51:07 +02:00 |