aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-09-06Apply syntax highlighting for all python f-stringsLaurence Warne1-4/+8
2022-08-25Add Python blocks support for hideshowkobarity1-1/+196
2022-08-21Prefer pos-bol and pos-eol in testsStefan Kangas1-30/+30
2022-08-19python.el: Adjustments to Flymake backendAugusto Stoffel1-0/+34
2022-08-18Fix Python indentation of block continuationkobarity1-0/+19
2022-08-17Enhance Python font-lock to support multilineskobarity1-0/+113
2022-08-17Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen1-196/+1
2022-08-17Add Python blocks support for hideshowkobarity1-1/+196
2022-08-15Fix `python-nav-forward-block' moving backward under certain conditionskobarity1-0/+16
2022-08-09Fix python escape code fontification for multi-line literalsLaurence Warne1-8/+87
2022-08-08Remove redundant local variables in testsStefan Kangas1-4/+0
2022-08-07Fix blank/comment line handling in python-nav-beginning-of-blockkobarity1-0/+22
2022-08-06Fontify python escape sequences in literalslWarne1-0/+77
2022-07-27Add a test for python-mode comment/else problemLars Ingebrigtsen1-0/+29
2022-07-23Fix Python navigation problem with a line continuation using backslashkobarity1-0/+26
2022-07-16Fix python navigation problem with an empty line in nested defunkobarity1-2/+32
2022-07-14; Fix typosStefan Kangas1-1/+1
2022-07-03Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity1-2/+79