Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #9598: untabify.py will now respect encoding cookie in the files it ↵ | Alexander Belopolsky | 2010-11-30 | 1 | -3/+4 |
| | | | | processes | ||||
* | #9095, #8912, #8999: add support in patchcheck for Mercurial checkouts, C ↵ | Georg Brandl | 2010-10-21 | 1 | -2/+3 |
| | | | | file reindenting, and docs whitespace fixing. | ||||
* | Clean up syntax for some scripts. | Florent Xicluna | 2010-08-09 | 1 | -6/+7 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Convert raise statements in Tools/. | Collin Winter | 2007-08-22 | 1 | -1/+1 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -4/+4 |
| | |||||
* | SF patch 1631942 by Collin Winter: | Guido van Rossum | 2007-01-10 | 1 | -2/+2 |
| | | | | | | (a) "except E, V" -> "except E as V" (b) V is now limited to a simple name (local variable) (c) V is now deleted at the end of the except block | ||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -1/+1 |
| | | | | From SF patch #852334. | ||||
* | Fix use of 'file' as a variable name. | Andrew M. Kuchling | 2003-05-13 | 1 | -9/+9 |
| | | | | (I've tested the fixes, but please proofread anyway.) | ||||
* | Apply diff2.txt from SF patch http://www.python.org/sf/572113 | Walter Dörwald | 2002-09-11 | 1 | -2/+1 |
| | | | | | | | | (with one small bugfix in bgen/bgen/scantools.py) This replaces string module functions with string methods for the stuff in the Tools directory. Several uses of string.letters etc. are still remaining. | ||||
* | Detlef Lannert lannert@lannert.rz.uni-duesseldorf.de notices: | Guido van Rossum | 1998-10-20 | 1 | -1/+4 |
| | | | | | | | | | """ the NEWS file of Python 1.5.2a2 inspired me to look at Tools/scripts/untabify.py. I wonder why it accepts a -t argument but ignores it. The following patch tries to make it somewhat useful (i.e., to override the tabsize=8 setting). Is that agreeable? """ | ||||
* | Utility to untabify stubber results. | Guido van Rossum | 1998-09-14 | 1 | -0/+50 |