##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r89:9bdaaa58
fix tab-completion bug in embedded ipython reported by Arnd
fperez
0
r88:34373562
Small fix in ultraTB, and fix autocall. Add Scott's patch (issue 48) to fix the new fix_syntax hook. I started updating the copyright notices, but I don't really think that's worth doing or even necessary (adding the 2006 year mark). That's why so many files appear changed, though the functional diff is fairly small.
fperez
0
r87:b97379f0
Fix gtk threading bug
fperez
0
r86:33537ed7
fix small bug in traceback building
fperez
0
r85:bc617c61
fix cd -b crash (patch by Ville)
fperez
0
r84:53b45345
- Add autocall 'smart' mode. - Add traits support to tab-completer.
fperez
0
r83:24892be0
util script
fperez
0
r82:89c80113
Fixes to: - embedding - traceback handling - tab completion Support for editing macros via %edit. Very conveninent.
fperez
0
r81:5b171221
add .meta namespace for extension writers.
fperez
0
r80:e879edb2
- improve support for tab-completion under emacs - support N-M notation for slices in magics (includes endpoint)
fperez
0
r79:bf540630
for modules which define __all__, complete only on those. After a patch by Jeffrey Collins <jcollins_boulder-AT-earthlink.net>.
fperez
0
r78:2b77f91f
Pdb calling, pickle (under certain circumstances, connected with %run) and input history bug fixes. The last two were subtle problems I've known have been lurking for a long time, I hope I finally got it all.
fperez
0
r77:79bce77b
clean leftover debug info
fperez
0
r76:f9dea4e0
fix handling of aliases/system calls for multiline input
fperez
0
r75:4842d681
update release file
fperez
0
r74:e0103bd1
fix small but critical bug for win32 system access.
fperez
0
r73:a83ac49c
Final commit for 0.7.0.rc1
fperez
0
r72:061ca2ae
- Fix autoindent which I had broken... - Remove (they weren't actually used by anything) useless inputcache update calls. - New ipsystem builtin(), similar to ipmagic and ipalias. - Other cleanups.
fperez
0
r71:684feab5
accidentally broke autoindent, fixed.
fperez
0
r70:dc185e13
Ensure that, with autocall off, attribute access will never be performed twice (which can cause side effects).
fperez
0
load next
< 1 .. 1294 1295 1296 1297 1298 .. 1300 >
showing 20 out of 25990 commits