Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | note callable is back in 3.2 | Benjamin Peterson | 2011-10-24 | 1 | -1/+3 |
| | |||||
* | It is really a suffix :-) | Raymond Hettinger | 2011-07-14 | 1 | -1/+1 |
| | |||||
* | Merged revisions 84945 via svnmerge from | Georg Brandl | 2010-10-06 | 1 | -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 name | Benjamin Peterson | 2010-07-01 | 1 | -1/+1 |
| | |||||
* | wrap | Benjamin Peterson | 2010-03-20 | 1 | -2/+2 |
| | |||||
* | document exitfunc fixer | Benjamin Peterson | 2010-03-20 | 1 | -0/+5 |
| | |||||
* | Added documentation for dictionary views fixer. | Alexandre Vassalotti | 2010-01-12 | 1 | -3/+5 |
| | |||||
* | document new fix_callable behavior | Benjamin Peterson | 2009-12-28 | 1 | -1/+2 |
| | |||||
* | discuss how to use -p | Benjamin Peterson | 2009-11-09 | 1 | -0/+8 |
| | |||||
* | builtin -> built-in. | Georg Brandl | 2009-07-26 | 1 | -1/+1 |
| | |||||
* | #6577: fix (hopefully) all links to builtin instead of module/class-specific ↵ | Georg Brandl | 2009-07-26 | 1 | -2/+3 |
| | | | | objects. | ||||
* | remove docs for deprecated -p option | Benjamin Peterson | 2009-07-20 | 1 | -7/+0 |
| | |||||
* | add myself | Benjamin Peterson | 2009-05-02 | 1 | -0/+1 |
| | |||||
* | Demote warnings to notices where appropriate, following the goal that as few ↵ | Georg Brandl | 2009-04-27 | 1 | -1/+1 |
| | | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. | ||||
* | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -4/+4 |
| | |||||
* | Fix grammar. | Georg Brandl | 2009-02-23 | 1 | -3/+3 |
| | |||||
* | a few edits and typos | Benjamin Peterson | 2009-02-08 | 1 | -10/+11 |
| | |||||
* | document numliterals fixer | Benjamin Peterson | 2009-02-08 | 1 | -0/+4 |
| | |||||
* | document individual 2to3 fixers | Benjamin Peterson | 2009-02-07 | 1 | -10/+258 |
| | |||||
* | add email addresses | Benjamin Peterson | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | 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 |