This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 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
-
- Jan 09, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
This effectively becomes the model for code execution within a code editor. Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 08, 2018
-
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
Martyn Gigg authored
Refs #21251
-
- Jan 07, 2018
-
-
Martyn Gigg authored
Refs #21251
-