##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r27526:83684a47
:bug: Remove `ls` from list of system commands to warn about
Samuel B. Johnson
0
r27525:5b6dbf75
Fix darker complaint, even though inconsistent
Anton Älgmyr
0
r27524:a036e1fb
Fix some formatting
Anton Älgmyr
0
r27523:89f73924
Add support for autoformatting using yapf
Anton Älgmyr
0
r27522:6c44d22a
Merge pull request #13524 from luzpaz/typos Fix various typos
Matthias Bussonnier
merge
0
r27521:f23c369d
Merge pull request #13523 from Kojoley/ipdoctest-pytest7 ipdoctest compatibility with pytest 7
Matthias Bussonnier
merge
0
r27520:b2f71a87
Fix various typos Found via `codespell -q 3`
luz paz
0
r27518:31afadfb
unpin pytest
Nikita Kniazev
0
r27517:beb0b825
ipdoctest: pytest<7 compatibility
Nikita Kniazev
0
r27516:234b6375
ipdoctest: Merge upstream changes to pytest doctest plugin
Nikita Kniazev
0
r27514:0f4a73c9
Merge pull request #13510 from gousaiyang/fix-3-10-encoding-warning Fix EncodingWarning on Python 3.10
Matthias Bussonnier
merge
0
r27513:e54372ee
Merge pull request #13518 from Carreau/maint-deprecate-append-to-sys Maint deprecate append to sys
Matthias Bussonnier
merge
0
r27512:5d2dc916
Merge pull request #13513 from slel/patch-1 Sync `latex_symbols.jl` url in two places
Matthias Bussonnier
merge
0
r27509:42e22f8e
MAINT: cleanup imports of tempdir. Many files were importing tempdir from IPython.utils, though all the changes are now upstream in Python. Import directly from tempdir. Use isort/darker on touched files to cleanup imports at the same time
Matthias Bussonnier
0
r27508:16451266
Fixes #13472 by restoring user's terminal cursor
ltrujello
0
r27507:fcd299c5
Sync `latex_symbols.jl` url in two places Follow-up to #11399 and #11400. Make sure the comment at the top of https://github.com/ipython/ipython/blob/master/IPython/core/latex_symbols.py points to the file actually used in - https://github.com/ipython/ipython/edit/master/tools/gen_latex_symbols.py
Samuel Lelièvre
0
r27505:ca8b6d57
Merge pull request #13506 from Carreau/lazy-magics Allow to configure lazy loadable magics.
Matthias Bussonnier
merge
0
r27504:a96dd9e4
MAINT: deprecate append_to_syspath
Matthias Bussonnier
0
r27503:e5bbea06
Allow to configure lazy loadable magics. While we encourage load_ipython_ext to be lazy and not take too much resources, it might not be practical especially when the top level module takes a long time to import. Here we allow to define a mapping between magics names and extension name, and on attempt to execute a non-existing magics we'll look into the lazy mapping and try to load it. We also add a helper to let us interactively register a magic lazily, see the `register_lazy()` method of to magics_manager
Matthias Bussonnier
0
r27502:e65762ab
Make unicode backslach completion fuzzy and case insensitive Ok, the fuzzy part is super simple. - candidates matching prefix - If no matches: names that contain the string - If no matches :whether each part of the string split on space is contained in the name of the unicode character. That is to say, `\GREEK OMICRON<tab>` will search whether both GREEK and and OMICRON (case insensitive) are available, in the worst case scenario This allows things like `\omicron` to give you proper suggestions. `\nu` will give you latex nu, `\greek nu` with match as the prefix of `GREEK NUMERAL ...` `\Nu` will match all the `... NUMERAL...` in unicode, but `\Nu greek` will limit the searches enough Mitigate #13514
Matthias Bussonnier
0
load next
< 1 .. 4 5 6 7 8 .. 1298 >
showing 20 out of 25950 commits