This website requires JavaScript.
Explore
Help
Sign In
1berry
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
/
clinic
History
Irit Katriel
c590b581bb
bpo-46328: Add sys.exception() (GH-30514)
2022-01-13 12:35:58 +00:00
..
_warnings.c.h
bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443)
2020-05-28 10:33:45 +03:00
bltinmodule.c.h
bpo-20201: variadic arguments support for AC (GH-18609)
2021-07-16 18:43:02 +03:00
context.c.h
bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933)
2019-09-14 12:24:05 +03:00
import.c.h
bpo-21736: Set __file__ on frozen stdlib modules. (gh-28656)
2021-10-14 15:32:18 -06:00
marshal.c.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00
Python-tokenize.c.h
Add tests for the C tokenizer and expose it as a private module (GH-27924)
2021-08-24 17:50:05 +01:00
sysmodule.c.h
bpo-46328: Add sys.exception() (GH-30514)
2022-01-13 12:35:58 +00:00
traceback.c.h
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
2020-05-26 18:43:38 +03:00