summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/finddiv.py
Commit message (Collapse)AuthorAgeFilesLines
* Use OESeeror instead of os.error (#16720)Andrew Svetlov2012-12-241-1/+1
| | | | Patch by Serhiy Storchaka.
* convert shebang lines: python -> python3Benjamin Peterson2010-03-111-1/+1
|
* Convert some custom sort comparison functions to equivalent key functions.Raymond Hettinger2008-01-301-1/+1
|
* Convert print statements to function calls in Tools/.Collin Winter2007-08-031-3/+3
|
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
| | | | | | (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
* Fix use of 'file' as a variable name.Andrew M. Kuchling2003-05-131-8/+8
| | | | (I've tested the fixes, but please proofread anyway.)
* A grep-like tool that looks for division operators.Guido van Rossum2001-09-021-0/+89