summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix py2/3 win32 use SCons.Util.UnicodeType to replace uWilliam Deegan2017-03-141-1/+1
* remove adding .p3 suffix to dblite files for py3. TODO: make sure this doesn'...William Deegan2017-03-131-2/+5
* remove py3 checking codeWilliam Deegan2017-03-131-7/+1
* merge headsWilliam Deegan2017-03-131-1/+1
|\
| * output from try run comes from get_content() which is bytes. So use SCons.Uti...William Deegan2017-03-131-1/+1
* | py2/3 remove wb from created taskmaster trace fileWilliam Deegan2017-03-131-1/+1
* | remove wb mode from creation of taskmaster trace file. Was breaking tests, an...William Deegan2017-03-131-1/+1
|/
* fix mistaken head closeWilliam Deegan2017-03-131-1/+1
|\
| * fix unicode usage for --debug=tree py2/3William Deegan2017-03-131-1/+1
* | Merged in rodrigc/scons (pull request #409)William Deegan2017-03-133-7/+7
|\ \
| * | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-111-2/+2
| * | Remove 'U' flag to open() which is deprecated.Craig Rodrigues2017-03-113-5/+5
* | | Merged in rodrigc/scons (pull request #410)William Deegan2017-03-1333-69/+69
|\ \ \
| * | | When iterating over dict.items(), we do not need a new list.Craig Rodrigues2017-03-1233-70/+70
| |/ /
* | | Merged in russel/scons (pull request #411)William Deegan2017-03-132-11/+13
|\ \ \ | |_|/ |/| |
| * | Update the changes file for the change of default D tool ordering.Russel Winder2017-03-131-1/+4
| * | Change the search order for D compilers.Russel Winder2017-03-121-10/+9
| |/
* | no unicode in py3, u() works in py2William Deegan2017-03-121-1/+2
* | Use print() function. Fixes py2/3.Craig Rodrigues2017-03-111-3/+5
* | Use print() function. Fixes py2/3Craig Rodrigues2017-03-111-2/+2
|/
* Merged in rodrigc/scons (pull request #404)William Deegan2017-03-121-1/+1
|\
| * exec() must take a string, not a file object. Fixes py2/3Craig Rodrigues2017-03-111-1/+1
* | Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-117-8/+8
|/
* update repoWilliam Deegan2017-03-115-10/+10
|\
| * Merged scons/scons into defaultWilliam Deegan2017-03-105-10/+10
| |\
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-102-3/+3
| | * Use print() function to fix py2/3Craig Rodrigues2017-03-103-7/+7
* | | use whichdb from dbm for py3, and whichdb from whichdb for py2William Deegan2017-03-111-8/+8
|/ /
* | Fixing SConsValues to work with py2/3. Turns out because in py2 optparse.Valu...William Deegan2017-03-101-1/+14
|/
* fix binary/non-binary file writes where appropriate, previous all were binary...William Deegan2017-02-281-1/+1
* fix float formatting and change writting output from binary to non binary fil...William Deegan2017-02-281-2/+4
* comment out code which checks for py3 and failsWilliam Deegan2017-02-281-5/+5
* Fix error message to output string and not bytearray(...) when two environmen...William Deegan2017-02-281-1/+1
* fix AddMethod to work with py2&3. No need to call MethodType to add to a clas...William Deegan2017-02-281-5/+2
* Fix exception handling code to work with py3William Deegan2017-02-271-1/+1
* fixed set_exception tests to work. Under py3, you can only save the exceptio...William Deegan2017-02-271-8/+23
* change NodeList to work for both py2/py3. default __getitem__ didn't work wit...William Deegan2017-02-271-3/+29
* change to test to make it easier to see failuresWilliam Deegan2017-02-271-2/+5
* implement __getitem__ on NodeList to allow calling methods/properties on unde...William Deegan2017-02-261-0/+11
* remove using unicode and just prefix the string with uWilliam Deegan2017-02-261-3/+7
* Fix test for py2/py3. Note fake Builder node had invalid state of None. This ...William Deegan2017-02-261-8/+10
* fix for py2/3 compatWilliam Deegan2017-02-261-1/+1
* Split out calls to simplify for debuggingWilliam Deegan2017-02-261-4/+8
* Fix test for py3 & py2 compatWilliam Deegan2017-02-261-9/+9
* define cmp() as it's not available on py3 for testsWilliam Deegan2017-02-261-0/+8
* Must use bytes when writing to os.open()'d file on py3, bytearray works on bo...William Deegan2017-02-261-1/+1
* fix test which depended on order of dictionary.items() which changed between ...William Deegan2017-02-261-1/+3
* fix mocked action get_contents() to return bytearray()William Deegan2017-02-261-1/+1
* PEP-8 changesWilliam Deegan2017-02-261-2/+2
* PEP-8 changesWilliam Deegan2017-02-261-0/+4