| Commit message (Expand) | Author | Age | Files | Lines |
| * | s/get_bool_envvar/get_os_env_bool/ | Paweł Tomulik | 2018-11-13 | 1 | -7/+44 |
|
|
| * | corrections after bdbaddog's code review | Paweł Tomulik | 2018-11-10 | 1 | -0/+58 |
|
|
| * | Fix GH Issue #3225 Flatten() doesn't handle dictionary views produces by py3 ... | William Deegan | 2018-10-17 | 1 | -2/+2 |
|
|
| * | Add testcase to demonstrate specifying dict.values() on py3 fails. as it retu... | William Deegan | 2018-10-17 | 1 | -0/+6 |
|
|
| * | PEP8 | William Deegan | 2018-10-17 | 1 | -80/+106 |
|
|
| * | Quiet UtilTest ResourceWarning | Mats Wichmann | 2018-07-24 | 1 | -2/+4 |
|
|
| * | Replace usage of unittest.TestSuite with unittest.main() | Hao Wu | 2018-07-12 | 1 | -1/+0 |
|
|
| * | Add test for py2 to_Bytes properly handling unicode string and converting it ... | William Deegan | 2018-06-23 | 1 | -11/+10 |
|
|
| * | Prevent TypeError with None in error message | Gary Oberbrunner | 2018-01-16 | 1 | -0/+4 |
|
|
| * | Fix UtilTests to use different IO buffering for py2/3 | Gaurav Juvekar | 2017-05-10 | 1 | -7/+12 |
|
|
| * | remove using unicode and just prefix the string with u | William Deegan | 2017-02-26 | 1 | -3/+7 |
|
|
| * | Remove all the six stuff. | Russel Winder | 2016-02-02 | 1 | -1/+0 |
|
|
| * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -24/+74 |
| |\ |
|
| | * | - fixed render_tree default argument for "visited" as well | Dirk Baechle | 2015-12-14 | 1 | -7/+45 |
|
|
| | * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -15/+28 |
|
|
| | * | - switching Node class and NodeInfo/Binfo to using slots | Dirk Baechle | 2015-02-26 | 1 | -1/+2 |
|
|
| * | | Added six module as SCons.compat.six, for python3 port. | Gary Oberbrunner | 2014-04-20 | 1 | -3/+3 |
|
|
| * | | Merged with [default] | Stefan Zimmermann | 2014-03-31 | 1 | -2/+2 |
| |\ \
| |/ |
|
| | * | Switch unit tests to configurable runner | anatoly techtonik | 2014-03-21 | 1 | -2/+2 |
|
|
| * | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -8/+9 |
|
|
| * | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -14/+14 |
| |/ |
|
| * | Python 2.7 fixes in four tests. | Steven Knight | 2010-08-27 | 1 | -2/+7 |
|
|
| * | For some reason, using the `imp` module to do imports doesn't do quite the | Greg Noel | 2010-06-07 | 1 | -0/+1 |
|
|
| * | Convert old-style utility classes in unit test files (*Tests.py) | Steven Knight | 2010-05-12 | 1 | -6/+6 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-26 | 1 | -32/+20 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -9/+8 |
|
|
| * | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -6/+8 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -9/+12 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -19/+18 |
|
|
| * | fix minor unicode issue in UtilTests | Ludwig Hähne | 2009-05-30 | 1 | -1/+3 |
|
|
| * | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 1 | -0/+8 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -2/+2 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | Simplify how NodeLists expand callable methods by making the NodeList | Steven Knight | 2009-01-04 | 1 | -24/+50 |
|
|
| * | Fix issue #2091 by adding new delete_existing flags to Util.{Ap,Pre}pendPath ... | Gary Oberbrunner | 2008-09-18 | 1 | -0/+16 |
|
|
| * | Merged revisions 2647-2719 via svnmerge from | Steven Knight | 2008-03-31 | 1 | -38/+23 |
|
|
| * | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -0/+28 |
|
|
| * | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -2/+40 |
|
|
| * | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -2/+6 |
|
|
| * | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -2/+4 |
|
|
| * | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -0/+11 |
|
|
| * | Add a NoClean() function. (Steven Johnson) | Steven Knight | 2006-02-13 | 1 | -2/+4 |
|
|
| * | Give the subst logic its own SCons.Subst module. It's big enough. | Steven Knight | 2005-09-19 | 1 | -1066/+3 |
|
|
| * | test | Steven Knight | 2005-09-08 | 1 | -1/+18 |
|
|
| * | Handle IOError exceptions when pushing files to CacheDir (and elsewhere). | Steven Knight | 2005-08-20 | 1 | -33/+0 |
|
|
| * | Handle files with white space when in temporary files. (Stanislav Baranov) | Steven Knight | 2005-08-20 | 1 | -0/+6 |
|
|
| * | Win32 portability fixes. | Steven Knight | 2005-01-03 | 1 | -4/+10 |
|
|
| * | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+22 |
|
|