summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | comment out code which checks for py3 and failsWilliam Deegan2017-02-281-5/+5
* | py2/3 fixesWilliam Deegan2017-02-281-2/+2
* | py2/3 fixesWilliam Deegan2017-02-281-1/+1
* | no need to write SConstruct as binary file change to normal fileWilliam Deegan2017-02-281-1/+1
* | Fix error message to output string and not bytearray(...) when two environmen...William Deegan2017-02-281-1/+1
* | py2/3 fixWilliam Deegan2017-02-281-1/+1
* | py2/3 fixWilliam 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
* | Replace calling traceback to get format of traceback output to just a formatt...William Deegan2017-02-281-9/+14
|/
* fix py2/3 not sure why it was calling string.replace, instead of .replace on ...William Deegan2017-02-281-1/+1
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-2/+2
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-1/+1
* Fix py2/3 byte file issueWilliam Deegan2017-02-281-2/+2
* fixed for py3 & py2 compat. Also added DefaultEnvironment(tools=[]) to speed ...William Deegan2017-02-281-9/+9
* fix byte file reading issues for py3/2 portWilliam Deegan2017-02-283-15/+14
* fix byte/str issueWilliam Deegan2017-02-281-4/+9
* 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
* start some changes to show pass/fail stats along with progressWilliam Deegan2017-02-261-3/+18
* PEP-8 changesWilliam Deegan2017-02-261-2/+2
* PEP-8 changesWilliam Deegan2017-02-261-0/+4
* Move comment to docstringWilliam Deegan2017-02-261-9/+11
* remove code to check if python version supports lexical closures (has been su...William Deegan2017-02-261-39/+9
* PEP-8 changesWilliam Deegan2017-02-261-0/+6
* PEP-8 fixesWilliam Deegan2017-02-261-1/+11
* fix signature calc issues for functions actionsWilliam Deegan2017-02-261-21/+24
* leave some debug logic for detecting build action change signature changes co...William Deegan2017-02-261-0/+8
* PEP-8 fixesWilliam Deegan2017-02-261-0/+6
* fix issue which was modifying the function signature and causing incorrect re...William Deegan2017-02-261-7/+3
* Added ability for must_match to pass message to be output if it failsWilliam Deegan2017-02-261-2/+2
* Reformat file to modern python standards. (With hope towards PEP-8)William Deegan2017-02-251-200/+213
* fix string/bytearray issue for py2/3 portWilliam Deegan2017-02-211-2/+9
* mergeWilliam Deegan2017-02-202-6/+6
|\
| * Fix documentation example output to match actual output (Fix #2788)Gaurav Juvekar2017-01-281-5/+5