cpython/Lib/lib2to3
Serhiy Storchaka 5e596769b0 Issue #18037: Do not escape '\u' and '\U' in raw strings. 2013-10-08 21:07:46 +03:00
..
fixes Issue #18037: Do not escape '\u' and '\U' in raw strings. 2013-10-08 21:07:46 +03:00
pgen2 Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 2013-09-16 23:51:56 +03:00
tests Issue #18037: Do not escape '\u' and '\U' in raw strings. 2013-10-08 21:07:46 +03: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