| Minor cleanup - leftover debug stuff |
|
More...
|
almost 20 years ago
|
| New system for interactively running scripts. After a submission by Ken Schutte <kschutte-AT-csail.mit.edu> on the ipython-user list. |
|
More...
|
almost 20 years ago
|
| forgot changelog commit |
|
More...
|
almost 20 years ago
|
| - correct recent argv fix, which was breaking tkinter |
|
More...
|
almost 20 years ago
|
| - fix bug where aliases would shadow variables when autocall was fully off. |
|
More...
|
almost 20 years ago
|
| Small fix to sys.argv, match python's default behavior. |
|
More...
|
almost 20 years ago
|
| Small bugfix for pylab threaded backends. |
|
More...
|
almost 20 years ago
|
| - Fix problems with -pylab and custom namespaces. - ipapi change: 'create' -> 'make'. |
|
More...
|
almost 20 years ago
|
| Add support for autoindent inside (X)emacs. |
|
More...
|
almost 20 years ago
|
| - set the default value of autoedit_syntax to be false. Too many complaints. |
|
More...
|
almost 20 years ago
|
| Fix typo. |
|
More...
|
almost 20 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...
|
almost 20 years ago
|
| changelog |
|
More...
|
almost 20 years ago
|
| made myself ([email protected]) the default bug contact |
|
More...
|
almost 20 years ago
|
| ipapi: to_user_ns takes "x y", and doesn't support renaming anymore |
|
More...
|
almost 20 years ago
|
| ipapi.get() only returns dummy obj when asked for |
|
More...
|
almost 20 years ago
|
| Fix typo. |
|
More...
|
almost 20 years ago
|
| One more getters fix... |
|
More...
|
almost 20 years ago
|
| Forgot to commit changelog |
|
More...
|
almost 20 years ago
|
| Defaults rename, clean up api to use properties or direct access rather than explicit getters. |
|
More...
|
almost 20 years ago
|
| Fix (hopefully) another threadign bug, reported by Jorgen. |
|
More...
|
almost 20 years ago
|
| Only use alignment specification if it's the first yielded result. |
|
More...
|
almost 20 years ago
|
| Fix win32 line endings. |
|
More...
|
almost 20 years ago
|
| Fix alignment default. |
|
More...
|
almost 20 years ago
|
| Make left alignment and full output the default and remove yield (-1, True) where possible. |
|
More...
|
almost 20 years ago
|
| Move textwrap import to where it's needed. |
|
More...
|
almost 20 years ago
|
| Add missing import. |
|
More...
|
almost 20 years ago
|
| Use IPython's user namespace for the global namespace in ifilter, ieval and isort. |
|
More...
|
almost 20 years ago
|
| Copy over docstrings from the path.path methods. |
|
More...
|
almost 20 years ago
|
| Rename ipipe._default to ipipe.noitem (which makes the object public and better describes its use). |
|
More...
|
almost 20 years ago
|