summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | try using win32 native CopyFileWilliam Deegan2017-01-151-0/+31
| | | |
| * | | incremental checkinWilliam Deegan2017-03-171-45/+41
| | | |
| * | | scanner.py works for win32 py27, but fails py3William Deegan2017-03-141-4/+12
| | | |
| * | | move comment for method to docstringWilliam Deegan2017-03-141-3/+5
| | | |
| * | | fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32William Deegan2017-03-143-18/+18
| | | |
| * | | fix py2/3 win32 use SCons.Util.UnicodeType to replace uWilliam Deegan2017-03-141-1/+1
| | | |
| * | | fix py2/3 win32 must_match needed mode='r'William Deegan2017-03-141-1/+1
| | | |
| * | | fix py2/3 win32William Deegan2017-03-141-6/+7
| | | |
| * | | try mode='w' to see if this makes source file for msvc the proper formatWilliam Deegan2017-03-141-9/+9
| | | |
* | | | Fix bytes issues to fix test on Python 3.Craig Rodrigues2017-03-141-1/+3
| | | |
* | | | Use mode='r' to fix tests on Python 3.Craig Rodrigues2017-03-141-6/+6
| | | |
* | | | Replace string.uppercase with string.ascii_uppercase to fix test on Python 3.Craig Rodrigues2017-03-141-3/+3
| | | |
* | | | Use mode='r' to fix errors on Python 3Craig Rodrigues2017-03-141-4/+4
| | | |
* | | | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-3/+3
| | | |
* | | | Use mode='r' to fix test on Python 3Craig Rodrigues2017-03-141-1/+1
| | | |
* | | | Use byte string to fix test on Python 3Craig Rodrigues2017-03-141-1/+1
| | | |
* | | | Use byte strings to fix test on Python 3.Craig Rodrigues2017-03-141-3/+3
| | | |
* | | | Use byte strings to fix test on Python 3.Craig Rodrigues2017-03-142-6/+6
| |/ / |/| |
* | | Merged in bdbaddog/scons (pull request #417)William Deegan2017-03-1414-48/+48
|\ \ \ | |/ / | | | | | | More py2/py3 fixes.
| * | py2/3 add mode=r to must_match to fix win32 py27,py3William Deegan2017-03-148-40/+40
| | |
| * | py2/3 add mode='r' to must_match. Should fix some win32 failuresWilliam Deegan2017-03-146-8/+8
| | |
* | | kick buildbotWilliam Deegan2017-03-131-0/+1
|/ /
* | remove adding .p3 suffix to dblite files for py3. TODO: make sure this ↵William Deegan2017-03-131-2/+5
| | | | | | | | doesn't cause weirdness
* | py2/3 remove code to handle dblite changing sconsigfile nameWilliam Deegan2017-03-131-1/+1
| |
* | remove py3 checking codeWilliam Deegan2017-03-131-7/+1
| |
* | added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected ↵William Deegan2017-03-132-1/+16
| | | | | | | | file name on py3. about 10 tests need to be changed to use this
* | py2/3 mode=r on test.read()William Deegan2017-03-131-2/+2
| |
* | added and commented out some debug code which is useful for working on test ↵William Deegan2017-03-131-0/+4
| | | | | | | | failures
* | merge headsWilliam Deegan2017-03-132-2/+2
|\ \
| * | output from try run comes from get_content() which is bytes. So use ↵William Deegan2017-03-131-1/+1
| | | | | | | | | | | | SCons.Util.to_str to convert to string on py3
| * | read logfile in non-binary modeWilliam Deegan2017-03-131-1/+1
| | |
* | | py2/3 remove wb from created taskmaster trace fileWilliam Deegan2017-03-131-1/+1
| | |
* | | remove wb mode from creation of taskmaster trace file. Was breaking tests, ↵William Deegan2017-03-131-1/+1
|/ / | | | | | | and no reason to have such file be binary
* | Fix name shadowing trap brought to light by py3s changes in module import ↵William Deegan2017-03-131-8/+12
| | | | | | | | see: http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap
* | fix mistaken head closeWilliam Deegan2017-03-137-37/+37
|\ \
| * \ fix mistaken head closeWilliam Deegan2017-03-1375-394/+425
| |\ \
| | * | py2/3 fix rb/wb, switch to must_match and mode='r'William Deegan2017-03-131-6/+6
| | | |
| | * | fix unicode usage for --debug=tree py2/3William Deegan2017-03-131-1/+1
| | | |
| * | | close headWilliam Deegan2017-03-130-0/+0
| | | |
| * | | Fix some bytes/str issues to fix py2/3.Craig Rodrigues2017-03-1215-49/+49
| | | |
* | | | Merged in rodrigc/scons (pull request #409)William Deegan2017-03-1311-19/+19
|\ \ \ \ | | | | | | | | | | | | | | | Remove 'U' flag to open()
| * | | | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-2/+2
| | | | |
| * | | | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-1111-17/+17
| | | | |
* | | | | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-1340-79/+79
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | When iterating over dict.items(), we do not need a new list.
| * | | | | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-1240-80/+80
| |/ / / /
* | | | | Merged in russel/scons (pull request #411)William Deegan2017-03-132-11/+13
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | Change the search order for D compilers.
| * | | | Update the changes file for the change of default D tool ordering.Russel Winder2017-03-131-1/+4
| | | | |
| * | | | Change the search order for D compilers.Russel Winder2017-03-121-10/+9
| |/ / /
* | | | py2/3 byte fixesWilliam Deegan2017-03-1325-150/+141
| | | |
* | | | Fix byte issues, module import issue remainsWilliam Deegan2017-03-131-6/+6
| | | |