cpython/Lib/lib2to3
Gregory P. Smith 12426998ce Issue #13930: Adds ability for 2to3 to write its output to a different
directory tree instead of overwriting the input files.  Adds three command
line options: -o/--output-dir, -W/--write-unchanged-files and --add-suffix.

Feature backports into stable release branches for 2to3 are allowed by
a special exemption:
 http://mail.python.org/pipermail/python-dev/2011-December/115089.html
2012-02-12 15:51:21 -08:00
..
fixes #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
pgen2 #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
tests Issue #13930: Adds ability for 2to3 to write its output to a different 2012-02-12 15:51:21 -08: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,88661 via svnmerge from 2011-02-26 22:11:02 +00:00
btm_matcher.py Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from 2010-10-14 23:00:00 +00:00
btm_utils.py Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from 2010-10-14 23:00:00 +00:00
fixer_base.py Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from 2010-10-14 23:00:00 +00:00
fixer_util.py Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from 2010-10-14 23:00:00 +00:00
main.py Issue #13930: Adds ability for 2to3 to write its output to a different 2012-02-12 15:51:21 -08:00
patcomp.py Merged revisions 88535,88661 via svnmerge from 2011-02-26 22:11:02 +00:00
pygram.py Merged revisions 83852-83853,83857,84042,84216,84274-84276,84375,85388,85478,85506-85508 via svnmerge from 2010-10-14 23:00:00 +00:00
pytree.py #11565: Fix several typos. Patch by Piotr Kasprzyk. 2011-03-16 12:34:31 +02:00
refactor.py Issue #13930: Adds ability for 2to3 to write its output to a different 2012-02-12 15:51:21 -08:00