Commit message Age Author Refs
r11:a26833c0
Close http://www.scipy.net/roundup/ipython/issue40, add OSX install info to manual.
fperez
0
r10:ec9735d7
* IPython/iplib.py (runsource): remove self.code_to_run_src attribute. I realized this is nothing more than '\n'.join(self.buffer), and having the same data in two different places is just asking for synchronization bugs. This may impact people who have custom exception handlers, so I need to warn ipython-dev about it (F. Mantegazza may use them). * Fix http://www.scipy.net/roundup/ipython/issue38
fperez
0
r9:a1346b76
Minor improvements, to add changeset info.
fperez
0
r8:ad5c5bb0
Fixed log hook to check against HEAD so the email is more informative.
fperez
0
r7:ee902204
Added new little utility for wrapping svn commits with email notifications, til we have trac/svn hooks in place.
fperez
0
r6:396feddb
fix to help users with invalid $HOME under win32.
fperez
0
r5:c83aafa3
Unicode fixes (utf-8 used by default if ascii is not enough). This should fix some reported crashes. Fix broken auto-quoting for pysh. Remove old 2.1 specific hacks and move all 2.2 compatibility symbols into genutils. Simplify i/o abstraction layer a bit. Full details in changelog.
fperez
0
r4:79c0cdc8
Make a global variable out of the color scheme table used for coloring exception tracebacks. Thanks to a patch by pabw, see http://www.scipy.net/roundup/ipython/issue35.
fperez
0
r3:22db71d2
Close http://www.scipy.net/roundup/ipython/issue34 with slightly modified patch (filter non-strings from tab completions).
fperez
0
r2:d7d090d0
Updated release tag for SVN. Added John Hunter's patch to Shell.py, which fixes problems with certain backends and the OO matplotlib API.
tzanko
0
< 1 .. 2869 2870 2871 2872 2873 2874 2875 >