##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r28806:979effef
I write the release note for this 27th of June (#14472)
M Bussonnier
merge
0
r28805:ad75d79f
Update docs/source/whatsnew/version8.rst Co-authored-by: M Bussonnier <bussonniermatthias@gmail.com>
Kleirre
0
r28804:565e009d
I write the release not for this 27th of June
Kleirre
0
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
merge
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
merge
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
merge
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
merge
0
r28794:60967bbd
switch to safe_getattr
M Bussonnier
0
r28793:ac8c384d
formatting
Randolf Scholz
0
r28792:98758e71
fixed failing test
Randolf Scholz
0
r28791:53c1b5e6
fixed honoring custom repr for NamedTuple if assigned by partialmethod
Randolf Scholz
0
r28790:1454013b
bugfix for call to structured_traceback (#14453) Calls to `structured_traceback` take the exploded 3-tuple of `*sys.exc_info()` as separate arguments, so we don't want to pass the 3-tuple as one argument. This should fix some of the symptoms people are seeing in https://github.com/ipython/ipython/issues/12831 Test plan: local editable install, seems to work OK. Haven't tried to repro the problem from the linked issue but this change probably can't hurt. From https://github.com/ipython/ipython/pull/14454, which is just an empty commit, I see the same test failures as in this PR's "Run Downstream tests" job: https://github.com/ipython/ipython/actions/runs/9375565881/job/25813901627?pr=14454 So I'm guessing it's not related to the change in this PR.
M Bussonnier
merge
0
r28789:7f3cd528
Implement `IPython.utils.io.Tee.isatty` 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.
Yang, Bo
0
r28788:a3232b9d
format
Stephen Macke
0
r28787:ff7dcda2
bufix for call to structured_traceback
Stephen Macke
0
load next
< 1 .. 7 8 9 10 11 .. 1361 >
showing 20 out of 27211 commits