471
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Made ! and !! shell escapes work again in multiline statements.
Ville M. Vainio
as vivainio
More... over 18 years ago
ipython.py entry to changelog
Ville M. Vainio
as vivainio
More... over 18 years ago
Quick ipython startup script "ipython.py" in source root for zero-install/development use.
Ville M. Vainio
as vivainio
More... over 18 years ago
Added instructions on building the documentation (patch: Jörgen Stenarson <[email protected]>, with some mods)
Ville M. Vainio
as vivainio
More... over 18 years ago
Forgot Kudos to the originator of the idea.
Ville M. Vainio
as vivainio
More... over 18 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 18 years ago
Manual update - Ville as maintainer.
Fernando Perez
as fperez
More... over 18 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 18 years ago
Added Jorgen Stenarson's update_manual.py to enable updating manuals in Windows too.
Ville M. Vainio
as vivainio
More... over 18 years ago
Fixed %pycat to use pycolorize() instead of nonexistent colorize().
Ville M. Vainio
as vivainio
More... over 18 years ago
Fix GTK timer/idle problems, finally.
Fernando Perez
as fperez
More... over 18 years ago
Updated python version requirement to 2.3
Ville M. Vainio
as vivainio
More... over 18 years ago
Ready for 0.7.0 release!
Fernando Perez
as fperez
More... over 18 years ago
Add egg support.
Fernando Perez
as fperez
More... over 18 years ago
Arnd's wxversion support.
Fernando Perez
as fperez
More... over 18 years ago
Apply Prabhu's patch for traits tab completion.
Fernando Perez
as fperez
More... over 18 years ago
fix tab-completion bug in embedded ipython reported by Arnd
Fernando Perez
as fperez
More... over 18 years ago
Small fix in ultraTB, and fix autocall.
Fernando Perez
as fperez
More... over 18 years ago
Fix gtk threading bug
Fernando Perez
as fperez
More... over 18 years ago
fix small bug in traceback building
Fernando Perez
as fperez
More... over 18 years ago
fix cd -b crash (patch by Ville)
Fernando Perez
as fperez
More... over 18 years ago
- Add autocall 'smart' mode.
Fernando Perez
as fperez
More... over 18 years ago
util script
Fernando Perez
as fperez
More... over 18 years ago
Fixes to:
Fernando Perez
as fperez
More... over 18 years ago
add .meta namespace for extension writers.
Fernando Perez
as fperez
More... over 18 years ago
- improve support for tab-completion under emacs - support N-M notation for slices in magics (includes endpoint)
Fernando Perez
as fperez
More... over 18 years ago
for modules which define __all__, complete only on those. After a patch by Jeffrey Collins <jcollins_boulder-AT-earthlink.net>.
Fernando Perez
as fperez
More... over 18 years ago
Pdb calling, pickle (under certain circumstances, connected with %run) and input history bug fixes. The last two were subtle problems I've known have been lurking for a long time, I hope I finally got it all.
Fernando Perez
as fperez
More... over 18 years ago
clean leftover debug info
Fernando Perez
as fperez
More... over 18 years ago
fix handling of aliases/system calls for multiline input
Fernando Perez
as fperez
More... over 18 years ago