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-05-23 21:02:58 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
bae7734eef9cbbdcadced065873ad3da6101923a
cpython
/
Parser
T
History
Martin v. Löwis
1ee99d31d9
Make pgen compile with pydebug. Duplicate normalized names, as it may
...
be longer than the old string.
2002-08-04 20:10:29 +00:00
..
.cvsignore
…
acceler.c
SF patch
#578297
:
2002-08-04 06:28:21 +00:00
bitset.c
…
firstsets.c
Silence parser generator output.
2001-09-11 16:43:16 +00:00
grammar1.c
PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf.
2001-12-04 03:36:01 +00:00
grammar.c
The parser doesn't need its own implementation of assert, and having its
2001-12-04 03:18:48 +00:00
grammar.mak
Link with the right C library! This has always been wrong (& my fault).
2002-05-23 19:25:59 +00:00
intrcheck.c
Include <unistd.h> in Python.h.
Fixes
#500924
.
2002-01-12 11:05:12 +00:00
listnode.c
…
metagrammar.c
…
myreadline.c
Fix bug 439992 - [win32] KeyboardInterrupt Not Caught.
2002-07-14 23:12:29 +00:00
node.c
SF patch
#578297
:
2002-08-04 06:28:21 +00:00
parser.c
Disable the parser hacks that allowed the "yield" keyword to be enabled
2002-03-22 23:38:11 +00:00
parser.h
Disable the parser hacks that enabled the "yield" keyword using a future
2002-03-22 23:53:36 +00:00
parsetok.c
Patch
#534304
: Implement phase 1 of PEP 263.
2002-08-04 17:29:52 +00:00
pgen.c
Py_IgnoreEnvironmentFlag should be extern, since it is declared in pythonrun.c
2002-05-31 13:11:40 +00:00
pgen.h
…
pgenmain.c
The Py_REF_DEBUG/COUNT_ALLOCS/Py_TRACE_REFS macro minefield: added
2002-07-09 02:57:01 +00:00
printgrammar.c
…
tokenizer_pgen.c
Patch
#534304
: Implement phase 1 of PEP 263.
2002-08-04 17:29:52 +00:00
tokenizer.c
Make pgen compile with pydebug. Duplicate normalized names, as it may
2002-08-04 20:10:29 +00:00
tokenizer.h
Make pgen compile with pydebug. Duplicate normalized names, as it may
2002-08-04 20:10:29 +00:00