472
I Use This!
High Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changelog
Ville M. Vainio
as vivainio
More... almost 20 years ago
magics only complete from line start if w/o % prefix
Ville M. Vainio
as vivainio
More... almost 20 years ago
new shell profile, ipython -p sh (as opposed -p pysh)
Ville M. Vainio
as vivainio
More... almost 20 years ago
alias completing only made for first item var = !cmd is verbose by default
Ville M. Vainio
as vivainio
More... almost 20 years ago
pre_config_initialization added to enable using the db from config files
Ville M. Vainio
as vivainio
More... almost 20 years ago
use popen in genutils.getoutput
Ville M. Vainio
as vivainio
More... almost 20 years ago
test_autocall
Ville M. Vainio
as vivainio
More... almost 20 years ago
input history (_) test
Ville M. Vainio
as vivainio
More... almost 20 years ago
-Added a unit testing framework -ipapi.py: Exposed runlines and set_custom_exc
Ville M. Vainio
as vivainio
More... almost 20 years ago
changelog
Ville M. Vainio
as vivainio
More... almost 20 years ago
retry commit, autocall fixes
Ville M. Vainio
as vivainio
More... almost 20 years ago
Changes for demos and access to raw history in %macro, %save and %edit. Very lightly tested yet... but I want it accessible to others at the SAGE conference, so it goes in. I'll fix it if I broke something...
Fernando Perez
as fperez
More... almost 20 years ago
adding docs to egg because of problems in win32 easy_install == dev
Ville M. Vainio
as vivainio
More... almost 20 years ago
easy_install ipython==dev works correctly now user config changes, if rc.banner is string, use it as is. %pycat accepts a string argument and pages it's contents.
Ville M. Vainio
as vivainio
More... almost 20 years ago
change "profile not found" warning heuristics (only warn if ipythonrc-PROFNAME and ipy_profile_PROFNAME not found)
Ville M. Vainio
as vivainio
More... almost 20 years ago
changelog
Ville M. Vainio
as vivainio
More... almost 20 years ago
changed setup to support easy_install ipython==dev
Ville M. Vainio
as vivainio
More... almost 20 years ago
Fixed autoedit_syntax == 2 idiocy
Ville M. Vainio
as vivainio
More... almost 20 years ago
set .ipython dir location earlier on
Ville M. Vainio
as vivainio
More... almost 20 years ago
Fix html for PyPI
Fernando Perez
as fperez
More... almost 20 years ago
ipalias deprecated/redundant; aliases are converted and called by _ip.system() with the pre-transformed command string.
Ville M. Vainio
as vivainio
More... almost 20 years ago
Moved path to extensions - pickleshare failed because it imported path absolutely, while in IPython it was packaged inside Ipython.
Ville M. Vainio
as vivainio
More... almost 20 years ago
Attempt to make ipy gettable from svn repo through easy_install by specifying the svn url in long_description.
Ville M. Vainio
as vivainio
More... almost 20 years ago
aliases can be %store'd
Ville M. Vainio
as vivainio
More... almost 20 years ago
Grand Persistence Overhaul, featuring PickleShare. startup and shutdown hooks added.
Ville M. Vainio
as vivainio
More... almost 20 years ago
Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module)
Ville M. Vainio
as vivainio
More... almost 20 years ago
Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke.
Fernando Perez
as fperez
More... almost 20 years ago
Oops, OutputFile was only in Windows readline, fixed.
Ville M. Vainio
as vivainio
More... almost 20 years ago
provide single readline config place through rlineimpl
Ville M. Vainio
as vivainio
More... almost 20 years ago
Try to import pyreadline on win32
Ville M. Vainio
as vivainio
More... almost 20 years ago