| Doc updates about demos... |
|
More...
|
almost 21 years ago
|
| Why did changelog not go into previous commit? Need to double-check SVN on this, it may be getting confused by the symlinks... |
|
More...
|
almost 21 years ago
|
| Added demo example to SVN |
|
More...
|
almost 21 years ago
|
| Manual updates |
|
More...
|
almost 21 years ago
|
| small import bug |
|
More...
|
almost 21 years ago
|
| Finish up demo api/docs, manual improvements, other fixes. Manual work still in progress (html doesn't build right now) |
|
More...
|
almost 21 years ago
|
| # auto tag for blocks, minor pycat fix. |
|
More...
|
almost 21 years ago
|
| New %pycat magic. |
|
More...
|
almost 21 years ago
|
| testing cleanup |
|
More...
|
almost 21 years ago
|
| testing |
|
More...
|
almost 21 years ago
|
| fix again() bug in demo |
|
More...
|
almost 21 years ago
|
| minor fix to argv support |
|
More...
|
almost 21 years ago
|
| Add sys.argv support for demos. |
|
More...
|
almost 21 years ago
|
| Demo fixes, see changelog |
|
More...
|
almost 21 years ago
|
| New demo class, very handy for interactive presentations. |
|
More...
|
almost 21 years ago
|
| Revert Shell.py changes, they don't work. |
|
More...
|
almost 21 years ago
|
| 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. |
|
More...
|
almost 21 years ago
|
| Fix extra newlines in autocalling. |
|
More...
|
almost 21 years ago
|
| Close issue 41, remove obsolete gtk 1.x code, trap os.getcwd exceptions at init time. |
|
More...
|
almost 21 years ago
|
| Simple change to add svn revision info at the top level and crash handler. Useful for debugging. |
|
More...
|
almost 21 years ago
|
| 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. |
|
More...
|
almost 21 years ago
|
| Testing post-commit hooks... |
|
More...
|
almost 21 years ago
|
| Trivial test for svn post-commit hooks |
|
More...
|
almost 21 years ago
|
| 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. |
|
More...
|
almost 21 years ago
|
| Fix incorrect link in OSX instructions. |
|
More...
|
about 21 years ago
|
| Close http://www.scipy.net/roundup/ipython/issue40, add OSX install info to manual. |
|
More...
|
about 21 years ago
|
| * 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). |
|
More...
|
about 21 years ago
|
| Minor improvements, to add changeset info. |
|
More...
|
about 21 years ago
|
| Fixed log hook to check against HEAD so the email is more informative. |
|
More...
|
about 21 years ago
|
| Added new little utility for wrapping svn commits with email notifications, til we have trac/svn hooks in place. |
|
More...
|
about 21 years ago
|