This project is mirrored from https://github.com/mantidproject/mantid.git.
Pull mirroring updated .
- 28 Jul, 2017 1 commit
-
-
Roman Tolchenov authored
-
- 29 Aug, 2016 1 commit
-
-
Jan Burle authored
-
- 05 Aug, 2016 1 commit
-
-
Martyn Gigg authored
PythonScript{,ing} objects are used like file objects for I/O redirect so need to simulate much of the Python file interface. Refs #16911
-
- 07 Jun, 2016 1 commit
-
-
Martyn Gigg authored
Also adds in missing includes that are now required.
-
- 06 Jun, 2016 1 commit
-
-
Whitfield, Ross authored
-
- 13 Feb, 2016 1 commit
-
-
Hahn, Steven authored
-
- 20 Nov, 2015 1 commit
-
-
Hahn, Steven authored
-
- 27 Oct, 2015 1 commit
-
-
Gigg, Martyn Anthony authored
This allows it to closer mimic a file-like object.
-
- 05 Oct, 2015 1 commit
-
-
Campbell, Stuart authored
-
- 10 Sep, 2015 1 commit
-
-
Martyn Gigg authored
Refs #13472
-
- 03 Aug, 2015 1 commit
-
-
Martyn Gigg authored
I the algorithm doesn't respond to the cancellation request this ensures that the script will terminate when returning to Python control. Refs #13265
-
- 02 Aug, 2015 1 commit
-
-
Martyn Gigg authored
Refs #13265
-
- 31 Jul, 2015 1 commit
-
-
Martyn Gigg authored
It is only implemented for the Python environment. Refs #13265
-
- 14 Jul, 2015 1 commit
-
-
Martyn Gigg authored
Refs #13080
-
- 07 May, 2014 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #9270
-
- 08 Jan, 2014 1 commit
-
-
Peterson, Peter authored
Required a small refactor of the code. Hopefully the additional comments help out.
-
- 01 Aug, 2013 1 commit
-
-
Gigg, Martyn Anthony authored
The inspect.stack() call was failing with a fresh tab because the executing code didn't have a valid identifier. For a loaded file it worked because the identifier was automatically set to the filename. A blank identifier is now not allowed and it uses a default if an empty string is passed in. This also fixes a bug with the __file__ attribute not being updated on save. Refs #7076
-
- 20 Aug, 2012 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 23 Apr, 2012 2 commits
-
-
Gigg, Martyn Anthony authored
Packages need to remain only accessible via the package-name.submodule else it breaks the whole point of them.
-
Gigg, Martyn Anthony authored
-
- 19 Apr, 2012 1 commit
-
-
Gigg, Martyn Anthony authored
Also improved the information you get when one is generated.
-
- 12 Apr, 2012 8 commits
-
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
Also tidied up the execution code so it's not so cluttered.
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
Gigg, Martyn Anthony authored
-
- 06 Jan, 2012 2 commits
-
-
Russell Taylor authored
-
Gigg, Martyn Anthony authored
-
- 08 Dec, 2011 1 commit
-
-
Russell Taylor authored
Should be temporary as in this case we wouldn't want the output redirected to the scripting console. Re #4273.
-
- 07 Dec, 2011 2 commits
-
-
Gigg, Martyn Anthony authored
Variables declared in the script window will now be accessible by the interpreter and vice versa.
-
Gigg, Martyn Anthony authored
-
- 21 Apr, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #2854. Should fix occasional crash of interfaces that run python. The interfaces use to populate the autocomplete list even though they don't need to and was causing issues.
-
- 22 Mar, 2011 1 commit
-
-
Gigg, Martyn Anthony authored
Refs #2562 #2556. Should fix problems with scripting window interaction when other things are runnning. The GIL needs aquiring so that Pythn can switch between different running sections, i.e. a Python algorithm from the GUI and a script. Annoying small local changes seems to have had quite an impact.
-
- 30 Dec, 2010 1 commit
-
-
Russell Taylor authored
-
- 11 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
-
- 08 Nov, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
Update MantidPlot scripting environment to add the path of a script to its sys.path when opened. This fixes the problem with importing modules in the same directory as a open script but outside the Mantid path. Re #1415
-
- 23 Mar, 2010 1 commit
-
-
Gigg, Martyn Anthony authored
MantidPlot scripting autocomplete now inspects objects to update auto complete information after each execution. Required that each tab + the interpreter have different dictionaries so that the autocomplete only sees information for the current script. Re #713
-