summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2024-09-21Add subword-mode toggle to python-mode menuStefan Kangas
2024-09-21Support electric-layout-mode in python-base-modeStefan Kangas
2024-09-08Fix :type of some user optionsEli Zaretskii
2024-08-31Merge from origin/emacs-30Eli Zaretskii
2024-08-31Merge from origin/emacs-30Eli Zaretskii
2024-08-31Make 'python-shell--with-environment' respect buffer-local varsEvgenii Klimov
2024-08-31Avoid ANSI escape characters in Python output (bug#45938)Evgenii Klimov
2024-08-31Make Python skeletons available in 'python-ts-mode' as wellkobarity
2024-07-08Merge from savannah/emacs-30Po Lu
2024-07-07Checkdoc fixes in progmodesStefan Kangas
2024-06-29Support grep.el better in `python-base-mode`Stefan Kangas
2024-06-27Do not prematurely truncate python eldoc stringJames Thomas
2024-06-15Allow escape sequences in Python promptskobarity
2024-06-09Fix hiding a Python block ending with a commentkobarity
2024-06-08Fix Python mode error caused by incorrect indentationkobarity
2024-05-26Enhance 'python-shell-send-block' for convenienceLin Sun
2024-05-26; Fix merge error (bug#71093).kobarity
2024-05-25Merge from origin/emacs-29Eli Zaretskii
2024-05-24Fix Python font lock of chained assignment statementkobarity
2024-05-18Improve fontification of Python assignments with type hintskobarity
2024-05-09; Check process in 'python-shell-completion-at-point'Lin Sun
2024-05-09Add bitwise assignment operators to 'python--treesit-operators'Noah Peart
2024-05-08Fontify for_statement variable in python-ts-mode (bug#70718)Noah Peart
2024-05-04; Fix last changeEli Zaretskii
2024-05-04Locate error source of ExceptionGroup in Python shellshynur
2024-05-02; Fix last changeEli Zaretskii
2024-05-02New function 'python-shell-send-block' for python-modeLin Sun
2024-05-02Add ExceptionGroup as a Python keywordkobarity
2024-05-01Add font-locking for typed parameters in python-ts-mode (bug#70665)Noah Peart
2024-04-27Merge from origin/emacs-29Eli Zaretskii
2024-04-21Fix python-ts-mode built-in functions and attributes (bug#70478)Prateek Sharma
2024-04-09; Minor copy editsDmitry Gutov
2024-03-14Detect the readline support for Python shell completionLiu Hui
2024-03-09Add non-TS modes as extra parent of TS modes (bug#68246)Stefan Monnier
2024-02-23Tone down python-mode warning to a simple message (bug#68559)Mattias Engdegård
2024-02-21Set tty mode to raw when setting up Inferior Pythonkobarity
2024-02-11Add the public API of Compat to the corePhilip Kaludercic
2024-02-08Respect the delimiter of completer in Python shell completionLiu Hui
2024-01-27Fix syntax highlighting after string literal concat in python-modeJakub Ječmínek
2024-01-26python--treesit-syntax-propertize: Fix edits in the middleDmitry Gutov
2024-01-13Merge from origin/emacs-29Eli Zaretskii
2024-01-13Fix 'python-info-docstring-p' bug in the 2nd line of a bufferkobarity
2024-01-11; Fix typosStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02Merge from origin/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-30Improve syntax highlighting for python-ts-modeDenis Zubarev
2023-12-30Merge from origin/emacs-29Eli Zaretskii
2023-12-23Fix python-ts-mode triple quote syntax (bug#67262)Yuan Fu
2023-12-16Merge from origin/emacs-29Eli Zaretskii