cpython/Lib/lib2to3
Serhiy Storchaka b992a0e102 Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them.  Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface.  Fixed
shebang line to use python3 executable in the unittestgui script.
2014-01-16 17:15:49 +02:00
..
fixes #19943: fix typo noticed by Jakub Wilk. 2013-12-10 14:05:46 +02:00
pgen2 Issue #18960: Fix bugs with Python source code encoding in the second line. 2014-01-09 18:36:09 +02:00
tests Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
Grammar.txt
PatternGrammar.txt
__init__.py
__main__.py
btm_matcher.py
btm_utils.py
fixer_base.py
fixer_util.py enumerate only requires an iterable (closes #16573) 2012-11-29 10:55:22 -05:00
main.py
patcomp.py
pygram.py
pytree.py
refactor.py merge 3.2 2012-09-25 11:53:30 -04:00