cpython/Lib/lib2to3
Serhiy Storchaka 8f8ec92de8 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 lines in the unittestgui and checkpip scripts.
2014-01-16 17:33:23 +02:00
..
fixes #19943: merge with 3.3. 2013-12-10 14:06:18 +02:00
pgen2 Issue #18960: Fix bugs with Python source code encoding in the second line. 2014-01-09 18:41:59 +02:00
tests Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:33:23 +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 Issue #16120: Use |yield from| in stdlib. 2012-10-06 17:11:45 +03:00
fixer_base.py Closes #12536: Unused logger removed from lib2to3. 2011-07-13 23:15:07 +01:00
fixer_util.py add fixer for reload() -> imp.reload() (closes #11797)\n\nPatch by Laurie Clark-Michalek and Berker Peksag 2012-12-07 22:44:10 -05:00
main.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02: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 Issue #16120: Use |yield from| in stdlib. 2012-10-06 17:11:45 +03:00
refactor.py Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) 2013-07-04 17:43:24 -04:00