summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Add a new user option in Python mode to improve the indentationkobarity2023-04-221-2/+114
* Improve indenting "case" in Pythonkobarity2023-03-261-0/+38
* Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity2023-03-161-0/+119
* Make "case" keyword a dedenter in Pythonkobarity2023-03-111-0/+15
* python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov2023-03-091-0/+14
* Fix searching for end of string in python-nav-end-of-statementkobarity2023-03-091-0/+44
* Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov2023-03-081-0/+12
* Fix point moving when calling python-shell-send-regionkobarity2023-02-181-18/+44
* Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity2023-01-071-0/+10
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix python-shell-buffer-substring when retrieving a single statementkobarity2022-12-311-0/+64
* Add highlighting Python operators (bug#59629)kobarity2022-12-011-18/+90
* Skip one python test case on macOSMattias EngdegÄrd2022-11-301-0/+5
* Fix indentation for multi-line block start in Python modekobarity2022-11-101-0/+17
* Disable completion/ElDoc/FFAP when Python program is runningkobarity2022-10-271-4/+67
* Move and rename Python completion ERTskobarity2022-10-161-41/+41
* Fix invalid search bound error in python-shell-completion-at-pointkobarity2022-10-161-0/+27
* Disable completion when PDB is active in Python Shell bufferkobarity2022-10-161-0/+17
* Fix Python completion when point in shell buffer is before promptkobarity2022-10-121-0/+33
* Fix Python completion failure under certain conditionskobarity2022-10-111-0/+93
* Fix syntax check in python-info-looking-at-beginning-of-defunkobarity2022-09-231-0/+48
* Apply syntax highlighting for all python f-stringsLaurence Warne2022-09-061-4/+8
* Add Python blocks support for hideshowkobarity2022-08-251-1/+196
* Prefer pos-bol and pos-eol in testsStefan Kangas2022-08-211-30/+30
* python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-0/+34
* Fix Python indentation of block continuationkobarity2022-08-181-0/+19
* Enhance Python font-lock to support multilineskobarity2022-08-171-0/+113
* Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-196/+1
* Add Python blocks support for hideshowkobarity2022-08-171-1/+196
* Fix `python-nav-forward-block' moving backward under certain conditionskobarity2022-08-151-0/+16
* Fix python escape code fontification for multi-line literalsLaurence Warne2022-08-091-8/+87
* Remove redundant local variables in testsStefan Kangas2022-08-081-4/+0
* Fix blank/comment line handling in python-nav-beginning-of-blockkobarity2022-08-071-0/+22
* Fontify python escape sequences in literalslWarne2022-08-061-0/+77
* Add a test for python-mode comment/else problemLars Ingebrigtsen2022-07-271-0/+29
* Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-0/+26
* Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-2/+32
* ; Fix typosStefan Kangas2022-07-141-1/+1
* Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-2/+79
* test/lisp/progmodes/python-tests.el: add test for nav end of blockTom Gillespie2022-06-291-0/+12
* Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity2022-06-211-2/+43
* Fix Python Hideshow problem with backslash escaped newlineskobarity2022-05-281-0/+54
* Don't font-lock invalid invalid class/function nameskobarity2022-05-221-0/+12
* Properly indent Python PEP634 match/case blocksLele Gaifax2022-05-221-0/+25
* Fix recently introduced Python font lock breakage of chained assignmentskobarity2022-05-211-0/+7
* Fix Python highlighting of some assignment statementskobarity2022-05-161-0/+160
* Make Python evaluation work more reliablyJin Choi2022-04-301-15/+3
* python.el: Try and better split the Tramp codeStefan Monnier2022-02-041-26/+50
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1