summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | string-escape unicode characters while printing --treeGaurav Juvekar2017-03-261-0/+17
| | * | Revert incomplete bug fixManish Vachharajani2017-03-221-25/+0
| | * | Push version to Python 2.7 as minimum required.Manish Vachharajani2017-03-221-0/+25
* | | | switch to os.system as in py3 os.popen() seemed to not have completed untar b...William Deegan2017-04-101-1/+1
|/ / /
* | | OSX: for now don't run versioned lib tests on mac. The logic to generate the ...William Deegan2017-04-094-1/+25
* | | py2/3 fixes for CPPDEFINES/pkg-config.pyGaurav Juvekar2017-04-081-2/+16
* | | Make __str__ and __repr__ sameGaurav Juvekar2017-04-071-8/+6
* | | py2/3 fixes for CPPDEFINES/append.py test caseGaurav Juvekar2017-04-071-2/+18
* | | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+2
* | | py2/3 swap to bytes for comparisonWilliam Deegan2017-04-061-2/+3
* | | py2/3 don't try to force import threading failure on py3. threading is import...William Deegan2017-04-061-1/+1
* | | py2/3 fix mode='r'William Deegan2017-04-063-52/+52
* | | py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytesWilliam Deegan2017-04-051-2/+2
* | | py2/3 fix escaped unicode space to work for both py2/3William Deegan2017-04-057-14/+14
* | | py2/3 exceptions in py3 seem to have full package nameWilliam Deegan2017-04-051-1/+1
| |/ |/|
* | pep8William Deegan2017-04-041-1/+1
* | pep8William Deegan2017-04-041-1/+1
* | py2/3 mode=r/w fixesWilliam Deegan2017-04-032-2/+2
* | py2/3 swap to must_match and mode=rWilliam Deegan2017-04-031-4/+4
* | py2/3 mode=r fixWilliam Deegan2017-04-031-1/+1
* | py2/3 another module shadowing issue... test file bz2.py blocking python lib ...William Deegan2017-04-031-0/+0
* | Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity.William Deegan2017-04-031-1/+1
* | py2/3 fix binary file write issueWilliam Deegan2017-04-021-2/+2
* | fix to run on mac. explicitly request swig toolWilliam Deegan2017-04-011-1/+1
* | Fix dumbdbm/dbm.dumb for py2/3William Deegan2017-04-011-4/+9
* | Fix locating java home on mac. fix mode='r' for py2/3William Deegan2017-04-011-1/+1
* | py2/3 fix test.read mode='r', swap fail_test(test.read( with must_matchWilliam Deegan2017-03-311-1/+1
* | py2/3 fix test.read mode='r'William Deegan2017-03-311-2/+2
* | py2/3 fix lineending on generated c file. Some MSVC's complain about non CR/L...William Deegan2017-03-311-2/+2
* | More comments in test to highlight their purposeWilliam Deegan2017-03-311-0/+1
* | module named warnings.py is conflicting with system warnings module. rename. ...William Deegan2017-03-301-0/+0
* | remove usage of SCCS tool as it's been removed. Switch to zip tool as it shou...William Deegan2017-03-301-73/+76
* | fix py2/3. Also fix py2 win32 broken testsWilliam Deegan2017-03-242-35/+43
|/
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...William Deegan2017-03-201-1/+1
* py2/3 to fix this test required several files/compares to be binary.William Deegan2017-03-201-10/+15
* py2/3 fixed binary/str issue, but test is still failing on py3 with _action s...William Deegan2017-03-201-3/+3
* added mode='r' for must_matches, and for one case added mode='w' for source f...William Deegan2017-03-203-40/+31
* Remove deprecated tool SubversionWilliam Deegan2017-03-201-186/+0
* Remove deprecated tool SCCSWilliam Deegan2017-03-206-796/+0
* Remove deprecated tool RCSWilliam Deegan2017-03-207-1053/+0
* Remove deprecated tool CVSWilliam Deegan2017-03-203-613/+0
* Remove deprecated tool BitKeeperWilliam Deegan2017-03-203-664/+0
* remove deprecated Perforce toolWilliam Deegan2017-03-203-569/+0
* py2/3 fix must_match and rb/wbWilliam Deegan2017-03-202-22/+22
* py2/3 doesn't fix py3 yet.William Deegan2017-03-201-16/+16
* py2/3 fix win32 py27 failures. Also resolve some py3 failuresWilliam Deegan2017-03-2013-146/+180
* py2/3 rb/ab/wb fixesWilliam Deegan2017-03-201-10/+10
* fix ab flag py2/3William Deegan2017-03-201-3/+4
* fix ab flag py2/3William Deegan2017-03-201-8/+8
* fix ab flag py2/3William Deegan2017-03-201-2/+3