Add help files for igrid. |
|
More...
|
over 18 years ago
|
Add Nik Tautenhahns igrid extension. (igrid is a wxPython-based display object for ipipe.) |
|
More...
|
over 18 years ago
|
- temporarily disablex my changes from yesterday, they introduced bugs. |
|
More...
|
over 18 years ago
|
Tests for prefiltering, contributed by Dan Milstein. |
|
More...
|
over 18 years ago
|
Previous commit was incomplete... |
|
More...
|
over 18 years ago
|
Fix regexp that inadvertedly broke magics with explicit % prefix. |
|
More...
|
over 18 years ago
|
Fixes to input splitting to reduce the occurrences of spurious attribute access. |
|
More...
|
over 18 years ago
|
Update rev number |
|
More...
|
over 18 years ago
|
Update threads calls to avoid a DeprecationWarning from GTK. |
|
More...
|
over 18 years ago
|
unmarshal p4 -G output to list |
|
More...
|
over 18 years ago
|
- Modified clock() to return total (user+system) time. Introduced clocku/clocks to specifically return user/system times. |
|
More...
|
over 18 years ago
|
New extensions ipy_p4 for %p4 magic (perforce) |
|
More...
|
over 18 years ago
|
- Improvements to demo classes and some magic fixes. |
|
More...
|
over 18 years ago
|
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown time. |
|
More...
|
over 18 years ago
|
If entering the first object level (i.e. the object for which the browser has been started) fails, now the error is raised directly (aborting the browser) instead of running into an empty levels list later. |
|
More...
|
over 18 years ago
|
Minor change so that ipython starts correctly even if called via 'python -S', which avoids loading site.py |
|
More...
|
over 18 years ago
|
Add an xrepr implementation for the noitem object. |
|
More...
|
over 18 years ago
|
Fix filename. |
|
More...
|
over 18 years ago
|
- Small tab-completion bug fix for Enthought objects. |
|
More...
|
over 18 years ago
|
Small fix for %run which wouldn't complete arguments to scripts if they didn't end in .py or .ipy. |
|
More...
|
over 18 years ago
|
- Bug fixes in Demo code to support demos with IPython syntax - Extensive irunner changes needed for doctesting out of process IPython examples. |
|
More...
|
over 18 years ago
|
- Small extension bug fix (irunner would fail to automatically recognize file extensions). |
|
More...
|
over 18 years ago
|
IPython/Extensions/ipipe.py (xiter): Make sure that iterating a string containing a single line yields the string itself as the only item. |
|
More...
|
over 18 years ago
|
Minor change to quiet down classic mode startup. |
|
More...
|
over 18 years ago
|
flush stdout/err before printing tracebacks |
|
More...
|
over 18 years ago
|
typofix |
|
More...
|
over 18 years ago
|
sanitize %env options, add prepend and print |
|
More...
|
over 18 years ago
|
envpersist.py extension - boosts %env to remember env variables |
|
More...
|
over 18 years ago
|
ipy_user_conf disables system_verbose as default |
|
More...
|
over 18 years ago
|
Add support for set_trace-like functionality, but with IPython's enhanced debugger. |
|
More...
|
over 18 years ago
|