##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r597:4da60fb4
Small manual update, I thought I'd already committed this.
jdh2358
0
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
r586:da87d90b
- Close #52, patch by Stefan.
fperez
0
r585:faba025b
- Add numpy support to %whos - Disable pkgutil.walk_packages from stock completers, b/c it's fairly dangerous.
fperez
0
r584:6fae35b4
Fix typo.
walter.doerwald
0
r583:6a890eda
- Close #109, completion works also when not called by readline.
fperez
0
r582:fca7a0bb
- Add a safeguard under Win32 to protect against a bug in Python's execfile(). Closes #123.
fperez
0
r581:381c78bf
- More unicode fixes, properly split user input without generating unicode-filled variables that will be treated as python identifiers.
fperez
0
r580:2c455b22
- Make sure mercurial ignores emacs #foo# files (created while file foo is being edited and not yet saved).
fperez
0
r579:95a3398d
- Add \N escape for the actual prompt number, without any coloring.
fperez
0
r578:b4ad8b37
Map the return key to enter() and shift-return to enterattr().
walter.doerwald
0
load next
< 1 .. 1237 1238 1239 1240 1241 .. 1268 >
showing 20 out of 25358 commits