This website requires JavaScript.
Explore
Help
Sign In
mirror
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-01-30 06:36:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Parser
History
Benjamin Peterson
7285d520e0
remove duplicated check for fractions and complex numbers (
closes
#26076
)
...
Patch by Oren Milman.
2016-03-24 22:43:23 -07:00
..
acceler.c
…
asdl_c.py
Issue
#26146
: remove useless code
2016-01-27 00:37:59 +01:00
asdl.py
Add ast.Constant
2016-01-26 00:40:57 +01:00
bitset.c
…
firstsets.c
…
grammar1.c
…
grammar.c
…
listnode.c
…
metagrammar.c
…
myreadline.c
…
node.c
…
parser.c
…
parser.h
…
parsetok_pgen.c
…
parsetok.c
Issue
#25923
: Added the const qualifier to static constant arrays.
2015-12-25 19:53:18 +02:00
pgen.c
Issue
#25923
: Added more const qualifiers to signatures of static and private functions.
2015-12-25 20:01:53 +02:00
pgenmain.c
On memory error, dump the memory block traceback
2016-03-15 22:22:13 +01:00
printgrammar.c
…
Python.asdl
Add ast.Constant
2016-01-26 00:40:57 +01:00
tokenizer_pgen.c
…
tokenizer.c
remove duplicated check for fractions and complex numbers (
closes
#26076
)
2016-03-24 22:43:23 -07:00
tokenizer.h
Issue
#24619
: Simplify async/await tokenization.
2015-07-23 15:01:58 +03:00