Commit message Age Author Refs
r596:5e16ab44
Improve tab-completion for emacs in terminals
jdh2358
0
r595:020f0804
- Final commits for 0.8.0 tag. - Missing part of win32 install patch by N. Pernetty that I'd inadvertedly not applied. - Unicode fixes for emacs under win32 - Small bug fix (recently introduced) in pycolorize. - Improve handling of history file after %run, reduces memory usage.
jdh2358
0
r594:64f73214
Install signal handler on each code run to protect against user code that may modify it as well. If we don't do this, on the next Ctrl-C python itself will likely just crash completely.
fperez
0
r593:daeb7020
- Various small fixes and cleanups. - Proper determination of main thread id, thanks to Stefan.
fperez
0
r592:e321ad3b
- Mark Release Candidate 1 for version 0.7.4.
fperez
0
r591:b850ab1f
- I possibly cross-thread KeyboardInterrupt support for the multithreaded shells. This is still pretty hackish, so testing is needed.
fperez
0
r590:ab792c8a
Further reduce the number of cases where autocall may be unnecessarily activated.
fperez
0
r589:cf807231
added ipy_completers.py, ipy_stock_completers.py now only ENABLES the completers as opposed to implementing them
vivainio
0
r588:8c78c72b
- Close #131.
fperez
0
r587:c4a969fe
Prevent %debug from not working if pydb 1.17 is installed, which has a fatal bug
fperez
0
< 1 .. 2825 2826 2827 2828 2829 .. 2886 >