Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-104780: Remove 2to3 program and lib2to3 module (#104781) | Victor Stinner | 2023-05-23 | 1 | -4/+0 |
| | | | | | | | | | * Remove the Tools/scripts/2to3 script. * Remove the Lib/test/test_lib2to3/ directory. * Doc/tools/extensions/pyspecific.py: remove the "2to3fixer" object type. * Makefile and PC/layout/main.py no longer compile lib2to3 grammar files. * Update Makefile for 2to3 removal. | ||||
* | Merged revisions 88535 via svnmerge from | Benjamin Peterson | 2011-02-24 | 1 | -0/+4 |
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r88535 | brett.cannon | 2011-02-23 13:46:46 -0600 (Wed, 23 Feb 2011) | 1 line Add lib2to3.__main__ for easy testing from the console. ........ | ||||
* | Revert r88503 as Benjamin's request. | Brett Cannon | 2011-02-23 | 1 | -4/+0 |
| | |||||
* | Add lib2to3.__main__ to make it easier for debugging purposes to run 2to3. | Brett Cannon | 2011-02-22 | 1 | -0/+4 |