aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Respect the delimiter of completer in Python shell completionLiu Hui2024-02-081-0/+92
* Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek2024-01-271-0/+12
* Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity2024-01-131-23/+50
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Merge from origin/emacs-29Po Lu2024-01-021-0/+302
|\ \ | |/
| * Improve syntax highlighting for python-ts-modeDenis Zubarev2023-12-301-0/+302
* | Use new ERT `skip-when` macro in testsStefan Kangas2023-09-041-1/+1
* | Fix test in python-tests.el added by bug #62092kobarity2023-08-151-6/+6
* | Fix Python indentation of continuation lines within parenskobarity2023-06-241-12/+77
* | Merge from origin/emacs-29Eli Zaretskii2023-06-031-144/+0
|\ \ | |/
| * Revert "Enhance Python font-lock to support multilines"kobarity2023-06-031-144/+0
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-0/+16
|\ \ | |/
| * Fix python-info-docstring-pkobarity2023-05-261-0/+16
* | 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