Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | and another typo... | Benjamin Peterson | 2008-10-22 | 1 | -2/+1 |
| | |||||
* | fix a few typos | Benjamin Peterson | 2008-10-22 | 1 | -7/+7 |
| | |||||
* | mention -n | Benjamin Peterson | 2008-10-19 | 1 | -2/+2 |
| | |||||
* | document how to disable fixers | Benjamin Peterson | 2008-10-13 | 1 | -6/+10 |
| | |||||
* | note the 2to3 -d could be useful for other refactoring | Benjamin Peterson | 2008-09-28 | 1 | -1/+3 |
| | |||||
* | 2to3's api should be considered unstable | Benjamin Peterson | 2008-09-27 | 1 | -0/+6 |
| | |||||
* | be less wordy | Benjamin Peterson | 2008-09-16 | 1 | -6/+6 |
| | |||||
* | actually tell the name of the flag to use | Benjamin Peterson | 2008-09-06 | 1 | -7/+7 |
| | |||||
* | flesh out the documentation on using 2to3 | Benjamin Peterson | 2008-09-04 | 1 | -14/+35 |
| | |||||
* | Merged revisions 66173 via svnmerge from | Benjamin Peterson | 2008-09-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3 ........ r66173 | benjamin.peterson | 2008-09-02 18:57:48 -0500 (Tue, 02 Sep 2008) | 8 lines A little 2to3 refactoring #3637 This moves command line logic from refactor.py to a new file called main.py. RefactoringTool now merely deals with the actual fixers and refactoring; options processing for example is abstracted out. This patch was reviewed by Gregory P. Smith. ........ | ||||
* | fix indentation | Benjamin Peterson | 2008-07-25 | 1 | -1/+1 |
| | |||||
* | Fix indentation. | Georg Brandl | 2008-07-24 | 1 | -3/+1 |
| | |||||
* | add some documentation for 2to3 | Benjamin Peterson | 2008-07-24 | 1 | -0/+77 |