cpython/Lib/lib2to3/pgen2
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) 280bc223b4 lib2to3.pgen3.driver.load_grammar() now creates a stable cache file
between runs given the same Grammar.txt input regardless of the hash
randomization setting.

Backport of 186bb8dc5540 from 3.5.  Done in 2.7 per the lib2to3 exemption.
2016-09-08 01:04:37 +00:00
..
__init__.py Import lib2to3. 2008-03-19 04:43:46 +00:00
conv.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
driver.py lib2to3.pgen3.driver.load_grammar() now creates a stable cache file 2016-09-08 01:04:37 +00:00
grammar.py lib2to3.pgen3.driver.load_grammar() now creates a stable cache file 2016-09-08 01:04:37 +00:00
literals.py Import lib2to3. 2008-03-19 04:43:46 +00:00
parse.py Merged revisions 67384,67386-67387,67389-67390,67392,67399-67400,67403-67405,67426 via svnmerge from 2008-11-28 22:12:14 +00:00
pgen.py lib2to3.pgen3.driver.load_grammar() now creates a stable cache file 2016-09-08 01:04:37 +00:00
token.py add matrix multiplication operator support to 2to3 2014-04-10 00:12:47 -04:00
tokenize.py Issue #26581: Use the first coding cookie on a line, not the last one. 2016-03-20 23:36:29 +02:00