Add support for autoindent inside (X)emacs. |
|
More...
|
about 19 years ago
|
- set the default value of autoedit_syntax to be false. Too many complaints. |
|
More...
|
about 19 years ago
|
Fix typo. |
|
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. |
|
More...
|
about 19 years ago
|
changelog |
|
More...
|
about 19 years ago
|
made myself ([email protected]) the default bug contact |
|
More...
|
about 19 years ago
|
ipapi: to_user_ns takes "x y", and doesn't support renaming anymore |
|
More...
|
about 19 years ago
|
ipapi.get() only returns dummy obj when asked for |
|
More...
|
about 19 years ago
|
Fix typo. |
|
More...
|
about 19 years ago
|
One more getters fix... |
|
More...
|
about 19 years ago
|
Forgot to commit changelog |
|
More...
|
about 19 years ago
|
Defaults rename, clean up api to use properties or direct access rather than explicit getters. |
|
More...
|
about 19 years ago
|
Fix (hopefully) another threadign bug, reported by Jorgen. |
|
More...
|
about 19 years ago
|
Only use alignment specification if it's the first yielded result. |
|
More...
|
about 19 years ago
|
Fix win32 line endings. |
|
More...
|
about 19 years ago
|
Fix alignment default. |
|
More...
|
about 19 years ago
|
Make left alignment and full output the default and remove yield (-1, True) where possible. |
|
More...
|
about 19 years ago
|
Move textwrap import to where it's needed. |
|
More...
|
about 19 years ago
|
Add missing import. |
|
More...
|
about 19 years ago
|
Use IPython's user namespace for the global namespace in ifilter, ieval and isort. |
|
More...
|
about 19 years ago
|
Copy over docstrings from the path.path methods. |
|
More...
|
about 19 years ago
|
Rename ipipe._default to ipipe.noitem (which makes the object public and better describes its use). |
|
More...
|
about 19 years ago
|
Fix small inconsistency in display hook (needed for a SAGE fix) |
|
More...
|
about 19 years ago
|
Move ibrowse into a separate module. |
|
More...
|
about 19 years ago
|
removed problematic utf-8 single quote characters from usage.py, replaced with plain old ' single quotes |
|
More...
|
about 19 years ago
|
Oinspect.py: Only show docstring for nonexisting/binary files when doing object??, closing ticket #62 |
|
More...
|
about 19 years ago
|
Move Style and related stuff to a separate module astyle.py. Add classes for wrapping output streams. |
|
More...
|
about 19 years ago
|
cleaned up the message for pyreadline |
|
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. |
|
More...
|
about 19 years ago
|
Revert r1293: It added little convenience at the cost of extensibility. |
|
More...
|
about 19 years ago
|