This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- Nov 13, 2018
-
-
Marina Ganeva authored
-
- Oct 05, 2018
-
-
Nick Draper authored
Update copyright headers in all files Squashed commit of the following: * First version of a script to manage copyright statements re #23468 * Neatened up script, added comments re #23488 * move script to tools directory re #23488 * small script changes and a couple of manual file changes re #23488 * Minor chnage to whitespace detection in regex re #23488 * Add an excluded directory re #23488 * remove a repeasted copyright statement in a file re #23488 * Don't comsume the comment end if it is on the same line re #23488 * fix error in new copright parsing re #23488 * remove double copyrifght entry re #23488 * Improve handling of old copyrights at the start of comments re #23488 * remove empty comments re #23488 * exclude gsoapgenerated directories re #23488 * Sort out greedy line matching re #23488 * improve empty comment removal re #23488 * improve false positives re #23488 * impressive speedup by limiting regex matching length re #23488 * remove evil invisible non ascii character Also upadte the copyright at the same time re #23488 * resolve multiple copyrights in a single file re #23488 * resolve an issue with new statement detection re #23488 * another unprintable unicode character re #23488 * pep updates and cmake the new copyright fit clang format re #23488 * update already done new format headers re #23488 * wrong type of bracket re #23488 * Update class_maker and friends re #23488 * Update all copyright statements re #23488 * clang format re #23488 * flake8 warnings re #23488 * Flake8 warnings re #23488 * Exclude .cmake.in and rb.in files re #23488 * replace missing line re #23488 * exclude .py.in files as they are flasely recognized as C++ re #23488 * another setp.py.in re #23488 * another .py.in correction re #23488 * Hopefully the last of the .py.in files re #23488 * resolve utf-8 encoding of python files and changed ABINS checksum re #23488 * updates to unit tests that reference line numbers re #23488 * remaining unit test files and other fixes re #23488
-
- Sep 26, 2018
-
-
* Ignore syntax errors on startup There was an uncaught exception in parsing the file on startup. Refs #23555 * Invert the test that the code is executed Refs #23555
-
- Aug 30, 2018
-
-
Gigg, Martyn Anthony authored
A single setupClass call can setup the QApplication rather than having to mess around with replacing setUp/tearDown methods.
-
- Aug 16, 2018
-
-
Martyn Gigg authored
-
- Aug 08, 2018
-
-
Peterson, Peter authored
-
- Aug 01, 2018
-
-
Gigg, Martyn Anthony authored
Refs #0
-
- Jul 27, 2018
- May 29, 2018
-
-
Martyn Gigg authored
Avoids progress reporting arrow overlapping the line numbers.
-
Martyn Gigg authored
Python reports line numbers based on the code context it has. These can be wrong if the selection is part of a larger file. Padding the code then allows the raw numbers being reported to be used.
-
- May 05, 2018
-
-
Savici, Andrei T. authored
-
- Feb 14, 2018
-
-
WHITFIELDRE email authored
._update_indent() was changed not to take arguments and IPython.core.usage.quick_guide was removed. In test_execute_async_returns_failure_on_runtime_error_and_captures_expected_stack the comment was causing an IndentationError, changing it to a docstring fixes the problem. I don't think this is related to IPython but probably a python 3.6 problem.
-
- Feb 07, 2018
-
-
Martyn Gigg authored
traceback.format_exception is supposed to ignore the tb argument if it is None but in 3.4 the current traceback is always printed https://github.com/python/cpython/commit/c3f417dc47b3a9564608c98cd176c530d9ebdf09#diff-e57ff53a569d0ebbe201ad0c102ee27e
-
- Jan 26, 2018
-
-
Martyn Gigg authored
-
Martyn Gigg authored
Adds numpy and matplotlib to startup code. Also silently executes a new interpreter as it starts so that the completion api is populated.
-
- Jan 24, 2018
-
-
Martyn Gigg authored
Refs #21567
-
- Jan 16, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
The IPython InputSplitter is assuming an interactive front end whereas we have the whole code at once and do not have to anticipate users possibly entering more. The new InputSplitter overrides behaviour of IPython InputSplitter for these cases. Refs #21251
-
- Jan 15, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 14, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 12, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
The marker should be placed at the end of the block not the start. Refs #21251
-
Martyn Gigg authored
Refs #20251
-
Martyn Gigg authored
Refs #21251
-
- Jan 11, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Avoids issues with mocking signals etc. Refs #21251
-
Martyn Gigg authored
It makes it easier to integrate with other code. This uncovered an error in the code execution that has been fixed here. Previous changes were not always executing the code as blocks and this caused some tests to pass when they would fail in the block-based scenario. We now only execute as blocks so the test now covers this. Refs #21251
-
- Jan 10, 2018
-
-
Martyn Gigg authored
Refs #0
-