aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow escape sequences in Python promptskobarity2024-06-151-2/+7
* Fix hiding a Python block ending with a commentkobarity2024-06-091-1/+2
* Fix Python mode error caused by incorrect indentationkobarity2024-06-081-1/+1
* Enhance 'python-shell-send-block' for convenienceLin Sun2024-05-261-3/+3
* ; Fix merge error (bug#71093).kobarity2024-05-261-13/+1
* Merge from origin/emacs-29Eli Zaretskii2024-05-251-0/+11
|\
| * Fix Python font lock of chained assignment statementkobarity2024-05-241-2/+1
* | Improve fontification of Python assignments with type hintskobarity2024-05-181-12/+19
* | ; Check process in 'python-shell-completion-at-point'Lin Sun2024-05-091-0/+2
* | Add bitwise assignment operators to 'python--treesit-operators'Noah Peart2024-05-091-3/+3
* | Fontify for_statement variable in python-ts-mode (bug#70718)Noah Peart2024-05-081-0/+1
* | ; Fix last changeEli Zaretskii2024-05-041-1/+2
* | Locate error source of ExceptionGroup in Python shellshynur2024-05-041-1/+1
* | ; Fix last changeEli Zaretskii2024-05-021-4/+5
* | New function 'python-shell-send-block' for python-modeLin Sun2024-05-021-0/+25
* | Add ExceptionGroup as a Python keywordkobarity2024-05-021-0/+2
* | Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart2024-05-011-0/+1
* | Merge from origin/emacs-29Eli Zaretskii2024-04-271-7/+9
|\ \ | |/
| * Fix python-ts-mode built-in functions and attributes (bug#70478)Prateek Sharma2024-04-211-7/+9
* | ; Minor copy editsDmitry Gutov2024-04-091-1/+1
* | Detect the readline support for Python shell completionLiu Hui2024-03-141-7/+22
* | Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier2024-03-091-0/+2
* | Tone down python-mode warning to a simple message (bug#68559)Mattias Engdegård2024-02-231-12/+5
* | Set tty mode to raw when setting up Inferior Pythonkobarity2024-02-211-0/+11
* | Add the public API of Compat to the corePhilip Kaludercic2024-02-111-1/+1
* | Respect the delimiter of completer in Python shell completionLiu Hui2024-02-081-48/+172
* | Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek2024-01-271-0/+3
* | python--treesit-syntax-propertize: Fix edits in the middleDmitry Gutov2024-01-261-9/+9
* | Merge from origin/emacs-29Eli Zaretskii2024-01-131-2/+2
|\ \ | |/
| * ; Fix typosStefan Kangas2024-01-111-2/+2
* | Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity2024-01-131-1/+3
* | 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-62/+178
|\ \ | |/
| * Improve syntax highlighting for python-ts-modeDenis Zubarev2023-12-301-62/+178
* | Merge from origin/emacs-29Eli Zaretskii2023-12-301-0/+17
|\ \ | |/
| * Fix python-ts-mode triple quote syntax (bug#67262)Yuan Fu2023-12-231-0/+17
* | Merge from origin/emacs-29Eli Zaretskii2023-12-161-1/+2
|\ \ | |/
| * python-ts-mode: Highlight default parametersMaciej Kalandyk2023-12-111-1/+2
* | Merge from savannah/emacs-29Po Lu2023-11-241-3/+3
|\ \ | |/
| * Make python-ts-mode's syntax-highlighting more standardizedDmitry Gutov2023-11-241-3/+3
* | Merge from savannah/emacs-29Po Lu2023-11-241-1/+1
|\ \ | |/
| * Add missing python-ts-mode keyword (bug#67015)Yuan Fu2023-11-181-1/+1
* | ; Add missing GNU ELPA :core package statementsStefan Kangas2023-10-011-0/+3
* | ; Fix typoStefan Kangas2023-08-081-1/+1
* | Open Pipfile and flake8 config files in conf-modeStefan Kangas2023-08-081-0/+4
* | Add ruff and flake8 to python-check-commandStefan Kangas2023-08-041-1/+3
* | Custom var python-interpreter-args (bug#64397)Matthias Meulien2023-07-201-18/+41
* | Fix "Improve Python imports management commands"Matthias Meulien2023-07-151-14/+15
* | Improve Python imports management commandsMatthias Meulien2023-07-061-4/+18