Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-22831: Use "with" to avoid possible fd leaks in tools (part 2). (GH-10927) | Serhiy Storchaka | 2019-03-30 | 1 | -23/+24 |
| | |||||
* | Clean up syntax for some scripts. | Florent Xicluna | 2010-08-09 | 1 | -5/+7 |
| | |||||
* | convert shebang lines: python -> python3 | Benjamin Peterson | 2010-03-11 | 1 | -1/+1 |
| | |||||
* | Convert print statements to function calls in Tools/. | Collin Winter | 2007-08-03 | 1 | -3/+3 |
| | |||||
* | 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 | ||||
* | 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. | ||||
* | New tool: reverse grep (greps from the end). Uses a fairly efficient | Guido van Rossum | 1998-08-12 | 1 | -0/+65 |
strategy to read from the end of the file. |