472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for autoindent inside (X)emacs.
Fernando Perez
as fperez
More... about 19 years ago
- set the default value of autoedit_syntax to be false. Too many complaints.
Fernando Perez
as fperez
More... about 19 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
- add support for PyCrust-style _getAttributeNames magic method. Closes #50. - don't delete exit/quit. Closes #55. - rename 'with' to 'with_obj' to avoid problems in python 2.5. Closes #53. - fix FakeModule, which also closes #59. - add -n option to %edit. - fix various other crashes reported by the automatic crash handler.
Fernando Perez
as fperez
More... about 19 years ago
changelog
Ville M. Vainio
as vivainio
More... about 19 years ago
made myself ([email protected]) the default bug contact
Ville M. Vainio
as vivainio
More... about 19 years ago
ipapi: to_user_ns takes "x y", and doesn't support renaming anymore
Ville M. Vainio
as vivainio
More... about 19 years ago
ipapi.get() only returns dummy obj when asked for
Ville M. Vainio
as vivainio
More... about 19 years ago
Fix typo.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
One more getters fix...
Fernando Perez
as fperez
More... about 19 years ago
Forgot to commit changelog
Fernando Perez
as fperez
More... about 19 years ago
Defaults rename, clean up api to use properties or direct access rather than explicit getters.
Fernando Perez
as fperez
More... about 19 years ago
Fix (hopefully) another threadign bug, reported by Jorgen.
Fernando Perez
as fperez
More... about 19 years ago
Only use alignment specification if it's the first yielded result.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Fix win32 line endings.
Fernando Perez
as fperez
More... about 19 years ago
Fix alignment default.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Make left alignment and full output the default and remove yield (-1, True) where possible.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Move textwrap import to where it's needed.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Add missing import.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Use IPython's user namespace for the global namespace in ifilter, ieval and isort.
Walter Doerwald
as walter.doerwald
More... about 19 years ago
Copy over docstrings from the path.path methods.
Walter Doerwald
as walter.doerwald
More... about 19 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 19 years ago
Fix small inconsistency in display hook (needed for a SAGE fix)
Fernando Perez
as fperez
More... about 19 years ago
Move ibrowse into a separate module.
Walter Doerwald
as walter.doerwald
More... about 19 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 19 years ago
Oinspect.py: Only show docstring for nonexisting/binary files when doing object??, closing ticket #62
Ville M. Vainio
as vivainio
More... about 19 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 19 years ago
cleaned up the message for pyreadline
Ville M. Vainio
as vivainio
More... about 19 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 19 years ago
Revert r1293: It added little convenience at the cost of extensibility.
Walter Doerwald
as walter.doerwald
More... about 19 years ago