##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r28976:ce148f2c
fix IPCompleter inside tuples/arrays when jedi is disabled The selection of the current expression was improperly finding an implicit tuple `a,b`, instead of trimming tosimply `b`. I also done a number of simplification of test cases.
M Bussonnier
0
r28975:9b18d6cc
Fix typo in whatsnew. (#14599) closes gh-14592
M Bussonnier
merge
0
r28974:cd7893cd
Fix typo in whatsnew. closes gh-14592
M Bussonnier
0
r28973:be84e4b5
Fix pdb issues in Python 3.13.1 (#14598) For some reason it is not always set, it was/is a bug in IPython to not check.
M Bussonnier
merge
0
r28972:c1e945b5
Fix pdb issues in Python 3.13.1 For some reason it is not always set, it was/is a bug in IPython to not check.
M Bussonnier
0
r28971:c1628686
Fix compatibility with the latest Sphinx 8 (#14596) Resolves: https://github.com/ipython/ipython/issues/14595 The `fallback` value cannot be an empty string in Sphinx 8 and there is no way to store `None` in TOML so it has to be handled in `conf.py`.
M Bussonnier
merge
0
r28970:f1b12879
Fix compatibility with the latest Sphinx 8 Resolves: https://github.com/ipython/ipython/issues/14595
Tomáš Hrnčiar
0
r28969:e99dcdd7
Bump codecov/codecov-action from 4 to 5 in the actions group Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot]
0
r28968:2a41aa5a
back to dev
M Bussonnier
0
r28967:a8541f5c
release 8.30.0
M Bussonnier
0
r28966:0bbf70c5
misc headers fixes and whatsnew 8.30 (#14588)
M Bussonnier
merge
0
r28965:24de1225
Drop Python 3.10
M Bussonnier
0
r28964:a8810c6c
misc headers fixes
M Bussonnier
0
r28963:d7eebae4
crashhandler: Cast rptdir to Path (#14578) Previously `self.app.ipython_dir` is a string, which makes `Path.is_dir(<object>)` fail. Note that the argument is `self` i.e. should be a `Path` instance. If `ipython_dir` is `None` then this code would just catch it in the `except:` branch, which makes it be set to `Path.cwd()` anyway.
M Bussonnier
merge
0
r28962:17f17d12
Update IPython/core/crashhandler.py
M Bussonnier
0
r28961:938e3baf
Turn on type checking and update crahshandler
M Bussonnier
0
r28960:a336a986
Some documentations about custom formatters (#14579)
M Bussonnier
merge
0
r28959:969bfa68
Some documentations about custom formatters
M Bussonnier
0
r28958:546d856f
crashhandler: Cast rptdir to Path
user202729
0
r28957:0615526f
deprecated ast attribute (#14575)
M Bussonnier
merge
0
load next
< 1 2 3 4 5 6 7 .. 1364 >
showing 20 out of 27280 commits