| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove u' u" from strings. no longer needed | William Deegan | 2020-02-18 | 1 | -12/+12 |
|
|
* | more post py27 cleanup | William Deegan | 2020-02-18 | 1 | -9/+6 |
|
|
* | Remove 'from __future__ import print_function' no longer needed as we're drop... | William Deegan | 2020-02-17 | 1 | -2/+0 |
|
|
* | Resolve mwichmann's commments on PR removing extraneous code | William Deegan | 2020-01-10 | 1 | -1/+1 |
|
|
* | Remove UnicodeType as py35+ has unicode strings. Remove some py27 imports. Ma... | William Deegan | 2020-01-10 | 1 | -1/+1 |
|
|
* | Improve DAG walk performance by preventing unnecessary list manipulation | Mathew Robinson | 2019-12-11 | 1 | -2/+4 |
|
|
* | Fixup some code triggering pylint errors. | Mats Wichmann | 2019-04-21 | 1 | -4/+4 |
|
|
* | Fix for issue 3013 (and duplicate 3018). From bitbucket PR: https://bitbucket... | William Deegan | 2018-04-11 | 1 | -0/+9 |
|
|
* | Fix many epydoc warnings | William Deegan | 2017-09-01 | 1 | -22/+24 |
|
|
* | py2/3 fix logic for reraising exceptions. A taskmaster test was failing becau... | William Deegan | 2017-04-19 | 1 | -1/+7 |
|
|
* | py2/3 Fix re-raising stored exception. Previously we were dropping contents o... | William Deegan | 2017-04-19 | 1 | -1/+3 |
|
|
* | py2/3 more work on getting exception handling to work properly on both py2/3 | William Deegan | 2017-04-04 | 1 | -1/+2 |
|
|
* | fix py2/3 win32 use SCons.Util.UnicodeType to replace u | William Deegan | 2017-03-14 | 1 | -1/+1 |
|
|
* | remove wb mode from creation of taskmaster trace file. Was breaking tests, an... | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 1 | -1/+1 |
|
|
* | Fix exception handling code to work with py3 | William Deegan | 2017-02-27 | 1 | -1/+1 |
|
|
* | PEP-8 changes | William Deegan | 2017-02-26 | 1 | -2/+2 |
|
|
* | python3 compatibility. Exceptions might have more arguments. | mbyt | 2016-10-19 | 1 | -1/+1 |
|
|
* | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -1/+1 |
|
|
* | Fix re-raising exception so the syntax will work for both python3 and python2. | Bill | 2016-05-14 | 1 | -2/+7 |
|
|
* | fixes for print()'s for win32 | William Deegan | 2016-05-13 | 1 | -1/+5 |
|
|
* | Commit resolved conflicting merge. | Russel Winder | 2016-01-14 | 1 | -7/+12 |
|\ |
|
| * | - fixed internal debugging of Taskmaster | Dirk Baechle | 2016-01-01 | 1 | -4/+4 |
|
|
* | | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -7/+7 |
|\ \
| |/ |
|
| * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -6/+6 |
|
|
| * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -1/+1 |
|
|
* | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -5/+5 |
|
|
* | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -10/+27 |
|\ \
| |/ |
|
| * | Added release_target_info() to File nodes, reduces memory consumption. | Dirk Baechle | 2013-12-19 | 1 | -10/+27 |
|
|
* | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -14/+15 |
|
|
* | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 1 | -7/+3 |
|
|
* | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -22/+22 |
|/ |
|
* | - fixed issue #2720, applied final patch (v3) by Alexey Klimkin | Dirk Baechle | 2012-01-10 | 1 | -12/+19 |
|
|
* | New debug option --debug=prepare to watch targets being prepared | Gary Oberbrunner | 2011-03-01 | 1 | -0/+8 |
|
|
* | Update deprecated features to the next life-cycle stage | Greg Noel | 2010-05-21 | 1 | -2/+3 |
|
|
* | Convert old-style classes in Taskmaster.py to new-style classes. | Steven Knight | 2010-05-15 | 1 | -3/+3 |
|
|
* | Fix regression tests (imports not happening as expected) | Greg Noel | 2010-04-25 | 1 | -1/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -21/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -2/+1 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
* | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -13/+13 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -2/+2 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -4/+4 |
|
|
* | Merged revisions 4645,4647-4651,4654-4656 via svnmerge from | Steven Knight | 2010-02-05 | 1 | -2/+4 |
|
|
* | Issue 2372: evaluate a Node's order-only prerequisites before the sources | Steven Knight | 2009-03-11 | 1 | -1/+1 |
|
|
* | Move the set_state(EXECUTED) call associated with pulling things | Steven Knight | 2009-02-22 | 1 | -1/+9 |
|
|
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -7/+11 |
|
|
* | Issue 2231: Add a --warn=future-deprecated option, along with | Steven Knight | 2008-12-11 | 1 | -0/+4 |
|
|
* | Create Taskmaster.{Always,OutOfDate}Task subclasses of Taskmaster.Task | Steven Knight | 2008-12-08 | 1 | -9/+32 |
|
|