Commit message Age Author Refs
r28525:dd7f1e18
back to dev
Matthias Bussonnier
0
r28524:49914f93
release 8.18.1
Matthias Bussonnier
0
r28523:e1c4eefc
Pin prompt_toolkit to 3.0.41+ (#14257) Closes #14255
Matthias Bussonnier
0
r28522:965f989a
Pin prompt_toolkit to 3.0.41+ Closes #14255
Matthias Bussonnier
0
r28521:c293abc5
back to dev
Matthias Bussonnier
0
r28520:928881c5
release 8.18.0
Matthias Bussonnier
0
r28519:4897500b
whats new 8.18.0 (#14253)
Matthias Bussonnier
0
r28518:d563354c
whats new 8.18.0
Matthias Bussonnier
0
r28517:c0a699d1
Fix memory leak in Qt event loop integration (#14240) (#14251) The QEventLoop object, `event_loop`, created in `IPython/terminal/pt_intputhooks/qt.py` L58 is not deleted when exiting the scope as passing `app` to the constructor parents the object to `app`. This creates a memory leak as QEventLoop objects are being accumulated. The issue was originally reported by @pag who also suggested the fix. `pytest IPython/terminal/tests/` runs through without errors. I have tested the changes and see no more accumulation of `QEventLoop` objects. This fixes #14240
Matthias Bussonnier
0
r28516:c7aea08f
Fix pickleshare warning on completion (#14252) A better way woudl be to try to use the shelves module ?
Matthias Bussonnier
0
< 1 2 3 4 5 6 7 .. 2853 >