Corrected platform recognition for win32 |
|
More...
|
over 19 years ago
|
Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions). |
|
More...
|
over 19 years ago
|
Configurable display hook |
|
More...
|
over 19 years ago
|
Hooks now implement "Chain of Command" design pattern, with TryNext exception signalling failure. Setting via set_hook as usual. |
|
More...
|
over 19 years ago
|
%cd accepts \ as pathsep - will convert to /. |
|
More...
|
over 19 years ago
|
ipapi decorators ashook, asmagic; ipapi.options() for __IP.rc access |
|
More...
|
over 19 years ago
|
Added ipapi, the extension api for ipython. Fixed oinspect for obj.__doc__ == None (magics) |
|
More...
|
over 19 years ago
|
Fixed logical flaw (harmless so far) in handle_shell_escape |
|
More...
|
over 19 years ago
|
Added platutils modules, now only needed for %cd to change terminal title string. Implemented for Linux. |
|
More...
|
over 19 years ago
|
%autocall fixes %autoindent fixes, though I had to disable pasting of code while autoindent is on. Will try to restore it later. |
|
More...
|
over 19 years ago
|
Made ! and !! shell escapes work again in multiline statements. |
|
More...
|
over 19 years ago
|
ipython.py entry to changelog |
|
More...
|
over 19 years ago
|
Quick ipython startup script "ipython.py" in source root for zero-install/development use. |
|
More...
|
over 19 years ago
|
Added instructions on building the documentation (patch: Jörgen Stenarson <[email protected]>, with some mods) |
|
More...
|
over 19 years ago
|
Forgot Kudos to the originator of the idea. |
|
More...
|
over 19 years ago
|
Prettified and hardened string/backslash quoting with ipsystem(), ipalias() and ipmagic(). Now even \ characters are passed to %magics, !shell escapes and aliases exactly as they are in the ipython command line. |
|
More...
|
over 19 years ago
|
Manual update - Ville as maintainer. |
|
More...
|
over 19 years ago
|
Rename Struct to ipstruct, to fix a bug under windows due to shadowing of the builtin struct module. Other minor fixes |
|
More...
|
over 19 years ago
|
Added Jorgen Stenarson's update_manual.py to enable updating manuals in Windows too. |
|
More...
|
over 19 years ago
|
Fixed %pycat to use pycolorize() instead of nonexistent colorize(). |
|
More...
|
over 19 years ago
|
Fix GTK timer/idle problems, finally. |
|
More...
|
over 19 years ago
|
Updated python version requirement to 2.3 |
|
More...
|
over 19 years ago
|
Ready for 0.7.0 release! |
|
More...
|
over 19 years ago
|
Add egg support. |
|
More...
|
over 19 years ago
|
Arnd's wxversion support. |
|
More...
|
over 19 years ago
|
Apply Prabhu's patch for traits tab completion. |
|
More...
|
over 19 years ago
|
fix tab-completion bug in embedded ipython reported by Arnd |
|
More...
|
over 19 years ago
|
Small fix in ultraTB, and fix autocall. |
|
More...
|
over 19 years ago
|
Fix gtk threading bug |
|
More...
|
over 19 years ago
|
fix small bug in traceback building |
|
More...
|
over 19 years ago
|