472
I Use This!
High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
%upgrade -nolegacy
Ville M. Vainio
as vivainio
More... over 19 years ago
quickref prints short descriptions of %magics
Ville M. Vainio
as vivainio
More... over 19 years ago
corrected some quickref glitches
Ville M. Vainio
as vivainio
More... over 19 years ago
changelog
Ville M. Vainio
as vivainio
More... over 19 years ago
%upgrade
Ville M. Vainio
as vivainio
More... over 19 years ago
fix MANIFEST.in to make setuptools work
Ville M. Vainio
as vivainio
More... over 19 years ago
%save works again
Ville M. Vainio
as vivainio
More... over 19 years ago
upgrade_dir skips ipythonrc* (would be problematic on win32)
Ville M. Vainio
as vivainio
More... over 19 years ago
upgrade_dir for upgrading to newer config files (more cautious than current upgrade feature)
Ville M. Vainio
as vivainio
More... over 19 years ago
fixed %quickref
Ville M. Vainio
as vivainio
More... over 19 years ago
ipy_sane_defaults
Ville M. Vainio
as vivainio
More... over 19 years ago
typofix in changelog
Ville M. Vainio
as vivainio
More... over 19 years ago
Pprint works again
Ville M. Vainio
as vivainio
More... over 19 years ago
Add quotes in the editor hook so that editor commands with spaces in them work correctly.
Fernando Perez
as fperez
More... over 19 years ago
Fix comments in default rc file (@ -> %)
Fernando Perez
as fperez
More... over 19 years ago
Fix http://www.scipy.net/roundup/ipython/issue53, test added (though it must be run manually, so I named it differently so it's not picked up automatically.
Fernando Perez
as fperez
More... over 19 years ago
changelog
Ville M. Vainio
as vivainio
More... over 19 years ago
magics only complete from line start if w/o % prefix
Ville M. Vainio
as vivainio
More... over 19 years ago
new shell profile, ipython -p sh (as opposed -p pysh)
Ville M. Vainio
as vivainio
More... over 19 years ago
alias completing only made for first item var = !cmd is verbose by default
Ville M. Vainio
as vivainio
More... over 19 years ago
pre_config_initialization added to enable using the db from config files
Ville M. Vainio
as vivainio
More... over 19 years ago
use popen in genutils.getoutput
Ville M. Vainio
as vivainio
More... over 19 years ago
test_autocall
Ville M. Vainio
as vivainio
More... over 19 years ago
input history (_) test
Ville M. Vainio
as vivainio
More... over 19 years ago
-Added a unit testing framework -ipapi.py: Exposed runlines and set_custom_exc
Ville M. Vainio
as vivainio
More... over 19 years ago
changelog
Ville M. Vainio
as vivainio
More... over 19 years ago
retry commit, autocall fixes
Ville M. Vainio
as vivainio
More... over 19 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... over 19 years ago
adding docs to egg because of problems in win32 easy_install == dev
Ville M. Vainio
as vivainio
More... over 19 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... over 19 years ago