472
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Sep 24, 2025 — Sep 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Defer stdlib imports in `IPython/utils` and the profile machinery More... about 2 months ago
Defer `signal` in `core/magics/script.py` More... about 2 months ago
Defer the `pygments.lexers` import in `terminal/ptutils.py` More... about 2 months ago
Lazily build the per-magic pygments lexers in IPythonPTLexer More... about 2 months ago
Defer `urllib.parse` in `core/magics/code.py` More... about 2 months ago
Build `InteractiveShell.logger` on first access More... about 2 months ago
Defer `uuid`, `unicodedata`, `guarded_eval` and `latex_symbols` in the completer More... about 2 months ago
Defer stdlib imports in `IPython/core` to their use sites More... about 2 months ago
tool to average import-time run before handing to tuna More... about 2 months ago
Defer `math` import in execution magics More... about 2 months ago
Defer imports in the display machinery More... about 2 months ago
Defer `subprocess.CalledProcessError` in `core/magics/script.py` More... about 2 months ago
Defer import of `HistoryOutput` in displayhook, More... about 2 months ago
Build `InteractiveShell.db` on first access More... about 2 months ago
Import `sqlite3` on first use rather than at `core.history` import More... about 2 months ago
Defer `traceback` and `inspect` in the traceback machinery More... about 2 months ago
Defer `cProfile` in `core/magics/execution.py` More... about 2 months ago
Defer `IPython.utils.timing` in `core/magics/execution.py` More... about 2 months ago
Allow forcing kitty graphics support with an environment variable More... about 2 months ago
Defer the pygments imports in `core/oinspect.py` More... about 2 months ago
Keep pygments off IPython's startup path More... about 2 months ago
Defer rarely-needed imports out of IPython's startup path More... about 2 months ago
Defer IPython.core.oinspect import out of the startup path More... about 2 months ago
Detect argcomplete with `find_spec` instead of importing it More... about 2 months ago
Avoid importing `logging` just for two level constants More... about 2 months ago
Defer `embed`, `Application` and `get_ipython` behind a module `__getattr__` More... about 2 months ago
back to dev More... about 2 months ago
release 9.16.1 More... about 2 months ago
Convert IFrame sources to strings before HTML escaping (#15348) More... about 2 months ago
Correct ctypes restype and argtypes in Windows code More... about 2 months ago