| changelog |
|
More...
|
almost 20 years ago
|
| magics only complete from line start if w/o % prefix |
|
More...
|
almost 20 years ago
|
| new shell profile, ipython -p sh (as opposed -p pysh) |
|
More...
|
almost 20 years ago
|
| alias completing only made for first item var = !cmd is verbose by default |
|
More...
|
almost 20 years ago
|
| pre_config_initialization added to enable using the db from config files |
|
More...
|
almost 20 years ago
|
| use popen in genutils.getoutput |
|
More...
|
almost 20 years ago
|
| test_autocall |
|
More...
|
almost 20 years ago
|
| input history (_) test |
|
More...
|
almost 20 years ago
|
| -Added a unit testing framework -ipapi.py: Exposed runlines and set_custom_exc |
|
More...
|
almost 20 years ago
|
| changelog |
|
More...
|
almost 20 years ago
|
| retry commit, autocall fixes |
|
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... |
|
More...
|
almost 20 years ago
|
| adding docs to egg because of problems in win32 easy_install == dev |
|
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. |
|
More...
|
almost 20 years ago
|
| change "profile not found" warning heuristics (only warn if ipythonrc-PROFNAME and ipy_profile_PROFNAME not found) |
|
More...
|
almost 20 years ago
|
| changelog |
|
More...
|
almost 20 years ago
|
| changed setup to support easy_install ipython==dev |
|
More...
|
almost 20 years ago
|
| Fixed autoedit_syntax == 2 idiocy |
|
More...
|
almost 20 years ago
|
| set .ipython dir location earlier on |
|
More...
|
almost 20 years ago
|
| Fix html for PyPI |
|
More...
|
almost 20 years ago
|
| ipalias deprecated/redundant; aliases are converted and called by _ip.system() with the pre-transformed command string. |
|
More...
|
almost 20 years ago
|
| Moved path to extensions - pickleshare failed because it imported path absolutely, while in IPython it was packaged inside Ipython. |
|
More...
|
almost 20 years ago
|
| Attempt to make ipy gettable from svn repo through easy_install by specifying the svn url in long_description. |
|
More...
|
almost 20 years ago
|
| aliases can be %store'd |
|
More...
|
almost 20 years ago
|
| Grand Persistence Overhaul, featuring PickleShare. startup and shutdown hooks added. |
|
More...
|
almost 20 years ago
|
| Made 'old' readline work again (GetOutpuFile was not exported with 'from readline import *', need to access via real module) |
|
More...
|
almost 20 years ago
|
| Fix KeyboardInterrupt trapping (Ctrl-C), which I think I recently broke. |
|
More...
|
almost 20 years ago
|
| Oops, OutputFile was only in Windows readline, fixed. |
|
More...
|
almost 20 years ago
|
| provide single readline config place through rlineimpl |
|
More...
|
almost 20 years ago
|
| Try to import pyreadline on win32 |
|
More...
|
almost 20 years ago
|