| Updated manpage and docs to clarify negated options usage. Thanks to Stefan van der Walt for the heads-up. |
|
More...
|
about 20 years ago
|
| Put .rc attribute in instance earlier, too many methods expect this to be there and it could lead to weird runtime bugs (like the one fixed by the previous commit). |
|
More...
|
about 20 years ago
|
| Fix crash with a naked 'alias' call in ipythonrc file. |
|
More...
|
about 20 years ago
|
| Wildcard system cleanup, ipmaker speedups, bugfix in globals handling (previous fix had introduced a problem). Changelog has more details. |
|
More...
|
about 20 years ago
|
| wildcard fixes for subclasses |
|
More...
|
about 20 years ago
|
| Fixes for handling of global variables in embedded ipython instances (I ran into the bug while trying to fix a bug in scipy's polynomials module). |
|
More...
|
about 20 years ago
|
| Update about DarwinPorts install |
|
More...
|
over 20 years ago
|
| New wildcard support. Lightly tested, so proceed with caution. We need to sync this on the nbshell/chainsaw branches. |
|
More...
|
over 20 years ago
|
| Doc updates about demos... |
|
More...
|
over 20 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...
|
over 20 years ago
|
| Added demo example to SVN |
|
More...
|
over 20 years ago
|
| Manual updates |
|
More...
|
over 20 years ago
|
| small import bug |
|
More...
|
over 20 years ago
|
| Finish up demo api/docs, manual improvements, other fixes. Manual work still in progress (html doesn't build right now) |
|
More...
|
over 20 years ago
|
| # auto tag for blocks, minor pycat fix. |
|
More...
|
over 20 years ago
|
| New %pycat magic. |
|
More...
|
over 20 years ago
|
| testing cleanup |
|
More...
|
over 20 years ago
|
| testing |
|
More...
|
over 20 years ago
|
| fix again() bug in demo |
|
More...
|
over 20 years ago
|
| minor fix to argv support |
|
More...
|
over 20 years ago
|
| Add sys.argv support for demos. |
|
More...
|
over 20 years ago
|
| Demo fixes, see changelog |
|
More...
|
over 20 years ago
|
| New demo class, very handy for interactive presentations. |
|
More...
|
over 20 years ago
|
| Revert Shell.py changes, they don't work. |
|
More...
|
over 20 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...
|
over 20 years ago
|
| Fix extra newlines in autocalling. |
|
More...
|
over 20 years ago
|
| Close issue 41, remove obsolete gtk 1.x code, trap os.getcwd exceptions at init time. |
|
More...
|
over 20 years ago
|
| Simple change to add svn revision info at the top level and crash handler. Useful for debugging. |
|
More...
|
over 20 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...
|
over 20 years ago
|
| Testing post-commit hooks... |
|
More...
|
over 20 years ago
|