| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 1 | -186/+0 |
|
|
* | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 6 | -796/+0 |
|
|
* | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 7 | -1053/+0 |
|
|
* | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 3 | -613/+0 |
|
|
* | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 3 | -664/+0 |
|
|
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 3 | -569/+0 |
|
|
* | Merged in rodrigc/scons (pull request #409) | William Deegan | 2017-03-13 | 2 | -2/+2 |
|\ |
|
| * | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 2 | -2/+2 |
|
|
* | | no more cmp in py3, define a compare function and use it. Also specify Defaul... | William Deegan | 2017-03-12 | 1 | -1/+14 |
|/ |
|
* | fix print() conversion on test | William Deegan | 2016-05-12 | 1 | -5/+8 |
|
|
* | Fix missing right parent in print () function in generated SConstruct. | William Deegan | 2016-05-09 | 1 | -1/+2 |
|
|
* | Commit resolved conflicted merge. | Russel Winder | 2016-04-10 | 10 | -10/+10 |
|\ |
|
| * | Fix for backslash being treated as an escape character | Thomas Tanner | 2016-01-30 | 10 | -10/+10 |
|
|
* | | Some more statement to function transforms. | Russel Winder | 2016-01-01 | 2 | -11/+11 |
|
|
* | | Some more print statements to functions. | Russel Winder | 2016-01-01 | 7 | -29/+29 |
|
|
* | | Merged default branch into python3-port to keep it up to date. | Gary Oberbrunner | 2014-08-23 | 18 | -18/+18 |
|\ \
| |/ |
|
| * | fix test which was referring to tigris mailing list instead of current scons.... | William Deegan | 2014-07-29 | 1 | -1/+1 |
|
|
| * | Fix development mailing list with a new address @scons.org | anatoly techtonik | 2014-05-28 | 18 | -18/+18 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 2 | -0/+2 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 3 | -5/+5 |
|/ |
|
* | os.spawnv is here since Python 1.6, removing compatibility code | anatoly techtonik | 2012-12-12 | 1 | -7/+2 |
|
|
* | Improve error messages for invalid EnumVariables to include legal values. | Gary Oberbrunner | 2011-01-13 | 1 | -3/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 2 | -5/+4 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2365 | Greg Noel | 2010-05-28 | 28 | -251/+557 |
|
|
* | Move tests for SourceCode() into test/Deprecated as a preliminary to beginning | Greg Noel | 2010-05-26 | 24 | -0/+3702 |
|
|
* | Start the deprecation cycle for the BuildDir() method and the build_dir | Greg Noel | 2010-05-26 | 13 | -34/+135 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 11 | -84/+82 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -2/+0 |
|
|
* | Index: test/Variables/help.py | Greg Noel | 2010-04-19 | 3 | -23/+3 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-17 | 3 | -6/+6 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 9 | -40/+25 |
|
|
* | Issue 2326, change execfile() to exec ... (FIXED) | Greg Noel | 2009-03-08 | 2 | -3/+2 |
|
|
* | replace execfile() by equivalent exec statement | Greg Noel | 2009-03-02 | 2 | -2/+3 |
|
|
* | Remove more unnecessary imports from test scripts. | Steven Knight | 2009-02-11 | 1 | -1/+0 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 28 | -0/+168 |
|
|
* | Remove (lots) more unnecessary imports. | Steven Knight | 2009-02-06 | 11 | -20/+3 |
|
|
* | Commonize new string-search-in-output methods: | Steven Knight | 2009-02-06 | 2 | -17/+6 |
|
|
* | Fix use of path names in regular expression matches by running them | Steven Knight | 2008-12-29 | 2 | -13/+27 |
|
|
* | Add warnings for use of the (already) deprecated Options object | Steven Knight | 2008-12-20 | 9 | -152/+204 |
|
|
* | Issue 2231: Add a --warn=future-deprecated option, along with | Steven Knight | 2008-12-11 | 1 | -0/+58 |
|
|
* | Merged revisions 2898-2901,2903-2927 via svnmerge from | Steven Knight | 2008-04-30 | 5 | -17/+35 |
|
|
* | Merged revisions 2880-2883,2885-2895 via svnmerge from | Steven Knight | 2008-04-21 | 1 | -3/+1 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 11 | -2/+1395 |
|
|
* | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 18 | -0/+2018 |
|
|