summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* py2/3 byte fixesWilliam Deegan2017-03-1325-150/+141
* Fix byte issues, module import issue remainsWilliam Deegan2017-03-131-6/+6
* fix must_match mode='r'William Deegan2017-03-134-12/+12
* fix py2/3 issues mostly rb/wb mode='r' fixesWilliam Deegan2017-03-133-8/+11
* py2/3 must_match mode='r' changesWilliam Deegan2017-03-131-10/+10
* mergedWilliam Deegan2017-03-134-15/+15
|\
| * py2/3 must_match mode='r' changesWilliam Deegan2017-03-134-15/+15
* | remove mode b's py2/3William Deegan2017-03-131-4/+4
|/
* removed b from file open py2/3William Deegan2017-03-131-1/+1
* copied old wrapper logic from java tests.William Deegan2017-03-131-0/+7
* swap using wrapper.py fixture to wrapper_with_args.py. The fixture swap misse...William Deegan2017-03-134-20/+23
* get rid of rb/wbWilliam Deegan2017-03-121-4/+4
* get rid of rb/wbWilliam Deegan2017-03-122-14/+14
* get rid of rb/wbWilliam Deegan2017-03-121-3/+3
* switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-3/+3
* switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-2/+0
* switch to use must_match, mode=r, and get rid of rb/wbWilliam Deegan2017-03-121-4/+6
* py2/3 mode=r and swap to use must_matchWilliam Deegan2017-03-122-6/+7
* no more cmp in py3, define a compare function and use it. Also specify Defaul...William Deegan2017-03-121-1/+14
* py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-121-10/+10
* fix rb/wb py2/3William Deegan2017-03-121-6/+6
* py2/3 fix mode=r for must_match to fix win32William Deegan2017-03-122-4/+6
* py2/3 fix mostly adding mode='r' to must_matchWilliam Deegan2017-03-128-40/+40
* py2/3 fixes. mostly mode=r on must_match. Also skip the symlink test on windo...William Deegan2017-03-129-42/+49
* Add mode=r (default rb) in test.must_match() py2/3William Deegan2017-03-121-5/+5
* set mode=r and not rb. py2/3William Deegan2017-03-121-7/+6
* set mode=r and not rb. py2/3William Deegan2017-03-121-4/+7
* set mode=r and not rb for must_match. py2/3William Deegan2017-03-121-4/+5
* Merged in rodrigc/scons (pull request #408)William Deegan2017-03-127-7/+7
|\
| * Remove 'b' from open, not needed py2/3Craig Rodrigues2017-03-117-7/+7
* | Use print() function. Fixes py2/3Craig Rodrigues2017-03-118-27/+36
|/
* Merged in rodrigc/scons (pull request #405)William Deegan2017-03-121-1/+1
|\
| * Use proper syntax for octal numeric literal. Fixes py2/3Craig Rodrigues2017-03-111-1/+1
* | Replace list(filter()) with list comprehension.Craig Rodrigues2017-03-113-3/+3
|/
* update repoWilliam Deegan2017-03-119-31/+47
|\
| * 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-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
* | 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