472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 14, 2024 — Jun 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
minor fix to argv support
Fernando Perez
as fperez
More... over 19 years ago
Add sys.argv support for demos.
Fernando Perez
as fperez
More... over 19 years ago
Demo fixes, see changelog
Fernando Perez
as fperez
More... over 19 years ago
New demo class, very handy for interactive presentations.
Fernando Perez
as fperez
More... over 19 years ago
Revert Shell.py changes, they don't work.
Fernando Perez
as fperez
More... over 19 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.
Fernando Perez
as fperez
More... over 19 years ago
Fix extra newlines in autocalling.
Fernando Perez
as fperez
More... almost 20 years ago
Close issue 41, remove obsolete gtk 1.x code, trap os.getcwd exceptions at init time.
Fernando Perez
as fperez
More... almost 20 years ago
Simple change to add svn revision info at the top level and crash handler. Useful for debugging.
Fernando Perez
as fperez
More... almost 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.
Fernando Perez
as fperez
More... almost 20 years ago
Testing post-commit hooks...
Fernando Perez
as fperez
More... almost 20 years ago
Trivial test for svn post-commit hooks
Fernando Perez
as fperez
More... almost 20 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.
Fernando Perez
as fperez
More... almost 20 years ago
Fix incorrect link in OSX instructions.
Fernando Perez
as fperez
More... almost 20 years ago
Close http://www.scipy.net/roundup/ipython/issue40, add OSX install info to manual.
Fernando Perez
as fperez
More... almost 20 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).
Fernando Perez
as fperez
More... almost 20 years ago
Minor improvements, to add changeset info.
Fernando Perez
as fperez
More... almost 20 years ago
Fixed log hook to check against HEAD so the email is more informative.
Fernando Perez
as fperez
More... almost 20 years ago
Added new little utility for wrapping svn commits with email notifications, til we have trac/svn hooks in place.
Fernando Perez
as fperez
More... almost 20 years ago
fix to help users with invalid $HOME under win32.
Fernando Perez
as fperez
More... almost 20 years ago
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.
Fernando Perez
as fperez
More... almost 20 years ago
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.
Fernando Perez
as fperez
More... almost 20 years ago
Close http://www.scipy.net/roundup/ipython/issue34 with slightly modified patch (filter non-strings from tab completions).
Fernando Perez
as fperez
More... almost 20 years ago
Updated release tag for SVN. Added John Hunter's patch to Shell.py, which fixes problems with certain backends and the OO matplotlib API. More... almost 20 years ago
Add ChangeLog symlink, sync up SVN with my local tree (minimal changes), to start new work off SVN. More... almost 20 years ago
Reorganized the directory for ipython/ to have its own dir, which is a bit more consistent with the SVN book recommended layout.
Fernando Perez
as fperez
More... almost 20 years ago