aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "Repair serious breakage in the batch tests."Michael Albinus6 days1-24/+0
* Repair serious breakage in the batch tests.Eric S. Raymond13 days1-0/+24
* Use a custom Pdb class in the Python shellLiu Hui2026-02-211-0/+42
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* hideshow: Deep cleaning. (Bug#79934)Elías Gabriel Pérez2025-12-081-3/+9
* Fix Python PDB tracking for remote inferior Pythonkobarity2025-08-071-0/+26
* Improve region deletion handling in python.elJakub Ječmínek2025-08-021-0/+18
* Fix test-regressions in python-ts-modeJostein Kjønigsen2025-05-051-5/+23
* Fix Python block end predicates (bug#77941)kobarity2025-04-261-0/+18
* Fix string end search in python-nav-end-of-statementkobarity2025-02-151-0/+24
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Make font-lock face variables obsoleteStefan Kangas2024-12-181-38/+38
* Fix font-lock of Python f-stringskobarity2024-12-131-0/+8
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-3/+3
* 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