summaryrefslogtreecommitdiffstats
path: root/bin/linecount.py
Commit message (Collapse)AuthorAgeFilesLines
* Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-1/+1
|
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-15/+15
|
* Convert to Python 3.x division rules.Greg Noel2010-04-241-0/+1
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-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 Knight2010-04-161-13/+11
|
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-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-grainedSteven Knight2009-05-131-0/+123
(and more accurate) breakdowns of the tests.