aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-11Add the public API of Compat to the corePhilip Kaludercic1-1/+1
2024-02-08Respect the delimiter of completer in Python shell completionLiu Hui1-48/+172
2024-01-27Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek1-0/+3
2024-01-26python--treesit-syntax-propertize: Fix edits in the middleDmitry Gutov1-9/+9
2024-01-13Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity1-1/+3
2024-01-11; Fix typosStefan Kangas1-2/+2
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-30Improve syntax highlighting for python-ts-modeDenis Zubarev1-62/+178
2023-12-23Fix python-ts-mode triple quote syntax (bug#67262)Yuan Fu1-0/+17
2023-12-11python-ts-mode: Highlight default parametersMaciej Kalandyk1-1/+2
2023-11-24Make python-ts-mode's syntax-highlighting more standardizedDmitry Gutov1-3/+3
2023-11-18Add missing python-ts-mode keyword (bug#67015)Yuan Fu1-1/+1
2023-10-01; Add missing GNU ELPA :core package statementsStefan Kangas1-0/+3
2023-08-08; Fix typoStefan Kangas1-1/+1
2023-08-08Open Pipfile and flake8 config files in conf-modeStefan Kangas1-0/+4
2023-08-04Add ruff and flake8 to python-check-commandStefan Kangas1-1/+3
2023-07-20Custom var python-interpreter-args (bug#64397)Matthias Meulien1-18/+41
2023-07-15Fix "Improve Python imports management commands"Matthias Meulien1-14/+15
2023-07-06Improve Python imports management commandsMatthias Meulien1-4/+18
2023-06-24Fix Python indentation of continuation lines within parenskobarity1-2/+24
2023-06-13Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios1-1/+1
2023-06-03Fix 'python-util-clone-local-variables'Eli Zaretskii1-1/+2
2023-06-03Revert "Enhance Python font-lock to support multilines"kobarity1-34/+15
2023-05-26Use 'font-lock-extend-region-functions' in python-modekobarity1-15/+19
2023-05-26Fix python-info-docstring-pkobarity1-5/+2
2023-05-20Fix Skeletons menu-bar menu in Python modesEli Zaretskii1-2/+4
2023-05-18Simplify python.el completion-predicateBasil L. Contovounesios1-16/+6
2023-05-17Fix M-x completion-predicate under python-ts-modeBasil L. Contovounesios1-2/+2
2023-05-01Declare `cl-delete` to have important-return-value (bug#61730)Mattias Engdegård1-2/+1
2023-04-22Improve docstring of python-indent-def-block-scalekobarity1-1/+24
2023-04-22Add a new user option in Python mode to improve the indentationkobarity1-7/+50
2023-03-26Improve indenting "case" in Pythonkobarity1-1/+8
2023-03-16Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity1-8/+27
2023-03-11Make "case" keyword a dedenter in Pythonkobarity1-2/+3
2023-03-09python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov1-1/+3
2023-03-09Revert workaround introduced in Bug#56271kobarity1-8/+1
2023-03-09Fix searching for end of string in python-nav-end-of-statementkobarity1-4/+10
2023-03-09Avoid potential infloopDmitry Gutov1-3/+3
2023-03-08Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov1-1/+3
2023-02-28Rename the newly added -ref- faces to -use-Dmitry Gutov1-3/+3
2023-02-26python-ts-mode: Fix single-quote string fontificationDmitry Gutov1-1/+1
2023-02-25Add more/finer faces for tree-sitterDmitry Gutov1-15/+16
2023-02-22* lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)Augusto Stoffel1-1/+1
2023-02-18Fix point moving when calling python-shell-send-regionkobarity1-12/+14
2023-01-28python.el: Use correct regexp when enabling python-ts-modeBrian Leung1-2/+2
2023-01-20Make tree-sitter based modes optionalEli Zaretskii1-1/+4
2023-01-07Fix string fontification on python-ts-mode (bug#60599)Yuan Fu1-2/+5
2023-01-07Fix string-interpolation feature of python-ts-mode (bug#60599)Yuan Fu1-2/+18
2023-01-07Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity1-4/+5
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1