cpython/Lib/lib2to3/tests
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
..
data Issue #19936: Added executable bits or shebang lines to Python scripts which 2014-01-16 17:15:49 +02:00
__init__.py Merged revisions 61596-61597 via svnmerge from 2008-03-19 05:04:44 +00:00
pytree_idempotency.py convert shebang lines: python -> python3 2010-03-11 22:53:45 +00:00
support.py Merged revisions 73370 via svnmerge from 2009-06-11 23:47:38 +00:00
test_all_fixers.py Merged revisions 77103,77105-77106 via svnmerge from 2009-12-29 00:44:14 +00:00
test_fixers.py Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:49:58 +02:00
test_main.py Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:49:58 +02:00
test_parser.py Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:49:58 +02:00
test_pytree.py Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:49:58 +02:00
test_refactor.py Issue #19592: Use specific asserts in lib2to3 tests. 2013-11-14 23:49:58 +02:00
test_util.py Merged revisions 87002 via svnmerge from 2010-12-04 02:24:43 +00:00