Commit message Age Author Refs
r28803:e26f5030
MAINT: try to silence some coverage warnings
M Bussonnier
0
r28802:4cb90241
MAINT: mark 3.13.dev failing test as xfail (#14468)
M Bussonnier
0
r28801:6296e028
fix jedi test
M Bussonnier
0
r28800:982c92a9
stricted but no doctests
M Bussonnier
0
r28799:58a1e019
use capsys
M Bussonnier
0
r28798:162d9d19
MAINT: mark 3.13.dev failing test as xfail
M Bussonnier
0
r28797:41362418
Convert matplotlib gui name in enable_gui (#14451) This is a bug that I discovered whilst dealing with matplotlib/matplotlib#28332. The change here is in `TerminalInteractiveShell.enable_gui` which needs to convert a gui of `macosx` from Matplotlib into `osx` in IPython. It reuses the converter function created in #14420. I've added a test that uses `enable_gui` and raises an exception before this PR but passes with it. The remainder of the changes are formatting changes from `pre-commit`.
M Bussonnier
0
r28796:c098f4c5
Implement `IPython.utils.io.Tee.isatty` (#14460) A lot of libraries would call `sys.stdout.isatty()`, but `IPython.utils.io.Tee` does not implement `isatty`. Let's add the method to avoid errors.
M Bussonnier
0
r28795:0a293a6a
fixed honoring custom repr for NamedTuple if assigned by partialmethod (#14466) Fixes #14465. - added test `test_custom_repr_namedtuple_partialmethod`
M Bussonnier
0
r28794:60967bbd
switch to safe_getattr
M Bussonnier
0
< 1 2 3 4 5 6 7 .. 2882 >