##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
merge
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
merge
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
merge
0
r28646:e2c13098
Retire commands `setup.py symlink`, `setup.py unsymlink` (#14327) Apparently introduced in #4473 (over 10 years ago), undocumented.
M Bussonnier
merge
0
r28645:5cba5b25
pyproject.toml: Move metadata, setuptools config here from setup.cfg (#14326) Modernizing metadata, with the help of ini2toml.
M Bussonnier
merge
0
r28644:06d3ec8d
more types, everywhere, and remove some ignored files from mypy. (#14325)
M Bussonnier
merge
0
r28643:cc6c7a0f
future annotation importing
Matthias Bussonnier
0
r28642:14068d24
even more types
Matthias Bussonnier
0
r28641:08c6d12c
Linting
Ian Thomas
0
r28640:5c562a3f
Delay import from matplotlib_inline.backend_inline
Ian Thomas
0
r28639:8af2db7e
setup.py: Remove commands symlink, unsymlink
Matthias Koeppe
0
r28638:5fc97892
pyproject.toml: Back to include-package-date=false
Matthias Koeppe
0
r28637:3cb3a787
setupbase.py (find_packages): Unused, remove
Matthias Koeppe
0
r28636:75d6c60e
pyproject.toml: Fix case of packages
Matthias Koeppe
0
r28635:b12dcc7b
.github/workflows: Update actions/setup-python cache-dependency-path
Matthias Koeppe
0
r28634:e2e60435
setupbase.py: Remove duplication of package_data
Matthias Koeppe
0
load next
< 1 .. 3 4 5 6 7 .. 1437 >
showing 20 out of 28734 commits