| Commit message (Expand) | Author | Age | Files | Lines |
* | py2/3 must_match mode=r | William Deegan | 2017-03-19 | 1 | -14/+14 |
|
|
* | py2/3 wb/rb changed | William Deegan | 2017-03-16 | 1 | -3/+3 |
|
|
* | py2/3 fix unnecessary binary reads. pep8 format the file while we're out at | William Deegan | 2017-03-19 | 1 | -9/+10 |
|
|
* | Merged in bdbaddog/scons (pull request #419) | William Deegan | 2017-03-19 | 5 | -68/+72 |
|\ |
|
| * | Allow whitespace after include file name in regex. This resolves issue runni... | William Deegan | 2017-03-19 | 1 | -5/+4 |
|
|
| * | 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 |
|
|
| * | fix py2/3 mode=r and/rb, and remove native line ending translation. fixes win32 | William Deegan | 2017-03-14 | 2 | -17/+17 |
|
|
| * | 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 |
|/ |
|
* | 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 |
|
|
* | py2/3 remove code to handle dblite changing sconsigfile name | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | added TestSCons.unlink_sconsignfile(name) method to append .p3 to expected fi... | William Deegan | 2017-03-13 | 1 | -1/+1 |
|
|
* | py2/3 mode=r on test.read() | William Deegan | 2017-03-13 | 1 | -2/+2 |
|
|
* | Fix name shadowing trap brought to light by py3s changes in module import see... | William Deegan | 2017-03-13 | 1 | -8/+12 |
|
|
* | fix mistaken head close | William Deegan | 2017-03-13 | 6 | -36/+36 |
|\ |
|
| * | fix mistaken head close | William Deegan | 2017-03-13 | 73 | -390/+420 |
| |\ |
|
| | * | py2/3 fix rb/wb, switch to must_match and mode='r' | William Deegan | 2017-03-13 | 1 | -6/+6 |
|
|
| * | | 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 | 5 | -9/+9 |
|\ \ \ |
|
| * | | | Remove 'U' flag to open() which is deprecated. | Craig Rodrigues | 2017-03-11 | 5 | -9/+9 |
|
|
* | | | | Merged in rodrigc/scons (pull request #410) | William Deegan | 2017-03-13 | 2 | -2/+2 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | When iterating over dict.items(), we do not need a new list. | Craig Rodrigues | 2017-03-12 | 2 | -2/+2 |
| |/ / |
|
* | | | 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 misse... | William Deegan | 2017-03-13 | 4 | -20/+23 |
|
|
* | | | 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 |
|
|