summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2026-05-23Add treesit-ready-p check back to tree-sitter major modes (bug#80909)Yuan Fu
2026-03-07Improve Python setup codes to avoid leaving global nameskobarity
2026-02-21Use a custom Pdb class in the Python shellLiu Hui
2026-02-19Remove (featurep 'project) guards in python.elkobarity
2026-02-13Revert "Use 'project-name-cached' in 'python-shell-get-process-name'"kobarity
2026-02-07Change the type of 'python-eldoc-function-timeout' to numberkobarity
2026-02-07Use 'project-name-cached' in 'python-shell-get-process-name'kobarity
2026-02-07Revert "Performance improvement of 'python-shell-get-process'"kobarity
2026-01-21Fix down-list navigation in python-ts-modeJuri Linkov
2026-01-17Performance improvement of 'python-shell-get-process'kobarity
2026-01-17Improve non-native completion in Python modekobarity
2026-01-03Do not use codecs.open for Python 3kobarity
2026-01-03Improve python-shell-completion-get-completionskobarity
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-12-28Fix specification of 'python-indent-guess-indent-offset-verbose'Morgan Willcock
2025-11-09hideshow: Rework previous changesElías Gabriel Pérez
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez
2025-11-04; Fix documentation of a recent changeEli Zaretskii
2025-11-04hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov
2025-09-25; Avoid byte-compiler warnings in python.elEli Zaretskii
2025-09-24Fix infloop in python-ts-mode string fontification (bug#79457)Yuan Fu
2025-09-22Fix python-ts-mode font-lock breakage by grammar change (bug#79457)Yuan Fu
2025-09-06Fix command keys in doc string of 'inferior-python-mode'Eli Zaretskii
2025-08-29* lisp/progmodes/python.el: Use 'treesit-major-mode-remap-alist'.Juri Linkov
2025-08-07Fix Python PDB tracking for remote inferior Pythonkobarity
2025-08-02Improve region deletion handling in python.elJakub Ječmínek
2025-06-25Improve treesit settings for python-ts-mode (bug#73404).Juri Linkov
2025-06-21; * lisp/progmodes/python.el (treesit-thing-settings): Defvar.Eli Zaretskii
2025-06-21python-ts-mode: Improve fontificationJostein Kjønigsen
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov
2025-06-17Use treesit-thing-settings in python-ts-modeYuan Fu
2025-06-12Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.Juri Linkov
2025-05-05Fix test-regressions in python-ts-modeJostein Kjønigsen
2025-05-01Improve python-ts-mode fontification (bug#78129)Jostein Kjønigsen
2025-04-30Add python tree-sitter grammar data to 'treesit-language-source-alist'.Juri Linkov
2025-04-26Fix filename completion in Python shell (bug#77853)Liu Hui
2025-04-26Add cache to Python block navigation functionskobarity
2025-04-26Performance optimization of 'python-info-statement-ends-block-p'kobarity
2025-04-26Fix Python block end predicates (bug#77941)kobarity
2025-04-17Disable echo back instead of setting tty to raw in Inferior Pythonkobarity
2025-04-04Add repeat-map for Python indentation commandsPaul Nelson
2025-03-29Replace uses of `replace-buffer-contents`Stefan Monnier
2025-03-22ElDoc: Add more commands using 'eldoc-add-command-completions'James Cherti
2025-03-11Bump python.el package version to 0.30Stefan Kangas
2025-03-11Make python.el compatible with Emacs 29.1Stefan Kangas
2025-03-09Merge from origin/emacs-30Eli Zaretskii
2025-03-07Improve docstrings of python.el import managementkobarity
2025-03-06(python-base-mode-map): Use it!Stefan Monnier