cpython/Lib/lib2to3/tests
Serhiy Storchaka 026af2a597 Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. 2013-10-03 12:10:49 +03:00
..
data Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 2013-09-16 23:51:56 +03:00
__init__.py
pytree_idempotency.py Issue #16706: get rid of os.error 2012-12-18 22:02:39 +02:00
support.py
test_all_fixers.py
test_fixers.py Issue #18037: 2to3 now escapes '\u' and '\U' in native strings. 2013-10-03 12:10:49 +03:00
test_main.py import re for the previous commit. 2012-02-13 16:41:20 -08:00
test_parser.py #18741: fix more typos. Patch by Févry Thibault. 2013-08-17 16:11:40 +03:00
test_pytree.py remove get_prefix and set_prefix (#13248) 2012-03-14 17:41:15 -05:00
test_refactor.py Issue #18873: The tokenize module, IDLE, 2to3, and the findnocoding.py script 2013-09-16 23:51:56 +03:00
test_util.py