Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fix py2/3. Also fix py2 win32 broken tests | William Deegan | 2017-03-24 | 3 | -60/+89 | |
|/ / | ||||||
* | | py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ↵ | William Deegan | 2017-03-20 | 7 | -15/+28 | |
| | | | | | | | | 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 | 2 | -4/+4 | |
| | | | | | | | | 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 | |||||
* | | Update docs to remove deprecated sourcecode tools | William Deegan | 2017-03-20 | 24 | -745/+141 | |
| | | ||||||
* | | Remove deprecated tool Subversion | William Deegan | 2017-03-20 | 5 | -394/+1 | |
| | | ||||||
* | | Remove deprecated tool SCCS | William Deegan | 2017-03-20 | 10 | -994/+2 | |
| | | ||||||
* | | Remove deprecated tool RCS | William Deegan | 2017-03-20 | 11 | -1261/+2 | |
| | | ||||||
* | | Remove deprecated tool CVS | William Deegan | 2017-03-20 | 6 | -845/+1 | |
| | | ||||||
* | | Remove deprecated tool BitKeeper | William Deegan | 2017-03-20 | 7 | -856/+3 | |
| | | ||||||
* | | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 3 | -569/+0 | |
| | | ||||||
* | | remove deprecated Perforce tool | William Deegan | 2017-03-20 | 11 | -345/+12 | |
| | | ||||||
* | | py2/3 fix must_match and rb/wb | William Deegan | 2017-03-20 | 1 | -3/+3 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | Fix pickled/base64 string to be string instead of bytecode before writing ↵ | William Deegan | 2017-03-20 | 1 | -9/+10 | |
| | | | | | | | | to file py2/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 | |||||
* | | py2/3 remove rb from tex processing. | William Deegan | 2017-03-19 | 1 | -6/+6 | |
| | | ||||||
* | | py2/3 get_text_contents() may be working when contents is a string (Value ↵ | William Deegan | 2017-03-19 | 1 | -1/+1 | |
| | | | | | | | | node), in which case the final except should handle AttributeError as decode is not a method on strings in py3 | |||||
* | | change test to use get_text_contents py2/3 | William Deegan | 2017-03-19 | 1 | -1/+1 | |
| | | ||||||
* | | merge | William Deegan | 2017-03-19 | 1 | -3/+3 | |
|\ \ | ||||||
| * | | py2/3 switch from using starts with to a slice of the contents. With py3 ↵ | William Deegan | 2017-03-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | contents is a byte array, not a string and so lacks the startswith method | |||||
* | | | add pycharms dir to hgignore | William Deegan | 2017-03-19 | 1 | -0/+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 | |
| | | | ||||||
* | | | py2/3 fix wb/rb | William Deegan | 2017-03-19 | 1 | -2/+2 | |
|/ / | ||||||
* | | py2/3 convert output from running swig to get version string to string. On ↵ | William Deegan | 2017-03-19 | 1 | -2/+2 | |
| | | | | | | | | py3 it was binary yielding all outputs of SWIGVERSION to be b'actual version' | |||||
* | | py2/3 fix unnecessary binary reads. pep8 format the file while we're out at | William Deegan | 2017-03-19 | 1 | -9/+10 | |
| | | ||||||
* | | disable experimental win32 native CopyFile usage | William Deegan | 2017-03-19 | 1 | -17/+17 | |
| | | ||||||
* | | Merged in bdbaddog/scons (pull request #419) | William Deegan | 2017-03-19 | 11 | -75/+113 | |
|\ \ | | | | | | | | | | More py2/py3 fixes. | |||||
| * \ | Merged scons/scons into default | William Deegan | 2017-03-19 | 1 | -0/+1 | |
| |\ \ | ||||||
| * | | | Allow whitespace after include file name in regex. This resolves issue ↵ | William Deegan | 2017-03-19 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | running with py3 on win32 (which was adding carriage returns. Remove replacing new line with cr/lf in test.must_match, this was an incorrect path to fix the test failing on win32 py3 | |||||
| * | | | remove byte regular expression as no longer valid | William Deegan | 2017-03-19 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | allow setting PRESERVE to 0, or False to disable preserving temporary test ↵ | William Deegan | 2017-03-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | directory | |||||
| * | | | merge from upstream | William Deegan | 2017-01-15 | 1 | -4/+0 | |
| | | | | ||||||
| * | | | merged from upstream | William Deegan | 2017-01-15 | 1 | -0/+4 | |
| | | | |