summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixed print()'sWilliam Deegan2016-05-091-9/+9
| |
| * Fixed print()'sWilliam Deegan2016-05-091-3/+3
| |
| * Fixed print()'sWilliam Deegan2016-05-091-1/+1
| |
| * Fix typo in comment.William Deegan2016-05-091-1/+1
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-5/+5
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-2/+2
| |
| * Fixed embedded SConscript/SConstruct's usage of print. Had no parens.William Deegan2016-05-091-16/+16
| |
| * Fixed usage of linknames which needed to be defined outside of the two ↵William Deegan2016-05-091-1/+4
| | | | | | | | methods which share it's value and wasn't. Curious this only fails in python2.7 when __future__ is imported..
| * Fix missing right parent in print () function in generated SConstruct.William Deegan2016-05-091-1/+2
| |
| * Add from future import print_function to fix broken tests under python2.7William Deegan2016-05-091-1/+6
| |
| * py2/3 compatibility changes.William Deegan2016-05-091-4/+18
| |
| * Guard checking for subprocess.mswindows by checking if on win32 platformWilliam Deegan2016-05-091-2/+2
| |
| * mergedWilliam Deegan2016-05-08463-8884/+11646
| |\
| | * Commit resolved conflicted merge.Russel Winder2016-04-1058-216/+494
| | |\
| | * \ Resolved conflicting merge.Russel Winder2016-03-0116-45/+191
| | |\ \
| | * | | Remove all the six stuff.Russel Winder2016-02-0210-730/+17
| | | | |
| | * | | Commit merge from default.Russel Winder2016-02-025-1/+76
| | |\ \ \
| | * | | | Remove dummy file.Russel Winder2016-01-251-0/+0
| | | | | |
| | * | | | Add a dummy file to trigger a Codeship build.Russel Winder2016-01-251-0/+0
| | | | | |
| | * | | | Add a Shippable build file.Russel Winder2016-01-251-0/+7
| | | | | |
| | * | | | Resolving a batch of failing tests for python 2.7.William Blevins2016-01-2427-104/+101
| | | | | | | | | | | | | | | | | | | | | | | | Note: please evaluate python 3.X compliance.
| | * | | | Merge in default.Russel Winder2016-01-1914-15/+66
| | |\ \ \ \
| | * \ \ \ \ Merge default.Russel Winder2016-01-181-1/+1
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge in from default.Russel Winder2016-01-155-10/+31
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Commit resolved conflicting merge.Russel Winder2016-01-143-8/+31
| | |\ \ \ \ \ \ \
| | * | | | | | | | Output changed so changed expected results.Russel Winder2016-01-101-21/+21
| | | | | | | | | |
| | * | | | | | | | Amend the message.Russel Winder2016-01-101-1/+1
| | | | | | | | | |
| | * | | | | | | | Refactor of test, but it still fails due to missing output from SCons.Russel Winder2016-01-101-16/+21
| | | | | | | | | |
| | * | | | | | | | Remove spurious space causing test fail.Russel Winder2016-01-101-1/+1
| | | | | | | | | |
| | * | | | | | | | Remove relative import.Russel Winder2016-01-101-1/+1
| | | | | | | | | |
| | * | | | | | | | Some more statement to function transforms.Russel Winder2016-01-017-13/+13
| | | | | | | | | |
| | * | | | | | | | Some more statement to function transforms.Russel Winder2016-01-0123-134/+134
| | | | | | | | | |
| | * | | | | | | | Some more print statements to functions.Russel Winder2016-01-0122-85/+85
| | | | | | | | | |
| | * | | | | | | | Some more print statements to functions.Russel Winder2016-01-0112-37/+40
| | | | | | | | | |
| | * | | | | | | | Amend some missed print functions.Russel Winder2016-01-011-4/+5
| | | | | | | | | |
| | * | | | | | | | Run futurize --stage1.Russel Winder2016-01-0121-478/+509
| | | | | | | | | |
| | * | | | | | | | Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-24320-7443/+10280
| | |\ \ \ \ \ \ \ \
| * | | | | | | | | | remove extra parens causing syntax errorWilliam Deegan2015-02-261-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-23232-2469/+5901
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hand-updated a few things to keep them python3-safe, and handled several merge conflicts.
| * | | | | | | | | | Added six module as SCons.compat.six, for python3 port.Gary Oberbrunner2014-04-2016-81/+760
| | | | | | | | | | |
| * | | | | | | | | | Added change log for python3 portGary Oberbrunner2014-04-061-0/+3
| | | | | | | | | | |
| * | | | | | | | | | Main: No __future__.print_function (would affect exec()'d code).Stefan Zimmermann2014-04-011-4/+6
| | | | | | | | | | |
| * | | | | | | | | | test: site_scons/site_init: list() globals keys for looping to allow changes.Stefan Zimmermann2014-04-011-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Main: Use exec() with compile().Stefan Zimmermann2014-04-011-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Tool.gs: Changed relative pdf import to absolute.Stefan Zimmermann2014-03-311-1/+1
| | | | | | | | | | |
| * | | | | | | | | | engine.SCons: More bytes/str fixes.Stefan Zimmermann2014-03-313-3/+3
| | | | | | | | | | |
| * | | | | | | | | | SConstruct: More bytes/str fixes.Stefan Zimmermann2014-03-311-2/+3
| | | | | | | | | | |
| * | | | | | | | | | Additional ()s for print.Stefan Zimmermann2014-03-311-1/+1
| | | | | | | | | | |
| * | | | | | | | | | Merged with [default]Stefan Zimmermann2014-03-31643-1412/+19319
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix some minor 2to3 issues on windowsRocco Matano2014-03-073-13/+16
| | | | | | | | | | | |