472
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 15 hours ago.
Aug 18, 2025 — Aug 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix formatting More... 14 days ago
Support 'as' aliasing in %aimport magic More... 14 days ago
Surface malformed number literal errors as syntax errors in check_complete More... 15 days ago
Bump the actions group across 1 directory with 8 updates (#15346) More... 15 days ago
link to more items in whatsnew (#15343) More... 15 days ago
ci: run mypy on Windows, plus cross-platform --platform checks More... 15 days ago
strip control characters from the terminal title before writing it More... 16 days ago
Defer `cProfile` in `core/magics/execution.py` More... 16 days ago
Defer imports in the display machinery More... 16 days ago
Defer `IPython.utils.timing` in `core/magics/execution.py` More... 16 days ago
Defer stdlib imports in `IPython/core` to their use sites More... 16 days ago
Move a stray mid-module import block to the top of `core/history.py` More... 16 days ago
Defer the pygments imports in `core/oinspect.py` More... 16 days ago
Defer `uuid`, `unicodedata`, `guarded_eval` and `latex_symbols` in the completer More... 16 days ago
Defer `math` import in execution magics More... 16 days ago
Defer import of `HistoryOutput` in displayhook, More... 16 days ago
Build `InteractiveShell.db` on first access More... 16 days ago
Defer `traceback` and `inspect` in the traceback machinery More... 16 days ago
tool to average import-time run before handing to tuna More... 16 days ago
Build `InteractiveShell.logger` on first access More... 16 days ago
Import `sqlite3` on first use rather than at `core.history` import More... 16 days ago
Lazily build the per-magic pygments lexers in IPythonPTLexer More... 16 days ago
Defer `urllib.parse` in `core/magics/code.py` More... 16 days ago
Defer `subprocess.CalledProcessError` in `core/magics/script.py` More... 16 days ago
Defer `signal` in `core/magics/script.py` More... 16 days ago
Defer stdlib imports in `IPython/utils` and the profile machinery More... 16 days ago
Allow forcing kitty graphics support with an environment variable More... 16 days ago
Defer the `pygments.lexers` import in `terminal/ptutils.py` More... 16 days ago
Avoid importing `logging` just for two level constants More... 16 days ago
Defer rarely-needed imports out of IPython's startup path More... 16 days ago