##// END OF EJS Templates
Clear filter
Show hidden
Commit Message Age Author Refs
load previous
r28536:df4685d8
Add "incompat-" doc to pr dir for line numbers.
Chris Hamill
0
r28535:397b33c6
Add line numbers to default prompt.
Chris Hamill
0
r28534:acb9564a
Minor documentation escape sequence updatre
Matthias Bussonnier
0
r28533:aa2fb8b7
Deprecate utils tz (#14256) Closes #14249 1. Apply `black` to module. 2. Add docstrings mentioning deprecation as of IPython 8.19.0. 3. Implement and add `_warn_deprecated()` function. 4. Explicitly enable display of `DeprecationWarning` for this module.
Matthias Bussonnier
merge
0
r28532:1cbca0b4
Update IPython/utils/tz.py
Matthias Bussonnier
0
r28531:eaf3bfc5
Drop 3.9 (#14254) According to SPEC-0 this is about time, we thus bump minimal python, shift CI to test from 3.10 to 3.12, mark a curio test as x-fail as curio is not yet compatible with 3.12 but the fix in in trio main. Remove all conditionals that will never execute on 3.10+
Matthias Bussonnier
merge
0
r28530:56e32bef
Merge branch 'main' into drop39
Matthias Bussonnier
merge
0
r28529:ca55e702
Drop Python 3.9 According to SPEC-0 this is about time, we thus bump minimal python, shift CI to test from 3.10 to 3.12, mark a curio test as x-fail as curio is not yet compatible with 3.12 but the fix in in trio main. Remove all conditionals that will never execute on 3.10+
Matthias Bussonnier
0
r28528:dd7f1e18
back to dev
Matthias Bussonnier
0
r28527:49914f93
release 8.18.1
Matthias Bussonnier
0
r28526:e1c4eefc
Pin prompt_toolkit to 3.0.41+ (#14257) Closes #14255
Matthias Bussonnier
merge
0
r28525:965f989a
Pin prompt_toolkit to 3.0.41+ Closes #14255
Matthias Bussonnier
0
r28524:6c00a145
Add _warn_deprecated()
Nils Müller
0
r28523:fa928a42
Add deprecation docstrings and warning.
Nils Müller
0
r28522:d95c8227
Format existing code with black
Nils Müller
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
merge
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
merge
0
load next
< 1 2 3 4 5 6 7 .. 1343 >
showing 20 out of 26845 commits