aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
6 daysRevert "Repair serious breakage in the batch tests."Michael Albinus1-24/+0
13 daysRepair serious breakage in the batch tests.Eric S. Raymond1-0/+24
2026-02-21Use a custom Pdb class in the Python shellLiu Hui1-0/+42
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-08hideshow: Deep cleaning. (Bug#79934)Elías Gabriel Pérez1-3/+9
2025-08-07Fix Python PDB tracking for remote inferior Pythonkobarity1-0/+26
2025-08-02Improve region deletion handling in python.elJakub Ječmínek1-0/+18
2025-05-05Fix test-regressions in python-ts-modeJostein Kjønigsen1-5/+23
2025-04-26Fix Python block end predicates (bug#77941)kobarity1-0/+18
2025-02-15Fix string end search in python-nav-end-of-statementkobarity1-0/+24
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-18Make font-lock face variables obsoleteStefan Kangas1-38/+38
2024-12-13Fix font-lock of Python f-stringskobarity1-0/+8
2024-10-24Mark if-let and when-let obsoleteSean Whitton1-3/+3
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