Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | fix must_match mode='r' | William Deegan | 2017-03-13 | 4 | -12/+12 |
| | | | |||||
* | | | fix py2/3 issues mostly rb/wb mode='r' fixes | William Deegan | 2017-03-13 | 3 | -8/+11 |
| | | | |||||
* | | | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 1 | -10/+10 |
| | | | |||||
* | | | merged | William Deegan | 2017-03-13 | 4 | -15/+15 |
|\ \ \ | |||||
| * | | | py2/3 must_match mode='r' changes | William Deegan | 2017-03-13 | 4 | -15/+15 |
| | | | | |||||
* | | | | remove mode b's py2/3 | William Deegan | 2017-03-13 | 1 | -4/+4 |
|/ / / | |||||
* | | | removed b from file open py2/3 | William Deegan | 2017-03-13 | 1 | -1/+1 |
| | | | |||||
* | | | copied old wrapper logic from java tests. | William Deegan | 2017-03-13 | 1 | -0/+7 |
| | | | |||||
* | | | swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap ↵ | William Deegan | 2017-03-13 | 4 | -20/+23 |
| | | | | | | | | | | | | missed that java tests wrapper was different. Also mode rb/wb changes, and switch to must_match with mode='r' | ||||
* | | | get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -4/+4 |
| | | | |||||
* | | | get rid of rb/wb | William Deegan | 2017-03-12 | 2 | -14/+14 |
| | | | |||||
* | | | get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -3/+3 |
| | | | |||||
* | | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -3/+3 |
| | | | |||||
* | | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -2/+0 |
| | | | |||||
* | | | switch to use must_match, mode=r, and get rid of rb/wb | William Deegan | 2017-03-12 | 1 | -4/+6 |
| | | | |||||
* | | | py2/3 mode=r and swap to use must_match | William Deegan | 2017-03-12 | 2 | -6/+7 |
| | | | |||||
* | | | no unicode in py3, u() works in py2 | William Deegan | 2017-03-12 | 1 | -1/+2 |
| | | | |||||
* | | | no more cmp in py3, define a compare function and use it. Also specify ↵ | William Deegan | 2017-03-12 | 1 | -1/+14 |
| | | | | | | | | | | | | DefaultEnvironment(tools=[]) to speed up the test slightly | ||||
* | | | py2/3 fix mode=r for must_match to fix win32 | William Deegan | 2017-03-12 | 1 | -10/+10 |
| | | | |||||
* | | | fix rb/wb py2/3 | William Deegan | 2017-03-12 | 1 | -6/+6 |
| | | | |||||
* | | | py2/3 fix mode=r for must_match to fix win32 | William Deegan | 2017-03-12 | 2 | -4/+6 |
| | | | |||||
* | | | py2/3 fix mostly adding mode='r' to must_match | William Deegan | 2017-03-12 | 8 | -40/+40 |
| | | |