This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-06-03 10:10:22 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a032e46df64330ec9e6e188d9ea53f594d0a0fbf
cpython
/
Parser
T
History
Benjamin Peterson
025e9ebd0a
PEP 448: additional unpacking generalizations (
closes
#2292
)
...
Patch by Neil Girdhar.
2015-05-05 20:16:41 -04:00
..
acceler.c
…
asdl_c.py
Issue
#19655
: Replace the ASDL parser carried with CPython
2014-05-09 17:58:22 -07:00
asdl.py
Issue
#22823
: Use set literals instead of creating a set from a list
2014-11-09 15:56:33 -08:00
bitset.c
…
firstsets.c
…
grammar1.c
Issue
#18722
: Remove uses of the "register" keyword in C code.
2013-08-13 20:18:52 +02:00
grammar.c
Fix compiler warnings on Windows 64-bit in grammar.c
2013-11-18 01:07:38 +01:00
listnode.c
…
metagrammar.c
…
myreadline.c
Issue
#16136
: Remove VMS support and VMS-related code
2013-12-21 16:19:10 +01:00
node.c
Silenced some warnings about comparison between signed and unsigned integer
2014-09-05 10:10:23 +03:00
parser.c
Issue
#1772673
: The type of
char*
arguments now changed to
const char*
.
2013-10-19 21:03:34 +03:00
parser.h
…
parsetok_pgen.c
Issue
#10785
: Store the filename as Unicode in the Python parser.
2011-04-05 00:39:01 +02:00
parsetok.c
Fix a compiler warning on Windows 64-bit in parsetok.c
2013-11-18 01:09:51 +01:00
pgen.c
Got rid of warnings "suggest braces around empty body in an ‘else’ statement"
2015-04-03 15:24:33 +03:00
pgenmain.c
Silenced some warnings about comparison between signed and unsigned integer
2014-09-05 10:10:23 +03:00
printgrammar.c
Silenced some warnings about comparison between signed and unsigned integer
2014-09-05 10:10:23 +03:00
Python.asdl
PEP 448: additional unpacking generalizations (
closes
#2292
)
2015-05-05 20:16:41 -04:00
tokenizer_pgen.c
…
tokenizer.c
merge 3.4 (
#24022
)
2015-04-21 12:07:06 -04:00
tokenizer.h
Issue
#1772673
: The type of
char*
arguments now changed to
const char*
.
2013-10-19 21:03:34 +03:00