aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-15Allow escape sequences in Python promptskobarity1-0/+28
2024-06-10; Fix recent change to python-tests.elkobarity1-1/+1
2024-06-09Specify Python 3 in some ERTs on Mackobarity1-308/+352
2024-06-09Fix hiding a Python block ending with a commentkobarity1-0/+18
2024-06-08Fix Python mode error caused by incorrect indentationkobarity1-0/+9
2024-05-28Use same Python binary for test as in python mode (bug#70815)Mattias Engdegård1-1/+3
2024-05-27; Fix typosStefan Kangas1-2/+2
2024-05-26Enhance 'python-shell-send-block' for convenienceLin Sun1-2/+2
2024-05-24Fix Python font lock of chained assignment statementkobarity1-0/+10
2024-05-23Enhance python-tests to adapt different Python interpreters (bug#70815)Lin Sun1-42/+60
2024-05-18Improve fontification of Python assignments with type hintskobarity1-0/+20
2024-05-02; Fix last changeEli Zaretskii1-3/+3
2024-05-02New function 'python-shell-send-block' for python-modeLin Sun1-0/+27
2024-05-02; Fix python test case for testing completion with ipythonLin Sun1-1/+2
2024-05-01Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart1-0/+3
2024-03-14Detect the readline support for Python shell completionLiu Hui1-5/+26
2024-02-28Fix Python shell completion test failuresLiu Hui1-34/+53
2024-02-21Set tty mode to raw when setting up Inferior Pythonkobarity1-5/+0
2024-02-08Respect the delimiter of completer in Python shell completionLiu Hui1-0/+92
2024-01-27Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek1-0/+12
2024-01-13Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity1-23/+50
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-30Improve syntax highlighting for python-ts-modeDenis Zubarev1-0/+302
2023-09-04Use new ERT `skip-when` macro in testsStefan Kangas1-1/+1
2023-08-15Fix test in python-tests.el added by bug #62092kobarity1-6/+6
2023-06-24Fix Python indentation of continuation lines within parenskobarity1-12/+77
2023-06-03Revert "Enhance Python font-lock to support multilines"kobarity1-144/+0
2023-05-26Fix python-info-docstring-pkobarity1-0/+16
2023-04-22Add a new user option in Python mode to improve the indentationkobarity1-2/+114
2023-03-26Improve indenting "case" in Pythonkobarity1-0/+38
2023-03-16Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity1-0/+119
2023-03-11Make "case" keyword a dedenter in Pythonkobarity1-0/+15
2023-03-09python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov1-0/+14
2023-03-09Fix searching for end of string in python-nav-end-of-statementkobarity1-0/+44
2023-03-08Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov1-0/+12
2023-02-18Fix point moving when calling python-shell-send-regionkobarity1-18/+44
2023-01-07Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity1-0/+10
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-12-31Fix python-shell-buffer-substring when retrieving a single statementkobarity1-0/+64
2022-12-01Add highlighting Python operators (bug#59629)kobarity1-18/+90
2022-11-30Skip one python test case on macOSMattias Engdegård1-0/+5
2022-11-28Skip one python test case on macOSMattias Engdegård1-0/+5
2022-11-10Fix indentation for multi-line block start in Python modekobarity1-0/+17
2022-10-27Disable completion/ElDoc/FFAP when Python program is runningkobarity1-4/+67
2022-10-16Move and rename Python completion ERTskobarity1-41/+41
2022-10-16Fix invalid search bound error in python-shell-completion-at-pointkobarity1-0/+27
2022-10-16Disable completion when PDB is active in Python Shell bufferkobarity1-0/+17
2022-10-12Fix Python completion when point in shell buffer is before promptkobarity1-0/+33
2022-10-11Fix Python completion failure under certain conditionskobarity1-0/+93
2022-09-23Fix syntax check in python-info-looking-at-beginning-of-defunkobarity1-0/+48