##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r27614:bc12e6dc
Fix empty autosuggestions bugging out the end key The `nc.end_of_line(event)` line was never triggered. During writing this, the `Suggestion` class from prompt-toolkit has no `__bool__` implemented, which meant its objects always evaluate to `True`, even if `b.suggestion.text == ''`. The above resulted in the end key being unusable after an autosuggestion has been accepted by the user.
Blazej Michalik
0
r27613:6ddb518c
Merge pull request #13607 from MrMino/setup.py-unused-import Remove unused 'chain' import from setup.py
Blazej Michalik
merge
0
r27612:42309de5
Remove unused 'chain' import from setup.py
Blazej Michalik
0
r27611:669396ae
back to dev
Matthias Bussonnier
0
r27610:b5cd0254
release 8.2.0
Matthias Bussonnier
0
r27609:2f9524c3
Merge pull request #13606 from Carreau/wn822 second whats new update
Matthias Bussonnier
merge
0
r27608:6bd2c03d
second whats new update
Matthias Bussonnier
0
r27607:1da22098
Merge pull request #13605 from Carreau/wn8 update whatsnew 8.2
Matthias Bussonnier
merge
0
r27606:9901f306
update whatsnew 8.2
Matthias Bussonnier
0
r27605:b77ebf53
Merge pull request #13498 from chapmanjacobd/patch-3 fix: debugger_class in ultratb
Matthias Bussonnier
merge
0
r27604:d90a85ca
remove empty __init_
Matthias Bussonnier
0
r27603:43fd8786
Move debugger_cls one class higher
Matthias Bussonnier
0
r27602:781e675a
Merge pull request #13604 from Carreau/debug-13598 Attempt at debugging #13598
Matthias Bussonnier
merge
0
r27601:ad571922
Attempt at debugging #13598
Matthias Bussonnier
0
r27600:b526334b
Merge pull request #13603 from kmaork/master Fix ctrl-\ behavior
Matthias Bussonnier
merge
0
r27599:6c515657
Fix ctrl-\ behavior This commit fixes two issues with ctrl-\ when using IPython on linux: - Previously, pressing ctrl-\ would make IPython exit without resetting the terminal configuration - IPython users could not override the behavior of ctrl-\ using `signal.signal(signal.SIGQUIT, ...)` as they would in other terminal apps
Maor Kleinberger
0
r27598:47ccec77
Merge pull request #13592 from Carreau/ptkh Get history from sql.
Matthias Bussonnier
merge
0
r27597:196f7ebe
fix setup.cfg
Matthias Bussonnier
0
r27596:64c9adbc
pin pytest
Matthias Bussonnier
0
r27595:75b3d1cc
Get history from sql. Fixes #13585 By getting history from sql we can get the transformed history. This also skip storing history if `%paste` is used and `%paste` itself will insert the pasted value in history which is more conveninent.
Matthias Bussonnier
0
load next
< 1 2 3 4 5 6 7 .. 1300 >
showing 20 out of 25990 commits