summaryrefslogtreecommitdiff
path: root/test/lisp/progmodes/python-tests.el
Commit message (Expand)AuthorAgeFilesLines
* Allow escape sequences in Python promptskobarity2024-06-151-0/+28
* ; Fix recent change to python-tests.elkobarity2024-06-101-1/+1
* Specify Python 3 in some ERTs on Mackobarity2024-06-091-308/+352
* Fix hiding a Python block ending with a commentkobarity2024-06-091-0/+18
* Fix Python mode error caused by incorrect indentationkobarity2024-06-081-0/+9
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-2/+2
|\
| * ; Fix typosStefan Kangas2024-05-271-2/+2
* | Use same Python binary for test as in python mode (bug#70815)Mattias Engdegård2024-05-281-1/+3
* | Enhance 'python-shell-send-block' for convenienceLin Sun2024-05-261-2/+2
* | Merge from origin/emacs-29Eli Zaretskii2024-05-251-0/+10
|\|
| * Fix Python font lock of chained assignment statementkobarity2024-05-241-0/+10
* | Enhance python-tests to adapt different Python interpreters (bug#70815)Lin Sun2024-05-231-42/+60
* | Improve fontification of Python assignments with type hintskobarity2024-05-181-0/+20
* | ; Fix last changeEli Zaretskii2024-05-021-3/+3
* | New function 'python-shell-send-block' for python-modeLin Sun2024-05-021-0/+27
* | ; Fix python test case for testing completion with ipythonLin Sun2024-05-021-1/+2
* | Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart2024-05-011-0/+3
* | Detect the readline support for Python shell completionLiu Hui2024-03-141-5/+26
* | Fix Python shell completion test failuresLiu Hui2024-02-281-34/+53
* | Set tty mode to raw when setting up Inferior Pythonkobarity2024-02-211-5/+0
* | 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