summaryrefslogtreecommitdiffstats
path: root/Doc/library/2to3.rst
Commit message (Collapse)AuthorAgeFilesLines
* note callable is back in 3.2Benjamin Peterson2011-10-241-1/+3
|
* It is really a suffix :-)Raymond Hettinger2011-07-141-1/+1
|
* Merged revisions 84945 via svnmerge fromGeorg Brandl2010-10-061-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line #9911: doc copyedits. ........
* fix fixer nameBenjamin Peterson2010-07-011-1/+1
|
* wrapBenjamin Peterson2010-03-201-2/+2
|
* document exitfunc fixerBenjamin Peterson2010-03-201-0/+5
|
* Added documentation for dictionary views fixer.Alexandre Vassalotti2010-01-121-3/+5
|
* document new fix_callable behaviorBenjamin Peterson2009-12-281-1/+2
|
* discuss how to use -pBenjamin Peterson2009-11-091-0/+8
|
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
|
* #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵Georg Brandl2009-07-261-2/+3
| | | | objects.
* remove docs for deprecated -p optionBenjamin Peterson2009-07-201-7/+0
|
* add myselfBenjamin Peterson2009-05-021-0/+1
|
* Demote warnings to notices where appropriate, following the goal that as few ↵Georg Brandl2009-04-271-1/+1
| | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
* #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