This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ad1a25f499
cpython
/
Python
/
clinic
History
Raymond Hettinger
9dfa0fe587
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
2018-09-12 10:54:06 -07:00
..
_warnings.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
bltinmodule.c.h
bpo-34637: Make the *start* argument for *sum()* visible as a keyword argument. (GH-9208)
2018-09-12 10:54:06 -07:00
context.c.h
Add docstrings to public methods from context.c (GH-8531)
2018-07-30 16:15:44 +01:00
import.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
marshal.c.h
bpo-32240: Add the const qualifier to declarations of PyObject* array arguments. (
#4746
)
2017-12-15 13:11:11 +02:00
sysmodule.c.h
bpo-32591: Add native coroutine origin tracking (
#5250
)
2018-01-21 09:44:07 -05:00
traceback.c.h
bpo-30579: Allow TracebackType creation and tb_next mutation from Python (GH-4793)
2018-01-07 23:30:18 +10:00