##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
r28455:d688ff09
Add what's new content for mamba and micromamba magic (#14196)
Matthias Bussonnier
merge main
0
r28450:4c7587e3
Update what's new for 8.16.1 (#14200)
Matthias Bussonnier
merge
0
r28449:2ef37181
Update what's new for 8.16.1
Matthias Bussonnier
0
r28446:f0ec9d5b
Revert "fix semicolon detection with no history" (#14198) Reverts ipython/ipython#14163
Matthias Bussonnier
merge
0
r28445:8aeb6391
Add what's new content for mamba and micromamba magic
Samuel Gaist
0
r28444:b4327a04
Revert "fix semicolon detection with no history"
Matthias Bussonnier
0
r28443:b7c9c366
Support completion based on type annotations of calls (#14185) This fixes #14184 when `%config IPCompleter.use_jedi=False` is used: ![image](https://github.com/ipython/ipython/assets/5832902/7922c9d2-8cc8-4f10-a66e-98992769fba3)
Matthias Bussonnier
merge main
0
r28442:1fe77693
Implement magic for mamba and micromamba (#14191) Conda has two compatible alternative that are mamba and micromamba. In order for users to be able to use conda environment based on these two drop-in alternative, this patch implements two additional magic commands that makes them usable in the same fashion as conda. Fixes #14075
Matthias Bussonnier
merge
0
r28441:476a067e
Update release script to use git switch in place of checkout (#14189) Git checkout has been deprecated in favor of git switch. The switch sub command is dedicated to branch handling while checkout did several different unrelated things which made it error prone. Fixes #13910
Matthias Bussonnier
merge
0
r28440:c00e76fc
Fix temporary folder cleanup on exit (#14188) When using mkdtemp, the folder content cleanup must be done by the user. The current call to `rmdir` fails in case additional files are generated while editing the code. For example vim with undofile activated does this. Fixes #14099
Matthias Bussonnier
merge
0
r28439:d267d502
Deprecation and removal for 8.17 (#14187) See #14186 I think for each of those warning we should: 1) Open an issue for removal, and update the corresponding warnings text to point to the corresponding issue.
Matthias Bussonnier
merge
0
r28438:4c68d43a
Fix a typo in a comment
Michał Krassowski
0
r28437:abf66417
Implement magic for mamba and micromamba
Samuel Gaist
0
r28436:de5a605f
Update release script to use git switch in place of checkout
Samuel Gaist
0
r28435:4e4833e2
fix temporary folder cleanup on exit When using mkdtemp, the dir content cleanup must be done by the user.
Samuel Gaist
0
r28434:c77baff3
Deprecation and removal for 8.17 See #14186 I think for each of those warning we should: 1) Open an issue for removal, and update the corresponding warnings text to point to the corresponding issue.
Matthias Bussonnier
0
r28433:3d06e9fe
Handle the case of built-ins, add tests
krassowski
0
r28432:1ed493b3
Check for empty signature return value
krassowski
0
r28431:b352c8a2
Code in docstring
krassowski
0
r28430:1120ee4c
Support completion based on type annotations of calls quack, quack
krassowski
0
load next
< 1 2 3 4 5 6 7 .. 1336 >
showing 20 out of 26704 commits