cpython/Parser
Eric Smith 9ff19b5434 Finished backporting PEP 3127, Integer Literal Support and Syntax.
Added 0b and 0o literals to tokenizer.
Modified PyOS_strtoul to support 0b and 0o inputs.
Modified PyLong_FromString to support guessing 0b and 0o inputs.
Renamed test_hexoct.py to test_int_literal.py and added binary tests.
Added upper and lower case 0b, 0O, and 0X tests to test_int_literal.py
2008-03-17 17:32:20 +00:00
..
Python.asdl Patch #1759: Backport of PEP 3129 class decorators 2008-02-23 15:01:05 +00:00
acceler.c [Patch #974633] Check PyObject_MALLOC return for error 2004-06-29 14:03:04 +00:00
asdl.py Patch #1440601: Add col_offset attribute to AST nodes. 2006-03-01 22:49:05 +00:00
asdl_c.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
bitset.c Fix the code in Parser/ to also compile with C++. This was mostly casts for 2006-04-11 05:39:14 +00:00
firstsets.c Fix the code in Parser/ to also compile with C++. This was mostly casts for 2006-04-11 05:39:14 +00:00
grammar.c Handle malloc failure. 2006-08-13 18:13:36 +00:00
grammar.mak Merge ast-branch to head 2005-10-20 19:59:25 +00:00
grammar1.c PyGrammar_LabelRepr(): sprintf -> PyOS_snprintf. 2001-12-04 03:36:01 +00:00
intrcheck.c Patch #975056 - fixes for restartable signals on *BSD. In addition, 2004-10-13 14:48:50 +00:00
listnode.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
metagrammar.c Changes from Jonathan Riehl to allow his pgen extension (PEP 269) to 2003-04-17 14:55:42 +00:00
myreadline.c As discussed on python-dev, really fix the PyMem_*/PyObject_* memory API 2006-04-11 08:19:15 +00:00
node.c Fix comment typo 2006-06-06 17:10:41 +00:00
parser.c Fix a bug in the parser's future statement handling that led to "with" 2006-09-24 12:35:36 +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 Patch #1031213: Decode source line in SyntaxErrors back to its original 2007-09-04 14:19:28 +00:00
pgen.c Coverity issue CID #167 2008-01-18 07:45:30 +00:00
pgenmain.c more low-hanging fruit to make code compile under a C++ compiler. Not 2006-04-11 12:01:56 +00:00
printgrammar.c REMOVED all CWI, CNRI and BeOpen copyright markings. 2000-09-01 23:29:29 +00:00
spark.py Patch #2167 from calvin: Remove unused imports 2008-02-23 17:40:11 +00:00
tokenizer.c Finished backporting PEP 3127, Integer Literal Support and Syntax. 2008-03-17 17:32:20 +00:00
tokenizer.h Fix #define ordering. 2008-01-07 18:41:34 +00:00
tokenizer_pgen.c Patch #534304: Implement phase 1 of PEP 263. 2002-08-04 17:29:52 +00:00