##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r25:1c526e61
minor fix to argv support
fperez
0
r24:053e4c99
Add sys.argv support for demos.
fperez
0
r23:82ab9901
Demo fixes, see changelog
fperez
0
r22:d5563121
New demo class, very handy for interactive presentations.
fperez
0
r21:90110a9c
Revert Shell.py changes, they don't work.
fperez
0
r20:fb5e5b43
Minor fixes in genutils, and a BIG fix for threading. I _think_ I got Ctrl-C to work in the threaded shells, and the solution is in fact absolutely trivial. The new code is _much_ simpler than what we had! This needs testing, because I find it almost hard to believe that we hadn't tried this before. But if it works, great! The only limitation is that in threaded mode, the traceback shows the internal sigint handler frame. Big deal, it's just cosmetic.
fperez
0
r19:0975c241
Fix extra newlines in autocalling.
fperez
0
r18:116d729b
Close issue 41, remove obsolete gtk 1.x code, trap os.getcwd exceptions at init time.
fperez
0
r17:e89b83b5
Simple change to add svn revision info at the top level and crash handler. Useful for debugging.
fperez
0
r16:49794057
Added .complete() method to ipython. This exposes the attribute completion machinery which normally only readline sees. It will be useful to Brian for the remote kernels, and also for the GUIs to do tab completion. Please merge into chainsaw/tzanko branches.
fperez
0
r15:8a9c7d4e
Testing post-commit hooks...
fperez
0
r14:bffcfa92
Trivial test for svn post-commit hooks
fperez
0
r13:c89dbe05
Update version strings to use only dots as separators, since either - or _ will break one of bdist_rpm or bdist_deb, so we must avoid both.
fperez
0
r12:21df8949
Fix incorrect link in OSX instructions.
fperez
0
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
load next
< 1 .. 1344 1345 1346 1347 1348 1349 1350 >
showing 20 out of 26986 commits