Commit message Age Author Refs
r28653:8bef2457
Fix for dynamically evaluated source code traceback And add test. This should close #14057
Matthias Bussonnier
0
r28652:6f35f84e
Remove no longer needed mypy note, mention darker/black versions (#14343) Fixes https://github.com/ipython/ipython/issues/14338 Thanks @s-kai273 for pointing out missing version info.
M Bussonnier
0
r28651:5f84fdeb
pyproject.toml (project.entrypoints, project.scripts): Define here (#14340) ... instead of in setup.py, setupbase.py Another step toward removing setup.py, as requested by @Carreau in https://github.com/ipython/ipython/pull/14327#pullrequestreview-1884755776
M Bussonnier
0
r28650:70978dca
Improve typing and MIME hook API for inspector
krassowski
0
r28649:b66c93b8
Remove no longer needed note about mypy and mention darker/black versions used on CI
krassowski
0
r28648:64b1f855
pyproject.toml (project.entrypoints, project.scripts): Move here from setup.py, setupbase.py
Matthias Koeppe
0
r28647:e60c06a5
Delay import from matplotlib_inline.backend_inline (#14330) Possible fix for #14329. With this change, the reproducers from the issue become: ```python $ ipython <snip> In [1]: import matplotlib.pyplot as plt; plt.set_loglevel("debug") In [2]: %matplotlib tk DEBUG:matplotlib.pyplot:Loaded backend TkAgg version 8.6. ``` It is still possible to call `matplotlib.pyplot.switch_backend` twice but only if you request `%matplotlib inline`, and the `switch_backend` is called with same correct backend twice. This isn't ideal but it doesn't cause any problems apart from being a little slower than necessary.
M Bussonnier
0
r28646:e2c13098
Retire commands `setup.py symlink`, `setup.py unsymlink` (#14327) Apparently introduced in #4473 (over 10 years ago), undocumented.
M Bussonnier
0
r28645:5cba5b25
pyproject.toml: Move metadata, setuptools config here from setup.cfg (#14326) Modernizing metadata, with the help of ini2toml.
M Bussonnier
0
r28644:06d3ec8d
more types, everywhere, and remove some ignored files from mypy. (#14325)
M Bussonnier
0
< 1 .. 7 8 9 10 11 .. 2874 >