Commit message Age Author Refs
r57:40f64c99
- Make autoedit_syntax true by default - Add Ville's patch for better backslash handling in paths.
fperez
0
r56:57b4783d
Turn quit/exit into magics instead of special-cased strings
fperez
0
r55:d0bc36d8
Fix changelog, broken in previous commit
fperez
0
r54:2edbec55
Added support for automatically reopening the editor if the file had a syntax error in it. Thanks to scottt who provided the patch at: http://www.scipy.net/roundup/ipython/issue36 (slightly modified version committed).
fperez
0
r53:28c309cc
Add support for multiline input with blank lines in it. Closes issue 43.
fperez
0
r52:572a8cc9
Cosmetic cleanups: put all imports in a single line, and sort them alphabetically. This will make it easier to see/clean dependencies as we start copying stuff into chainsaw.
fperez
0
r51:751ff333
- Big iplib cleanups, moved all tab-completion functionality to its own module (IPython.completer). - Added support for 'quit/exit' doing the intuitively correct thing. - IPython doesn't depend on code.py anymore (it doesn't even import it). At this point it was only a matter of copying two methods. This gives us a standalone object which we can clean up/refactor at ease.
fperez
0
r50:d7ff10dc
Indentation improvements: - cut-and-paste now works even with autoindent on (mostly: the readline history is still messed up, and I don't have access to the necessary hooks to fix that). - A single <tab> on an empty line now inserts a TAB key. This makes it easier to indent using tabs, as well as pasting code with tabs in it (now they don't get interpreted as completion requests).
fperez
0
r49:7d225632
harden reporting against failures for objects which break when dir() is called on them.
fperez
0
r48:0f0daf04
clean up debug messages left in by accident
fperez
0
< 1 .. 2869 2870 2871 2872 2873 .. 2876 >