| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | py2/3 mode=r and swap to use must_match | William Deegan | 2017-03-12 | 2 | -6/+7 | |
| | | | | ||||||
| * | | | 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 | |
| | | | | ||||||
| * | | | py2/3 fixes. mostly mode=r on must_match. Also skip the symlink test on ↵ | William Deegan | 2017-03-12 | 9 | -42/+49 | |
| | | | | | | | | | | | | | windows because os.symlink exists on py3 (didn't in py2), but requires permissions to work on windows which aren't default | |||||
| * | | | Add mode=r (default rb) in test.must_match() py2/3 | William Deegan | 2017-03-12 | 1 | -5/+5 | |
| | | | | ||||||
| * | | | set mode=r and not rb. py2/3 | William Deegan | 2017-03-12 | 1 | -7/+6 | |
| | | | | ||||||
| * | | | set mode=r and not rb. py2/3 | William Deegan | 2017-03-12 | 1 | -4/+7 | |
| | | | | ||||||
| * | | | set mode=r and not rb for must_match. py2/3 | William Deegan | 2017-03-12 | 1 | -4/+5 | |
| | |/ |/| | ||||||
| * | | Merged in rodrigc/scons (pull request #408) | William Deegan | 2017-03-12 | 7 | -7/+7 | |
| |\ \ | | | | | | | | | | Remove 'b' from open, not needed py2/3 | |||||
| | * | | Remove 'b' from open, not needed py2/3 | Craig Rodrigues | 2017-03-11 | 7 | -7/+7 | |
| | |/ | ||||||
| * | | Use print() function. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 8 | -27/+36 | |
| |/ | ||||||
| * | Merged in rodrigc/scons (pull request #405) | William Deegan | 2017-03-12 | 1 | -1/+1 | |
| |\ | | | | | | | Use proper syntax for octal numeric literal. | |||||
| | * | Use proper syntax for octal numeric literal. Fixes py2/3 | Craig Rodrigues | 2017-03-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | Replace list(filter()) with list comprehension. | Craig Rodrigues | 2017-03-11 | 3 | -3/+3 | |
| |/ | ||||||
| * | update repo | William Deegan | 2017-03-11 | 9 | -31/+47 | |
| |\ | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -1/+2 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -2/+6 | |
| | | | ||||||
| | * | Use syntax for octal integers as specified in PEP 3127 | Craig Rodrigues | 2017-03-10 | 1 | -12/+12 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -7/+9 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -2/+4 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -1/+3 | |
| | | | ||||||
| | * | Use print() function to fix py2/3 | Craig Rodrigues | 2017-03-10 | 1 | -4/+5 | |
| | | | ||||||
| * | | init DefaultEnvironment with no tools to speed up py2/3 | William Deegan | 2017-03-11 | 1 | -0/+1 | |
| | | | ||||||
| * | | Fix except syntax, replacing comma with as | William Deegan | 2017-03-11 | 1 | -8/+8 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 2 | -4/+4 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. | William Deegan | 2017-03-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3. Also remove unneeded test ↵ | William Deegan | 2017-03-11 | 1 | -4/+0 | |
| | | | | | | | | | for having latex on test system | |||||
| * | | remove rb/wb from file opens, not needed py2/3. Also remove unneeded test ↵ | William Deegan | 2017-03-11 | 1 | -9/+9 | |
| | | | | | | | | | for having latex on test system | |||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -6/+6 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 4 | -15/+15 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -3/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -8/+8 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -2/+2 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -7/+9 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -2/+3 | |
| | | | ||||||
| * | | remove rb/wb from file opens, not needed py2/3 | William Deegan | 2017-03-11 | 1 | -4/+4 | |
| |/ | ||||||
