Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | try using win32 native CopyFile | William Deegan | 2017-01-15 | 1 | -0/+31 | |
| | | | | ||||||
| * | | | incremental checkin | William Deegan | 2017-03-17 | 1 | -45/+41 | |
| | | | | ||||||
| * | | | scanner.py works for win32 py27, but fails py3 | William Deegan | 2017-03-14 | 1 | -4/+12 | |
| | | | | ||||||
| * | | | move comment for method to docstring | William Deegan | 2017-03-14 | 1 | -3/+5 | |
| | | | | ||||||
| * | | | fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32 | William Deegan | 2017-03-14 | 3 | -18/+18 | |
| | | | | ||||||
| * | | | fix py2/3 win32 use SCons.Util.UnicodeType to replace u | William Deegan | 2017-03-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix py2/3 win32 must_match needed mode='r' | William Deegan | 2017-03-14 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | fix py2/3 win32 | William Deegan | 2017-03-14 | 1 | -6/+7 | |
| | | | | ||||||
| * | | | try mode='w' to see if this makes source file for msvc the proper format | William Deegan | 2017-03-14 | 1 | -9/+9 | |
| | | | | ||||||
* | | | | Fix bytes issues to fix test on Python 3. | Craig Rodrigues | 2017-03-14 | 1 | -1/+3 | |
| | | | | ||||||
* | | | | Use mode='r' to fix tests on Python 3. | Craig Rodrigues | 2017-03-14 | 1 | -6/+6 | |
| | | | | ||||||
* | | | | Replace string.uppercase with string.ascii_uppercase to fix test on Python 3. | Craig Rodrigues | 2017-03-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Use mode='r' to fix errors on Python 3 | Craig Rodrigues | 2017-03-14 | 1 | -4/+4 | |
| | | | | ||||||
* | | | | Use byte string to fix test on Python 3 | Craig Rodrigues | 2017-03-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Use mode='r' to fix test on Python 3 | Craig Rodrigues | 2017-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use byte string to fix test on Python 3 | Craig Rodrigues | 2017-03-14 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Use byte strings to fix test on Python 3. | Craig Rodrigues | 2017-03-14 | 1 | -3/+3 | |
| | | | | ||||||
* | | | | Use byte strings to fix test on Python 3. | Craig Rodrigues | 2017-03-14 | 2 | -6/+6 | |
| |/ / |/| | | ||||||
* | | | Merged in bdbaddog/scons (pull request #417) | William Deegan | 2017-03-14 | 14 | -48/+48 | |
|\ \ \ | |/ / | | | | | | | More py2/py3 fixes. | |||||
| * | | py2/3 add mode=r to must_match to fix win32 py27,py3 | William Deegan | 2017-03-14 | 8 | -40/+40 | |
| | | | ||||||
| * | | py2/3 add mode='r' to must_match. Should fix some win32 failures | William Deegan | 2017-03-14 | 6 | -8/+8 | |
| | | | ||||||
* | | | kick buildbot | William Deegan | 2017-03-13 | 1 | -0/+1 | |
|/ / | ||||||
* | | remove adding .p3 suffix to dblite files for py3. TODO: make sure this ↵ | William Deegan | 2017-03-13 | 1 | -2/+5 | |
| | | | | | | | | doesn't cause weirdness | |||||
* | | py2/3 remove code to handle dblite changing sconsigfile name | William Deegan | 2017-03-13 | 1 | -1/+1 | |
| | | ||||||
* | | remove py3 checking code | William Deegan | 2017-03-13 | 1 | -7/+1 | |
| | | ||||||
* | | added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected ↵ | William Deegan | 2017-03-13 | 2 | -1/+16 | |
| | | | | | | | | file name on py3. about 10 tests need to be changed to use this | |||||
* | | py2/3 mode=r on test.read() | William Deegan | 2017-03-13 | 1 | -2/+2 | |
| | | ||||||
* | | added and commented out some debug code which is useful for working on test ↵ | William Deegan | 2017-03-13 | 1 | -0/+4 | |
| | | | | | | | | failures | |||||
* | | merge heads | William Deegan | 2017-03-13 | 2 | -2/+2 | |
|\ \ | ||||||
| * | | output from try run comes from get_content() which is bytes. So use ↵ | William Deegan | 2017-03-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | SCons.Util.to_str to convert to string on py3 | |||||
| * | | read logfile in non-binary mode | William Deegan | 2017-03-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | py2/3 remove wb from created taskmaster trace file | William Deegan | 2017-03-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | remove wb mode from creation of taskmaster trace file. Was breaking tests, ↵ | William Deegan | 2017-03-13 | 1 | -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 Deegan | 2017-03-13 | 1 | -8/+12 | |
| | | | | | | | | see: http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap | |||||
* | | fix mistaken head close | William Deegan | 2017-03-13 | 7 | -37/+37 | |
|\ \ | ||||||
| * \ | fix mistaken head close | William Deegan | 2017-03-13 | 75 | -394/+425 | |
| |\ \ | ||||||
| | * | | py2/3 fix rb/wb, switch to must_match and mode='r' | William Deegan | 2017-03-13 | 1 | -6/+6 | |
| | | | | ||||||
| | * | | fix unicode usage for --debug=tree py2/3 | William Deegan | 2017-03-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | close head | William Deegan | 2017-03-13 | 0 | -0/+0 | |
| | | | | ||||||
| * | | | Fix some bytes/str issues to fix py2/3. | Craig Rodrigues | 2017-03-12 | 15 | -49/+49 | |
| | | | | ||||||
* | | | | Merged in rodrigc/scons (pull request #409) | William Deegan | 2017-03-13 | 11 | -19/+19 | |
|\ \ \ \ | | | | | | | | | | | | | | | | Remove 'U' flag to open() | |||||
| * | | | | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 11 | -17/+17 | |
| | | | | | ||||||
* | | | | | Merged in rodrigc/scons (pull request #410) | William Deegan | 2017-03-13 | 40 | -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 Rodrigues | 2017-03-12 | 40 | -80/+80 | |
| |/ / / / | ||||||
* | | | | | Merged in russel/scons (pull request #411) | William Deegan | 2017-03-13 | 2 | -11/+13 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | Change the search order for D compilers. | |||||
| * | | | | Update the changes file for the change of default D tool ordering. | Russel Winder | 2017-03-13 | 1 | -1/+4 | |
| | | | | | ||||||
| * | | | | Change the search order for D compilers. | Russel Winder | 2017-03-12 | 1 | -10/+9 | |
| |/ / / | ||||||
* | | | | py2/3 byte fixes | William Deegan | 2017-03-13 | 25 | -150/+141 | |
| | | | | ||||||
* | | | | Fix byte issues, module import issue remains | William Deegan | 2017-03-13 | 1 | -6/+6 | |
| | | | |