Commit message Age Author Refs
r3191:7dad8045
fixed bug introduced into builtin_trap due to 'quit' being removed twice - test suit now passes
Erik Tollerud
0
r3190:1d516fb1
docstring fix in CloseEvent to conform to standards
Erik Tollerud
0
r3189:8ed54e46
A minimal fix for issue 185 (GTK)
Paul Ivanov
0
r3188:88091fcf
Merge branch 'logo-fix' of http://github.com/eteq/ipython into trunk
Fernando Perez
0
r3187:13b81072
qtconsole with pure python kernel now properly catches the SystemExit exception, allowing python exit() function to work correctly
Erik Tollerud
0
r3186:b1780dcc
moved Quitter to deathrow as it is no longer used by anything
Erik Tollerud
0
r3185:d7099e08
__builtin__.exit and quit are now hidden - exit magic is now the only exit command
Erik Tollerud
0
r3184:02eecaf0
Fix bug in tab completion of filenames when quotes are present. Unit tests added to the completion code as well, to validate quote handling more stringently.
Fernando Perez
0
r3183:71c271b8
Expanded %exit magic in qtconsole to not exit without prompting and added -k option to keep kernel running.
Erik Tollerud
0
r3182:ae65e73c
Add context manager for temporary directories from Python 3.2 This is very useful in tests, and after writing my own version I found out that python 3.2 has now a basically identical implementation to mine, so I copied that instead. We can remove our copy once we're not supporting python 2.x anymore.
Fernando Perez
0
< 1 .. 2554 2555 2556 2557 2558 .. 2875 >