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 explain why we need this grammar file (closes #13766) 2012-01-15 21:28:00 -05:00
PatternGrammar.txt
__init__.py
__main__.py Merged revisions 88535 via svnmerge from 2011-02-24 01:41:46 +00:00
btm_matcher.py Merged revisions 85510 via svnmerge from 2010-10-14 23:03:32 +00:00
btm_utils.py Merged revisions 85510 via svnmerge from 2010-10-14 23:03:32 +00:00
fixer_base.py Closes #12536: Unused logger removed from lib2to3. 2011-07-13 23:15:07 +01:00
fixer_util.py enumerate only requires an iterable (closes #16573) 2012-11-29 10:55:22 -05:00
main.py fix whitespace normalization before pushing. 2012-02-12 15:58:36 -08:00
patcomp.py - Issue #11250: Back port fix from 3.3 branch, so that 2to3 can handle files 2011-10-07 14:44:49 -04:00
pygram.py Merged revisions 85510 via svnmerge from 2010-10-14 23:03:32 +00:00
pytree.py remove get_prefix and set_prefix (#13248) 2012-03-14 17:41:15 -05:00
refactor.py merge 3.2 2012-09-25 11:53:30 -04:00