472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 28, 2025 — Jun 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
changelog
Ville M. Vainio
as vivainio
More... about 20 years ago
made myself ([email protected]) the default bug contact
Ville M. Vainio
as vivainio
More... about 20 years ago
ipapi: to_user_ns takes "x y", and doesn't support renaming anymore
Ville M. Vainio
as vivainio
More... about 20 years ago
ipapi.get() only returns dummy obj when asked for
Ville M. Vainio
as vivainio
More... about 20 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
One more getters fix...
Fernando Perez
as fperez
More... about 20 years ago
Forgot to commit changelog
Fernando Perez
as fperez
More... about 20 years ago
Defaults rename, clean up api to use properties or direct access rather than explicit getters.
Fernando Perez
as fperez
More... about 20 years ago
Fix (hopefully) another threadign bug, reported by Jorgen.
Fernando Perez
as fperez
More... about 20 years ago
Only use alignment specification if it's the first yielded result.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Fix win32 line endings.
Fernando Perez
as fperez
More... about 20 years ago
Fix alignment default.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Make left alignment and full output the default and remove yield (-1, True) where possible.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Move textwrap import to where it's needed.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Add missing import.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Use IPython's user namespace for the global namespace in ifilter, ieval and isort.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Copy over docstrings from the path.path methods.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Rename ipipe._default to ipipe.noitem (which makes the object public and better describes its use).
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Fix small inconsistency in display hook (needed for a SAGE fix)
Fernando Perez
as fperez
More... about 20 years ago
Move ibrowse into a separate module.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
removed problematic utf-8 single quote characters from usage.py, replaced with plain old ' single quotes
Ville M. Vainio
as vivainio
More... about 20 years ago
Oinspect.py: Only show docstring for nonexisting/binary files when doing object??, closing ticket #62
Ville M. Vainio
as vivainio
More... about 20 years ago
Move Style and related stuff to a separate module astyle.py. Add classes for wrapping output streams.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
cleaned up the message for pyreadline
Ville M. Vainio
as vivainio
More... about 20 years ago
Fix http://www.scipy.net/roundup/ipython/issue55, a threading bug. It was easiest to trigger under win32, but the bug was actually present on all platforms.
Fernando Perez
as fperez
More... about 20 years ago
Revert r1293: It added little convenience at the cost of extensibility.
Walter Doerwald
as walter.doerwald
More... about 20 years ago
%clip = <expr> syntax in win32clip.py
Ville M. Vainio
as vivainio
More... about 20 years ago
Add a default implementation for __xiter__(), so that forgetting to implement it doesn't lead to infinite recursion in xiter().
Walter Doerwald
as walter.doerwald
More... about 20 years ago
Put out 0.7.2.rc1 for testing.
Fernando Perez
as fperez
More... about 20 years ago
Fix exception formatting.
Walter Doerwald
as walter.doerwald
More... about 20 years ago