472
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 26, 2025 — Jul 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
doc fixes to logging
Fernando Perez
as fperez
More... over 20 years ago
Fix latex formatting of docstrings, patch by Stefan van der Walt <stefan-AT-sun.ac.za>.
Fernando Perez
as fperez
More... over 20 years ago
Jorgen Stenarson's patch (minor mods) to support network shares under win32.
Fernando Perez
as fperez
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>.
Fernando Perez
as fperez
More... over 20 years ago
Tiny cleanups before next round of patches, so I have a safe revert point.
Fernando Perez
as fperez
More... over 20 years ago
minor docstring fixes
Fernando Perez
as fperez
More... over 20 years ago
Add Ville's patch for the new %store persistence magic.
Fernando Perez
as fperez
More... over 20 years ago
more cleanups...
Fernando Perez
as fperez
More... over 20 years ago
Major cleanups and changes, see changelog/changeset for full details.
Fernando Perez
as fperez
More... over 20 years ago
pdb support in threaded mode, replaced the crash handler with a verbose traceback printer for threaded shells.
Fernando Perez
as fperez
More... over 20 years ago
Fix tab-completion bug in threaded shells.x
Fernando Perez
as fperez
More... over 20 years ago
- Make autoedit_syntax true by default
Fernando Perez
as fperez
More... over 20 years ago
Turn quit/exit into magics instead of special-cased strings
Fernando Perez
as fperez
More... over 20 years ago
Fix changelog, broken in previous commit
Fernando Perez
as fperez
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).
Fernando Perez
as fperez
More... over 20 years ago
Add support for multiline input with blank lines in it. Closes issue 43.
Fernando Perez
as fperez
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.
Fernando Perez
as fperez
More... over 20 years ago
- Big iplib cleanups, moved all tab-completion functionality to its own module (IPython.completer).
Fernando Perez
as fperez
More... over 20 years ago
Indentation improvements:
Fernando Perez
as fperez
More... over 20 years ago
harden reporting against failures for objects which break when dir() is called on them.
Fernando Perez
as fperez
More... over 20 years ago
clean up debug messages left in by accident
Fernando Perez
as fperez
More... over 20 years ago
Namespace fixes for embedded instances, as well as tab-complete enhancements in that context. Full details in changelog
Fernando Perez
as fperez
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.
Fernando Perez
as fperez
More... over 20 years ago
Fix mainloop() call form which was inconsistent across shell classes
Fernando Perez
as fperez
More... over 20 years ago
Updated manpage and docs to clarify negated options usage. Thanks to Stefan van der Walt for the heads-up.
Fernando Perez
as fperez
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).
Fernando Perez
as fperez
More... over 20 years ago
Fix crash with a naked 'alias' call in ipythonrc file.
Fernando Perez
as fperez
More... over 20 years ago
Wildcard system cleanup, ipmaker speedups, bugfix in globals handling (previous fix had introduced a problem). Changelog has more details.
Fernando Perez
as fperez
More... over 20 years ago
wildcard fixes for subclasses
Fernando Perez
as fperez
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).
Fernando Perez
as fperez
More... over 20 years ago