| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fixed difference in types MethodType argument list between 2/3 which allowed ... | William Blevins | 2016-09-21 | 1 | -4/+12 |
|
|
| * | Updating to_str and to_bytes between QMTest and SCons.Util. | William Blevins | 2016-09-21 | 1 | -5/+3 |
|
|
| * | Futurize stage 2 2to3 fixes only. | William Blevins | 2016-09-20 | 1 | -3/+3 |
|
|
| * | Fix unicode type code to handle py2/3 | William Deegan | 2016-05-19 | 1 | -4/+8 |
|
|
| * | py2/3 compatibility changes. | William Deegan | 2016-05-09 | 1 | -4/+18 |
|
|
| * | Remove all the six stuff. | Russel Winder | 2016-02-02 | 1 | -16/+8 |
|
|
| * | Post merge commit for safety. Building Fortran code works, but tests fail. | Russel Winder | 2015-12-24 | 1 | -48/+79 |
| |\ |
|
| | * | - fixed initialization of Util.WinError for Windows | Dirk Baechle | 2015-12-16 | 1 | -5/+4 |
|
|
| | * | - fixed render_tree default argument for "visited" as well | Dirk Baechle | 2015-12-14 | 1 | -1/+5 |
|
|
| | * | removed several pre-2.7 methods and imports, including some basic refactorings | Dirk Baechle | 2015-12-10 | 1 | -44/+72 |
|
|
| | * | - 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 | -16/+16 |
|
|
| * | | Some more six.PY2/PY3 usage. | Stefan Zimmermann | 2014-01-08 | 1 | -7/+4 |
|
|
| * | | More __cmp__ to __eq__ (and __lt__). Resolved some UnboundLocalErrors after e... | Stefan Zimmermann | 2014-03-31 | 1 | -3/+3 |
|
|
| * | | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes). | Stefan Zimmermann | 2014-03-31 | 1 | -17/+44 |
|
|
| * | | minor cleanup | ndbecker2 | 2013-09-09 | 1 | -1/+1 |
|
|
| * | | Manual python3 post-2to3 fixes from Neal Becker | Gary Oberbrunner | 2013-09-22 | 1 | -4/+15 |
|
|
| * | | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion. | Gary Oberbrunner | 2013-09-22 | 1 | -19/+20 |
| |/ |
|
| * | better fix for issue 2821 -- avoid direct copies of the BuilderDict as it is ... | edA-qa mort-ora-y | 2012-05-06 | 1 | -7/+7 |
|
|
| * | Fix for #2690: handle null __semi_deepcopy. | Gary Oberbrunner | 2010-11-20 | 1 | -1/+1 |
|
|
| * | Issue 2390: Support appending to $*FLAGS values (CLVar instances) in a | Steven Knight | 2010-06-15 | 1 | -11/+7 |
|
|
| * | For some reason, using the `imp` module to do imports doesn't do quite the | Greg Noel | 2010-06-07 | 1 | -17/+10 |
|
|
| * | Apply changes caught by fixer plus trivial optimizations | Greg Noel | 2010-05-20 | 1 | -3/+2 |
|
|
| * | Fix breakage in how AddMethod() handles instances. | Steven Knight | 2010-05-19 | 1 | -1/+1 |
|
|
| * | Convert SubstitutionEnvironment from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 1 | -8/+6 |
|
|
| * | Convert Util.Proxy from an old-style class to a new-style class. | Steven Knight | 2010-05-19 | 1 | -7/+33 |
|
|
| * | Convert (most) old-style classes in Util.py to new-style classes. Refactor a... | Steven Knight | 2010-05-17 | 1 | -18/+12 |
|
|
| * | Add compat support for renaming '_winreg' as 'winreg' in Python 3.x. | Greg Noel | 2010-04-25 | 1 | -7/+7 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 1 | -268/+125 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2317 | Greg Noel | 2010-04-23 | 1 | -2/+2 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-21 | 1 | -1/+1 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-20 | 1 | -1/+1 |
|
|
| * | Remove uses of the "new" module, replacing use of its functions with | Steven Knight | 2010-04-19 | 1 | -10/+6 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-15 | 1 | -1/+1 |
|
|
| * | Issue 2336: Forward compatibility for use of the "builtins" module | Steven Knight | 2010-04-12 | 1 | -2/+4 |
|
|
| * | Issue 2334: Use compatibility versions of collections.User{Dict,List,String} | Steven Knight | 2010-04-07 | 1 | -3/+1 |
|
|
| * | Issue 2332: Convert from using StringIO.StringIO class to using the | Steven Knight | 2010-04-07 | 1 | -14/+15 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-03-29 | 1 | -10/+2 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 1 | -15/+16 |
|
|
| * | http://scons.tigris.org/issues/show_bug.cgi?id=2341 | Greg Noel | 2010-03-25 | 1 | -1/+1 |
|
|
| * | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 1 | -48/+42 |
|
|
| * | BUG: fix regression failure after is_win64 fix. | David Cournapeau | 2009-09-09 | 1 | -0/+3 |
|
|
| * | In addition to changed merged below, commented out for platform os2 use of ms... | William Deegan | 2009-07-21 | 1 | -11/+11 |
|
|
| * | Issue 2415: Tolerate unicode strings when using intern() | Ludwig Hähne | 2009-05-17 | 1 | -0/+21 |
|
|
| * | Issue 2401: Fix usage of comparison with None, patch from Jared Grubb | Greg Noel | 2009-05-03 | 1 | -1/+1 |
|
|
| * | Merged revisions 3088-3319,3321-3322,3324-3349,3351-3481,3483-3484,3486-3520,... | Steven Knight | 2009-02-21 | 1 | -1/+23 |
|
|
| * | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+6 |
|
|
| * | 2to3 sez, "rewrite map() as loop" | Greg Noel | 2009-02-08 | 1 | -4/+4 |
|
|
| * | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -17/+30 |
|
|
| * | Simplify how NodeLists expand callable methods by making the NodeList | Steven Knight | 2009-01-04 | 1 | -23/+13 |
|
|