summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-1111-12/+12
* update repoWilliam Deegan2017-03-1124-139/+164
|\
| * Merged scons/scons into defaultWilliam Deegan2017-03-1024-139/+164
| |\
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+2
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-2/+6
| | * Use syntax for octal integers as specified in PEP 3127Craig Rodrigues2017-03-101-12/+12
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-1010-73/+73
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-104-9/+9
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-7/+9
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+3
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-2/+4
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+3
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-1/+3
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-4/+5
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-101-26/+35
* | | init DefaultEnvironment with no tools to speed up py2/3William Deegan2017-03-111-0/+1
* | | Fix except syntax, replacing comma with asWilliam Deegan2017-03-111-8/+8
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-112-4/+4
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3.William Deegan2017-03-111-3/+3
* | | remove rb/wb from file opens, not needed py2/3. Also remove unneeded test for...William Deegan2017-03-111-4/+0
* | | remove rb/wb from file opens, not needed py2/3. Also remove unneeded test for...William Deegan2017-03-111-9/+9
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-6/+6
* | | use whichdb from dbm for py3, and whichdb from whichdb for py2William Deegan2017-03-111-8/+8
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-114-15/+15
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-3/+3
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-3/+3
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-3/+3
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-3/+3
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-1/+1
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-8/+8
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-2/+2
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-7/+9
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-2/+3
* | | remove rb/wb from file opens, not needed py2/3William Deegan2017-03-111-4/+4
|/ /
* | remove debug logicWilliam Deegan2017-03-101-1/+0
* | Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu...William Deegan2017-03-101-1/+14
* | fix byte/str py2/3William Deegan2017-03-031-1/+2
|/
* Merged scons/scons into defaultWilliam Deegan2017-03-017-353/+107
|\
| * Additional fixture cleanup for test/AS directory.William Blevins2017-03-017-353/+107
* | byte string fix py2/3William Deegan2017-02-281-1/+1
* | fix binary/non-binary file writes where appropriate, previous all were binary...William Deegan2017-02-282-3/+3
* | fix test output read mode to not be binary py2/3William Deegan2017-02-281-1/+1
* | py2/3 fixesWilliam Deegan2017-02-283-5/+7
* | fix float formatting and change writting output from binary to non binary fil...William Deegan2017-02-281-2/+4
* | fix octal for py2/3William Deegan2017-02-281-1/+1