cpython/Parser
Serhiy Storchaka 3eb554fc82 Issue #22221: Backported fixes from Python 3 (issue #18960).
* Now the source encoding declaration on the second line isn't effective if
  the first line contains anything except a comment.  This affects compile(),
  eval() and exec() too.

* IDLE now ignores the source encoding declaration on the second line if the
  first line contains anything except a comment.

* 2to3 and the findnocoding.py script now ignore the source encoding
  declaration on the second line if the first line contains anything except
  a comment.
2014-09-05 10:22:05 +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 Doc Fix. Correct link to Zephyr ASDL Abstract page. 2010-05-18 13:40:23 +00:00
asdl_c.py #18803: fix more typos. Patch by Févry Thibault. 2013-08-26 01:31:30 +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 Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
grammar1.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
intrcheck.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00: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 Remove unused variables in parsetok(). 2012-08-11 11:16:18 +02:00
pgen.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
pgenmain.c Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00: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 Issue #22221: Backported fixes from Python 3 (issue #18960). 2014-09-05 10:22:05 +03:00
tokenizer.h Untabify C files. Will watch buildbots. 2010-05-09 14:46:46 +00:00
tokenizer_pgen.c