Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | py2/3 bytes/string issues. Added wrapper to re.sub to force items to bytes | William Deegan | 2017-04-05 | 1 | -2/+2 | |
| | | | ||||||
* | | | py2/3 fix escaped unicode space to work for both py2/3 | William Deegan | 2017-04-05 | 7 | -14/+14 | |
| | | | ||||||
* | | | py2/3 exceptions in py3 seem to have full package name | William Deegan | 2017-04-05 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | pep8 | William Deegan | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | pep8 | William Deegan | 2017-04-04 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 mode=r/w fixes | William Deegan | 2017-04-03 | 2 | -2/+2 | |
| | | ||||||
* | | py2/3 swap to must_match and mode=r | William Deegan | 2017-04-03 | 1 | -4/+4 | |
| | | ||||||
* | | py2/3 mode=r fix | William Deegan | 2017-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 another module shadowing issue... test file bz2.py blocking python lib ↵ | William Deegan | 2017-04-03 | 1 | -0/+0 | |
| | | | | | | | | module bz2.py | |||||
* | | Change checkLogAndStdout() call to use boolean flag instead of 0/1 for clarity. | William Deegan | 2017-04-03 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 fix binary file write issue | William Deegan | 2017-04-02 | 1 | -2/+2 | |
| | | ||||||
* | | fix to run on mac. explicitly request swig tool | William Deegan | 2017-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | Fix dumbdbm/dbm.dumb for py2/3 | William Deegan | 2017-04-01 | 1 | -4/+9 | |
| | | ||||||
* | | Fix locating java home on mac. fix mode='r' for py2/3 | William Deegan | 2017-04-01 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 fix test.read mode='r', swap fail_test(test.read( with must_match | William Deegan | 2017-03-31 | 1 | -1/+1 | |
| | | ||||||
* | | py2/3 fix test.read mode='r' | William Deegan | 2017-03-31 | 1 | -2/+2 | |
| | | ||||||
* | | py2/3 fix lineending on generated c file. Some MSVC's complain about non ↵ | William Deegan | 2017-03-31 | 1 | -2/+2 | |
| | | | | | | | | CR/LF line endings | |||||
* | | More comments in test to highlight their purpose | William Deegan | 2017-03-31 | 1 | -0/+1 | |
| | | ||||||
* | | module named warnings.py is conflicting with system warnings module. rename. ↵ | William Deegan | 2017-03-30 | 1 | -0/+0 | |
| | | | | | | | | py2/3 issue | |||||
* | | remove usage of SCCS tool as it's been removed. Switch to zip tool as it ↵ | William Deegan | 2017-03-30 | 1 | -73/+76 | |
| | | | | | | | | should be present on all platforms. Change some names to make it easier to debug when it fails | |||||
* | | fix py2/3. Also fix py2 win32 broken tests | William Deegan | 2017-03-24 | 2 | -35/+43 | |
|/ | ||||||
* | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵ | William Deegan | 2017-03-20 | 1 | -1/+1 | |
| | | | | is no longer legal module name in py3 | |||||
* | py2/3 to fix this test required several files/compares to be binary. | William Deegan | 2017-03-20 | 1 | -10/+15 | |
| | ||||||
* | py2/3 fixed binary/str issue, but test is still failing on py3 with _action ↵ | William Deegan | 2017-03-20 | 1 | -3/+3 | |
| | | | | signature changing. Need to investigate | |||||
* | added mode='r' for must_matches, and for one case added mode='w' for source ↵ | William Deegan | 2017-03-20 | 3 | -40/+31 | |
| | | | | file failing to compile with compiler complaining about mac formatted file | |||||
* | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 1 | -186/+0 | |
| | ||||||
* | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 6 | -796/+0 | |
| | ||||||
* | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 7 | -1053/+0 | |
| | ||||||
* | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 3 | -613/+0 | |
| | ||||||
* | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 3 | -664/+0 | |
| | ||||||
* | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 3 | -569/+0 | |
| | ||||||
* | py2/3 fix must_match and rb/wb | William Deegan | 2017-03-20 | 2 | -22/+22 | |
| | ||||||
* | py2/3 doesn't fix py3 yet. | William Deegan | 2017-03-20 | 1 | -16/+16 | |
| | ||||||
* | py2/3 fix win32 py27 failures. Also resolve some py3 failures | William Deegan | 2017-03-20 | 13 | -146/+180 | |
| | ||||||
* | py2/3 rb/ab/wb fixes | William Deegan | 2017-03-20 | 1 | -10/+10 | |
| | ||||||
* | fix ab flag py2/3 | William Deegan | 2017-03-20 | 1 | -3/+4 | |
| | ||||||
* | fix ab flag py2/3 | William Deegan | 2017-03-20 | 1 | -8/+8 | |
| | ||||||
* | fix ab flag py2/3 | William Deegan | 2017-03-20 | 1 | -2/+3 | |
| | ||||||
* | py2/3 ab fix. Plus switch to must_match | William Deegan | 2017-03-20 | 1 | -5/+5 | |
| | ||||||
* | py2/3 fix rb/wb | William Deegan | 2017-03-20 | 3 | -9/+9 | |
| | ||||||
* | check for correct gdbm module to decide to skip or not py2/3 | William Deegan | 2017-03-20 | 1 | -1/+1 | |
| | ||||||
* | py2/3 fix wb/rb | William Deegan | 2017-03-20 | 5 | -18/+18 | |
| | ||||||
* | py2/3 fix rb/wb also replace convoluted test logic with correct test methods ↵ | William Deegan | 2017-03-19 | 1 | -6/+6 | |
| | | | | to check for file exist/not exist | |||||
* | change test to use get_text_contents py2/3 | William Deegan | 2017-03-19 | 1 | -1/+1 | |
| | ||||||
* | merge | William Deegan | 2017-03-19 | 5 | -23/+23 | |
|\ | ||||||
| * | py2/3 fix. Add b to w open. Needed because we're dumping ↵ | William Deegan | 2017-03-19 | 1 | -1/+1 | |
| | | | | | | | | node.get_contents(), which is always bytes | |||||
| * | py2/3 rb/wb fix | William Deegan | 2017-03-19 | 1 | -3/+3 | |
| | | ||||||
| * | typo fix | William Deegan | 2017-03-19 | 1 | -2/+2 | |
| | | ||||||
| * | py2/3 must_match mode=r | William Deegan | 2017-03-19 | 1 | -14/+14 | |
| | | ||||||
| * | py2/3 wb/rb changed | William Deegan | 2017-03-16 | 1 | -3/+3 | |
| | |