472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Corrected platform recognition for win32
Ville M. Vainio
as vivainio
More... over 19 years ago
Do not attempt to set term title in non-xterm workalikes (at least linux character console malfunctions).
Ville M. Vainio
as vivainio
More... over 19 years ago
Configurable display hook
Ville M. Vainio
as vivainio
More... over 19 years ago
Hooks now implement "Chain of Command" design pattern, with TryNext exception signalling failure. Setting via set_hook as usual.
Ville M. Vainio
as vivainio
More... over 19 years ago
%cd accepts \ as pathsep - will convert to /.
Ville M. Vainio
as vivainio
More... over 19 years ago
ipapi decorators ashook, asmagic; ipapi.options() for __IP.rc access
Ville M. Vainio
as vivainio
More... over 19 years ago
Added ipapi, the extension api for ipython. Fixed oinspect for obj.__doc__ == None (magics)
Ville M. Vainio
as vivainio
More... over 19 years ago
Fixed logical flaw (harmless so far) in handle_shell_escape
Ville M. Vainio
as vivainio
More... over 19 years ago
Added platutils modules, now only needed for %cd to change terminal title string. Implemented for Linux.
Ville M. Vainio
as vivainio
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.
Fernando Perez
as fperez
More... over 19 years ago
Made ! and !! shell escapes work again in multiline statements.
Ville M. Vainio
as vivainio
More... over 19 years ago
ipython.py entry to changelog
Ville M. Vainio
as vivainio
More... over 19 years ago
Quick ipython startup script "ipython.py" in source root for zero-install/development use.
Ville M. Vainio
as vivainio
More... over 19 years ago
Added instructions on building the documentation (patch: Jörgen Stenarson <[email protected]>, with some mods)
Ville M. Vainio
as vivainio
More... over 19 years ago
Forgot Kudos to the originator of the idea.
Ville M. Vainio
as vivainio
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.
Ville M. Vainio
as vivainio
More... over 19 years ago
Manual update - Ville as maintainer.
Fernando Perez
as fperez
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
Fernando Perez
as fperez
More... over 19 years ago
Added Jorgen Stenarson's update_manual.py to enable updating manuals in Windows too.
Ville M. Vainio
as vivainio
More... over 19 years ago
Fixed %pycat to use pycolorize() instead of nonexistent colorize().
Ville M. Vainio
as vivainio
More... over 19 years ago
Fix GTK timer/idle problems, finally.
Fernando Perez
as fperez
More... over 19 years ago
Updated python version requirement to 2.3
Ville M. Vainio
as vivainio
More... over 19 years ago
Ready for 0.7.0 release!
Fernando Perez
as fperez
More... over 19 years ago
Add egg support.
Fernando Perez
as fperez
More... over 19 years ago
Arnd's wxversion support.
Fernando Perez
as fperez
More... over 19 years ago
Apply Prabhu's patch for traits tab completion.
Fernando Perez
as fperez
More... over 19 years ago
fix tab-completion bug in embedded ipython reported by Arnd
Fernando Perez
as fperez
More... over 19 years ago
Small fix in ultraTB, and fix autocall.
Fernando Perez
as fperez
More... over 19 years ago
Fix gtk threading bug
Fernando Perez
as fperez
More... over 19 years ago
fix small bug in traceback building
Fernando Perez
as fperez
More... over 19 years ago