cpython/Lib/lib2to3
Victor Stinner 616fa3465d
gh-54781: Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/ (#94049)
* Move Lib/lib2to3/tests/ to Lib/test/test_lib2to3/.
* Remove Lib/test/test_lib2to3.py.
* Update imports.
* all_project_files(): use different paths and sort files
  to make the tests more reproducible.
* Update references to tests.
2022-06-21 15:21:22 +02:00
..
fixes Fix typos in the Lib directory (GH-28775) 2021-10-06 16:13:48 -07:00
pgen2 bpo-44712: Replace "type(literal)" with corresponding builtin types (GH-27294) 2022-05-08 17:10:11 +03:00
__init__.py bpo-40360: Deprecate the lib2to3 package (GH-28116) 2021-09-02 11:46:47 +02:00
__main__.py
btm_matcher.py
btm_utils.py
fixer_base.py
fixer_util.py
Grammar.txt
main.py
patcomp.py
PatternGrammar.txt
pygram.py
pytree.py bpo-46542: test_lib2to3 uses support.infinite_recursion() (GH-31035) 2022-01-31 18:46:09 +01:00
refactor.py