##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r28541:b5bf8f15
Feature/add line numbers to prompt (#14223) This PR adds line numbers to the default prompt (#13965). You can now display absolute, relative of both line number in the emacs and vi prompt by using the `TerminalInteractiveShell.prompt_line_number_format` option the at takes string to format with both `line` (1 base int) and `rel_line` (int)`. For example: `c.TerminalInteractiveShell.prompt_line_number_format='{line: 4d}/{rel_line:+03d} | '`
Matthias Bussonnier
merge
0
r28540:77b5ce6c
reformat using daker
Matthias Bussonnier
0
r28539:30ffd42a
Fix static numbering for line 1 in emacs mode.
Chris Hamill
0
r28538:6ec51b6d
Minor documentation escape sequence update (#14262)
Matthias Bussonnier
merge
0
r28537:29315b87
attempt fix
Matthias Bussonnier
0
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
load next
< 1 .. 9 10 11 12 13 .. 1438 >
showing 20 out of 28742 commits