##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r28023:7a2ad1fb
Formatting
Emilio Graff
0
r28022:964e296f
Put "4" back in; others depend on it (e.g. `ipykernel`)
Emilio Graff
0
r28021:b332fd1a
Remove direct support for Qt4 See https://github.com/ipython/ipykernel/pull/1071 Note that it's still there if coming from `matplotlib`
Emilio Graff
0
r28020:2e0a7309
Fix typos in a comment
Michał Krassowski
0
r28019:dda97ea1
Add two final tests to increase coverage
krassowski
0
r28018:c97747aa
Mock session to avoid Windows issues on CI. Instantiating a real session on Windows CI leads to exception: ``` prompt_toolkit.output.win32.NoConsoleScreenBufferError: No Windows console found. Are you running cmd.exe? ``` with the following traceback: ``` IPython\terminal\tests\test_shortcuts.py:214: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\shortcuts\prompt.py:476: in __init__ self.app = self._create_application(editing_mode, erase_when_done) C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\shortcuts\prompt.py:765: in _create_application output=self._output, C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\application\application.py:282: in __init__ self.output = output or session.output C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\application\current.py:71: in output self._output = create_output() C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\output\defaults.py:85: in create_output return Win32Output(stdout, default_color_depth=color_depth_from_env) C:\hostedtoolcache\windows\PyPy\3.8.15\x86\lib\site-packages\prompt_toolkit\output\win32.py:114: in __init__ info = self.get_win32_screen_buffer_info() ```
krassowski
0
r28017:039c83ae
Lint and add more tests
krassowski
0
r28016:dfb53531
Accept with cursor in place with ctrl + down, move left after accepting
krassowski
0
r28015:43d6a9b1
Accepting suggestions with cursor in place and resume on backspace
krassowski
0
r28014:2a5f51a0
Implement traversal of autosuggestions and by-character fill
krassowski
0
r28012:1e51d378
Implement token-by-token autosuggestions
krassowski
0
r28011:f6cb59f8
Fix mypy job, fix issues detected by mypy
krassowski
0
r28010:64e72a95
Restore shortcuts in documentation, define identifiers
krassowski
0
r28009:af392bf7
Merge branch 'main' into shaperilio/pyside6-gui
Emilio Graff
merge
0
r28008:4201c267
Merge branch 'main' into shaperilio/autoreload-verbosity
Emilio Graff
merge
0
r28007:01bc9d96
back to dev
Matthias Bussonnier
0
r28006:add5877a
release 8.8.0
Matthias Bussonnier
0
r28005:eb55eaed
Merge pull request #13884 from Carreau/misc-r Misc release process update
Matthias Bussonnier
merge
0
r28004:198bb721
Misc release process update A few of those things failed during release time, as I was building docs on 3.10 (not 3.11) after recently upgrading.
Matthias Bussonnier
0
r28003:affb6897
Merge pull request #13883 from Carreau/wn88 whats new version8.8
Matthias Bussonnier
merge
0
load next
< 1 .. 10 11 12 13 14 .. 1327 >
showing 20 out of 26539 commits