summaryrefslogtreecommitdiffstats
path: root/Doc/library/2to3.rst
Commit message (Collapse)AuthorAgeFilesLines
* #5486: typos.Georg Brandl2009-03-131-4/+4
|
* Fix grammar.Georg Brandl2009-02-231-3/+3
|
* a few edits and typosBenjamin Peterson2009-02-081-10/+11
|
* document numliterals fixerBenjamin Peterson2009-02-081-0/+4
|
* document individual 2to3 fixersBenjamin Peterson2009-02-071-10/+258
|
* add email addressesBenjamin Peterson2009-01-111-1/+1
|
* and another typo...Benjamin Peterson2008-10-221-2/+1
|
* fix a few typosBenjamin Peterson2008-10-221-7/+7
|
* mention -nBenjamin Peterson2008-10-191-2/+2
|
* document how to disable fixersBenjamin Peterson2008-10-131-6/+10
|
* note the 2to3 -d could be useful for other refactoringBenjamin Peterson2008-09-281-1/+3
|
* 2to3's api should be considered unstableBenjamin Peterson2008-09-271-0/+6
|
* be less wordyBenjamin Peterson2008-09-161-6/+6
|
* actually tell the name of the flag to useBenjamin Peterson2008-09-061-7/+7
|
* flesh out the documentation on using 2to3Benjamin Peterson2008-09-041-14/+35
|
* Merged revisions 66173 via svnmerge fromBenjamin Peterson2008-09-031-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 indentationBenjamin Peterson2008-07-251-1/+1
|
* Fix indentation.Georg Brandl2008-07-241-3/+1
|
* add some documentation for 2to3Benjamin Peterson2008-07-241-0/+77