cpython/Parser
Zackery Spytz eb9a1c01d0 [2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849)
(cherry picked from commit 3e26e42c90)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
2018-08-22 08:54:17 +03:00
..
Python.asdl spacing nit; this isn't C 2010-06-22 19:45:51 +00:00
acceler.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
asdl.py Fix incomplete format error in asdl.py 2016-09-24 05:35:15 +00:00
asdl_c.py [2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479) 2018-07-31 09:09:36 +03:00
bitset.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
firstsets.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
grammar.c [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 2018-06-22 21:04:21 -07:00
grammar1.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
intrcheck.c reinit the TLS before anything else (#130) 2017-02-20 23:43:15 -08:00
listnode.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
metagrammar.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
myreadline.c Issue #1677: Unused variable warning in Non-Windows 2012-07-03 13:07:58 +02:00
node.c Closes #15512: Correct __sizeof__ support for parser 2012-08-03 14:25:53 +02:00
parser.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
parser.h Issue 1881. Increased the stack limit from 500 to 1500. Also added 2008-02-23 12:01:13 +00:00
parsetok.c [2.7] bpo-34400: Fix more undefined behavior in parsetok.c (GH-8833). (GH-8849) 2018-08-22 08:54:17 +03:00
pgen.c bpo-27780: Make pgen.c C89 compliant (GH-7915) 2018-06-25 20:40:15 -07:00
pgenmain.c [2.7] properly free memory in pgen. (GH-7869) (closes bpo-27780 2018-06-22 21:04:21 -07:00
printgrammar.c Use 4-spaces for indentation (instead of tabs) in pgen outputs 2010-05-15 22:55:28 +00:00
spark.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
tokenizer.c bpo-33645: Fix an "unknown parsing error" in the parser. (GH-7119) 2018-05-31 07:35:39 +03:00
tokenizer.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00