##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
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
r69:942f15ec
- thread-safety fixes - moved macros to their own module (stabilize the API for %store) - fix handling of empty lines in multiline input which comes via runlines() and not interactively (such as macros or over the network protocol in the chainsaw branch) - improvements to %whos for instance variables
fperez
0
r68:716d2805
doc fixes to logging
fperez
0
r67:d002c3d0
Fix latex formatting of docstrings, patch by Stefan van der Walt <stefan-AT-sun.ac.za>.
fperez
0
r66:ea1a07bf
Jorgen Stenarson's patch (minor mods) to support network shares under win32.
fperez
0
r65:0e36c216
Add new winconsole module and fixes to page_dumb() to improve its behavior under win32. Contributed by Alexander Belchenko <bialix-AT-ukr.net>.
fperez
0
load next
< 1 .. 1337 1338 1339 1340 1341 .. 1343 >
showing 20 out of 26845 commits