aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-15Allow escape sequences in Python promptskobarity1-2/+7
2024-06-09Fix hiding a Python block ending with a commentkobarity1-1/+2
2024-06-08Fix Python mode error caused by incorrect indentationkobarity1-1/+1
2024-05-26Enhance 'python-shell-send-block' for convenienceLin Sun1-3/+3
2024-05-26; Fix merge error (bug#71093).kobarity1-13/+1
2024-05-24Fix Python font lock of chained assignment statementkobarity1-2/+1
2024-05-18Improve fontification of Python assignments with type hintskobarity1-12/+19
2024-05-09; Check process in 'python-shell-completion-at-point'Lin Sun1-0/+2
2024-05-09Add bitwise assignment operators to 'python--treesit-operators'Noah Peart1-3/+3
2024-05-08Fontify for_statement variable in python-ts-mode (bug#70718)Noah Peart1-0/+1
2024-05-04; Fix last changeEli Zaretskii1-1/+2
2024-05-04Locate error source of ExceptionGroup in Python shellshynur1-1/+1
2024-05-02; Fix last changeEli Zaretskii1-4/+5
2024-05-02New function 'python-shell-send-block' for python-modeLin Sun1-0/+25
2024-05-02Add ExceptionGroup as a Python keywordkobarity1-0/+2
2024-05-01Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart1-0/+1
2024-04-21Fix python-ts-mode built-in functions and attributes (bug#70478)Prateek Sharma1-7/+9
2024-04-09; Minor copy editsDmitry Gutov1-1/+1
2024-03-14Detect the readline support for Python shell completionLiu Hui1-7/+22
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier1-0/+2
2024-02-23Tone down python-mode warning to a simple message (bug#68559)Mattias Engdegård1-12/+5
2024-02-21Set tty mode to raw when setting up Inferior Pythonkobarity1-0/+11
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