472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 06, 2024 — Jun 06, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add help files for igrid.
Walter Doerwald
as walter.doerwald
More... over 18 years ago
Add Nik Tautenhahns igrid extension. (igrid is a wxPython-based display object for ipipe.)
Walter Doerwald
as walter.doerwald
More... over 18 years ago
- temporarily disablex my changes from yesterday, they introduced bugs.
Fernando Perez
as fperez
More... over 18 years ago
Tests for prefiltering, contributed by Dan Milstein.
Fernando Perez
as fperez
More... over 18 years ago
Previous commit was incomplete...
Fernando Perez
as fperez
More... over 18 years ago
Fix regexp that inadvertedly broke magics with explicit % prefix.
Fernando Perez
as fperez
More... over 18 years ago
Fixes to input splitting to reduce the occurrences of spurious attribute access.
Fernando Perez
as fperez
More... over 18 years ago
Update rev number
Fernando Perez
as fperez
More... over 18 years ago
Update threads calls to avoid a DeprecationWarning from GTK.
Fernando Perez
as fperez
More... over 18 years ago
unmarshal p4 -G output to list
Ville M. Vainio
as vivainio
More... over 18 years ago
- Modified clock() to return total (user+system) time. Introduced clocku/clocks to specifically return user/system times.
Fernando Perez
as fperez
More... over 18 years ago
New extensions ipy_p4 for %p4 magic (perforce)
Ville M. Vainio
as vivainio
More... over 18 years ago
- Improvements to demo classes and some magic fixes.
Fernando Perez
as fperez
More... over 18 years ago
- Small fix to pexpect to prevent unhandled exceptions at Python shutdown time.
Fernando Perez
as fperez
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.
Walter Doerwald
as walter.doerwald
More... over 18 years ago
Minor change so that ipython starts correctly even if called via 'python -S', which avoids loading site.py
Fernando Perez
as fperez
More... over 18 years ago
Add an xrepr implementation for the noitem object.
Walter Doerwald
as walter.doerwald
More... over 18 years ago
Fix filename.
Walter Doerwald
as walter.doerwald
More... over 18 years ago
- Small tab-completion bug fix for Enthought objects.
Fernando Perez
as fperez
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.
Fernando Perez
as fperez
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.
Fernando Perez
as fperez
More... over 18 years ago
- Small extension bug fix (irunner would fail to automatically recognize file extensions).
Fernando Perez
as fperez
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.
Walter Doerwald
as walter.doerwald
More... over 18 years ago
Minor change to quiet down classic mode startup.
Fernando Perez
as fperez
More... over 18 years ago
flush stdout/err before printing tracebacks
Fernando Perez
as fperez
More... over 18 years ago
typofix
Ville M. Vainio
as vivainio
More... over 18 years ago
sanitize %env options, add prepend and print
Ville M. Vainio
as vivainio
More... over 18 years ago
envpersist.py extension - boosts %env to remember env variables
Ville M. Vainio
as vivainio
More... over 18 years ago
ipy_user_conf disables system_verbose as default
Ville M. Vainio
as vivainio
More... over 18 years ago
Add support for set_trace-like functionality, but with IPython's enhanced debugger.
Fernando Perez
as fperez
More... over 18 years ago