| doc fixes to logging |
|
More...
|
over 20 years ago
|
| Fix latex formatting of docstrings, patch by Stefan van der Walt <stefan-AT-sun.ac.za>. |
|
More...
|
over 20 years ago
|
| Jorgen Stenarson's patch (minor mods) to support network shares under win32. |
|
More...
|
over 20 years ago
|
| Add new winconsole module and fixes to page_dumb() to improve its behavior under win32. Contributed by Alexander Belchenko <bialix-AT-ukr.net>. |
|
More...
|
over 20 years ago
|
| Tiny cleanups before next round of patches, so I have a safe revert point. |
|
More...
|
over 20 years ago
|
| minor docstring fixes |
|
More...
|
over 20 years ago
|
| Add Ville's patch for the new %store persistence magic. |
|
More...
|
over 20 years ago
|
| more cleanups... |
|
More...
|
over 20 years ago
|
| Major cleanups and changes, see changelog/changeset for full details. |
|
More...
|
over 20 years ago
|
| pdb support in threaded mode, replaced the crash handler with a verbose traceback printer for threaded shells. |
|
More...
|
over 20 years ago
|
| Fix tab-completion bug in threaded shells.x |
|
More...
|
over 20 years ago
|
| - Make autoedit_syntax true by default |
|
More...
|
over 20 years ago
|
| Turn quit/exit into magics instead of special-cased strings |
|
More...
|
over 20 years ago
|
| Fix changelog, broken in previous commit |
|
More...
|
over 20 years ago
|
| Added support for automatically reopening the editor if the file had a syntax error in it. Thanks to scottt who provided the patch at: http://www.scipy.net/roundup/ipython/issue36 (slightly modified version committed). |
|
More...
|
over 20 years ago
|
| Add support for multiline input with blank lines in it. Closes issue 43. |
|
More...
|
over 20 years ago
|
| Cosmetic cleanups: put all imports in a single line, and sort them alphabetically. This will make it easier to see/clean dependencies as we start copying stuff into chainsaw. |
|
More...
|
over 20 years ago
|
| - Big iplib cleanups, moved all tab-completion functionality to its own module (IPython.completer). |
|
More...
|
over 20 years ago
|
| Indentation improvements: |
|
More...
|
over 20 years ago
|
| harden reporting against failures for objects which break when dir() is called on them. |
|
More...
|
over 20 years ago
|
| clean up debug messages left in by accident |
|
More...
|
over 20 years ago
|
| Namespace fixes for embedded instances, as well as tab-complete enhancements in that context. Full details in changelog |
|
More...
|
over 20 years ago
|
| - Fairly significant changes to include Vivian's patches for improved pdb support. Her original idea was kept in full, code reworked for compactness and better integration with the rest of ipython. |
|
More...
|
over 20 years ago
|
| Fix mainloop() call form which was inconsistent across shell classes |
|
More...
|
over 20 years ago
|
| Updated manpage and docs to clarify negated options usage. Thanks to Stefan van der Walt for the heads-up. |
|
More...
|
over 20 years ago
|
| Put .rc attribute in instance earlier, too many methods expect this to be there and it could lead to weird runtime bugs (like the one fixed by the previous commit). |
|
More...
|
over 20 years ago
|
| Fix crash with a naked 'alias' call in ipythonrc file. |
|
More...
|
over 20 years ago
|
| Wildcard system cleanup, ipmaker speedups, bugfix in globals handling (previous fix had introduced a problem). Changelog has more details. |
|
More...
|
over 20 years ago
|
| wildcard fixes for subclasses |
|
More...
|
over 20 years ago
|
| Fixes for handling of global variables in embedded ipython instances (I ran into the bug while trying to fix a bug in scipy's polynomials module). |
|
More...
|
over 20 years ago
|