Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | classes no longer explicitly inherit from object | Mats Wichmann | 2020-05-24 | 1 | -1/+1 |
| | | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com> | ||||
* | Remove obsolete scripts. Remove py27 support | William Deegan | 2020-03-21 | 1 | -2/+0 |
| | |||||
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -15/+15 |
| | |||||
* | Convert to Python 3.x division rules. | Greg Noel | 2010-04-24 | 1 | -0/+1 |
| | |||||
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -2/+0 |
| | | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code. | ||||
* | Refactory bin/* utilities to use os.walk() instead of os.path.walk(). | Steven Knight | 2010-04-16 | 1 | -13/+11 |
| | |||||
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -3/+3 |
| | | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1. | ||||
* | Rename bin/linecount to bin/linecount.py and provide finer-grained | Steven Knight | 2009-05-13 | 1 | -0/+123 |
(and more accurate) breakdowns of the tests. |