summaryrefslogtreecommitdiff
path: root/src/script/scons-time.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in rodrigc/scons (pull request #409)William Deegan2017-03-131-1/+1
|\
| * When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-111-1/+1
* | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-2/+2
* | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-3/+3
|/
* fix binary/non-binary file writes where appropriate, previous all were binary...William Deegan2017-02-281-1/+1
* fix float formatting and change writting output from binary to non binary fil...William Deegan2017-02-281-2/+4
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-2/+2
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-19/+18
|\
| * Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-7/+5
| * Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-23/+24
* | removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-44/+1
|/
* Convert old-style classes in src/script to new-style classes.Steven Knight2010-05-201-3/+3
* Convert to Python 3.x division rules.Greg Noel2010-04-241-4/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-1/+0
* Index: test/Variables/help.pyGreg Noel2010-04-191-7/+0
* Replace remaining os.path.walk() calls with os.walk().Steven Knight2010-04-181-4/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-171-9/+4
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-161-1/+14
* A bit of a blind checkin, but there's no need to put the compatibility namesGreg Noel2010-03-311-5/+2
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-03-291-4/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-271-7/+28
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-11/+10
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-1/+1
* Issue 2326, change execfile() to exec ... (FIXED)Greg Noel2009-03-081-5/+5
* replace execfile() by equivalent exec statementGreg Noel2009-03-021-11/+21
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix label placement in gnuplot graphs by the "scons-time.py func"Steven Knight2008-10-071-2/+2
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-13/+57
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-16/+46
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-0/+2
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-0/+1437