| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | 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 |
|/ / |
|
* | | remove debug logic | William Deegan | 2017-03-10 | 1 | -1/+0 |
|
|
* | | Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu... | William Deegan | 2017-03-10 | 1 | -1/+14 |
|
|
* | | fix byte/str py2/3 | William Deegan | 2017-03-03 | 1 | -1/+2 |
|/ |
|
* | Merged scons/scons into default | William Deegan | 2017-03-01 | 7 | -353/+107 |
|\ |
|
| * | Additional fixture cleanup for test/AS directory. | William Blevins | 2017-03-01 | 7 | -353/+107 |
|
|
* | | byte string fix py2/3 | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | fix binary/non-binary file writes where appropriate, previous all were binary... | William Deegan | 2017-02-28 | 2 | -3/+3 |
|
|
* | | fix test output read mode to not be binary py2/3 | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | py2/3 fixes | William Deegan | 2017-02-28 | 3 | -5/+7 |
|
|
* | | fix float formatting and change writting output from binary to non binary fil... | William Deegan | 2017-02-28 | 1 | -2/+4 |
|
|
* | | fix octal for py2/3 | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | comment out code which checks for py3 and fails | William Deegan | 2017-02-28 | 1 | -5/+5 |
|
|
* | | py2/3 fixes | William Deegan | 2017-02-28 | 1 | -2/+2 |
|
|
* | | py2/3 fixes | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | no need to write SConstruct as binary file change to normal file | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | Fix error message to output string and not bytearray(...) when two environmen... | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | py2/3 fix | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | py2/3 fix | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | | fix AddMethod to work with py2&3. No need to call MethodType to add to a clas... | William Deegan | 2017-02-28 | 1 | -5/+2 |
|
|
* | | Replace calling traceback to get format of traceback output to just a formatt... | William Deegan | 2017-02-28 | 1 | -9/+14 |
|/ |
|
* | fix py2/3 not sure why it was calling string.replace, instead of .replace on ... | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | Fix py2/3 byte file issue | William Deegan | 2017-02-28 | 1 | -2/+2 |
|
|
* | Fix py2/3 byte file issue | William Deegan | 2017-02-28 | 1 | -1/+1 |
|
|
* | Fix py2/3 byte file issue | William Deegan | 2017-02-28 | 1 | -2/+2 |
|
|
* | fixed for py3 & py2 compat. Also added DefaultEnvironment(tools=[]) to speed ... | William Deegan | 2017-02-28 | 1 | -9/+9 |
|
|
* | fix byte file reading issues for py3/2 port | William Deegan | 2017-02-28 | 3 | -15/+14 |
|
|
* | fix byte/str issue | William Deegan | 2017-02-28 | 1 | -4/+9 |
|
|
* | Fix exception handling code to work with py3 | William Deegan | 2017-02-27 | 1 | -1/+1 |
|
|
* | fixed set_exception tests to work. Under py3, you can only save the exceptio... | William Deegan | 2017-02-27 | 1 | -8/+23 |
|
|
* | change NodeList to work for both py2/py3. default __getitem__ didn't work wit... | William Deegan | 2017-02-27 | 1 | -3/+29 |
|
|
* | change to test to make it easier to see failures | William Deegan | 2017-02-27 | 1 | -2/+5 |
|
|
* | implement __getitem__ on NodeList to allow calling methods/properties on unde... | William Deegan | 2017-02-26 | 1 | -0/+11 |
|
|
* | remove using unicode and just prefix the string with u | William Deegan | 2017-02-26 | 1 | -3/+7 |
|
|
* | Fix test for py2/py3. Note fake Builder node had invalid state of None. This ... | William Deegan | 2017-02-26 | 1 | -8/+10 |
|
|
* | fix for py2/3 compat | William Deegan | 2017-02-26 | 1 | -1/+1 |
|
|
* | Split out calls to simplify for debugging | William Deegan | 2017-02-26 | 1 | -4/+8 |
|
|
* | Fix test for py3 & py2 compat | William Deegan | 2017-02-26 | 1 | -9/+9 |
|
|
* | define cmp() as it's not available on py3 for tests | William Deegan | 2017-02-26 | 1 | -0/+8 |
|
|
* | Must use bytes when writing to os.open()'d file on py3, bytearray works on bo... | William Deegan | 2017-02-26 | 1 | -1/+1 |
|
|