aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Support electric-layout-mode in python-base-modeStefan Kangas2024-09-211-0/+5
* | Fix :type of some user optionsEli Zaretskii2024-09-081-2/+2
* | Merge from origin/emacs-30Eli Zaretskii2024-08-311-5/+8
|\ \ | |/
| * Make 'python-shell--with-environment' respect buffer-local varsEvgenii Klimov2024-08-311-5/+5
| * Avoid ANSI escape characters in Python output (bug#45938)Evgenii Klimov2024-08-311-0/+3
* | Merge from origin/emacs-30Eli Zaretskii2024-08-311-2/+2
|\ \ | |/
| * Make Python skeletons available in 'python-ts-mode' as wellkobarity2024-08-311-2/+2
* | Merge from savannah/emacs-30Po Lu2024-07-081-2/+2
|\ \ | |/
| * Checkdoc fixes in progmodesStefan Kangas2024-07-071-2/+2
* | Support grep.el better in `python-base-mode`Stefan Kangas2024-06-291-0/+10
|/
* Do not prematurely truncate python eldoc stringJames Thomas2024-06-271-2/+0
* 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