aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2025-10-16Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov1-2/+1
2025-09-25; Avoid byte-compiler warnings in python.elEli Zaretskii1-0/+2
2025-09-24Fix infloop in python-ts-mode string fontification (bug#79457)Yuan Fu1-6/+7
2025-09-22Fix python-ts-mode font-lock breakage by grammar change (bug#79457)Yuan Fu1-30/+37
2025-09-06Fix command keys in doc string of 'inferior-python-mode'Eli Zaretskii1-1/+1
2025-09-06Fix command keys in doc string of 'inferior-python-mode'Eli Zaretskii1-1/+1
2025-08-29* lisp/progmodes/python.el: Use 'treesit-major-mode-remap-alist'.Juri Linkov1-2/+9
2025-08-07Fix Python PDB tracking for remote inferior Pythonkobarity1-8/+40
2025-08-02Improve region deletion handling in python.elJakub Ječmínek1-3/+6
2025-06-25Improve treesit settings for python-ts-mode (bug#73404).Juri Linkov1-8/+32
2025-06-21; * lisp/progmodes/python.el (treesit-thing-settings): Defvar.Eli Zaretskii1-0/+1
2025-06-21python-ts-mode: Improve fontificationJostein Kjønigsen1-1/+6
2025-06-20Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov1-1/+2
2025-06-17Use treesit-thing-settings in python-ts-modeYuan Fu1-17/+19
2025-06-12Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.Juri Linkov1-12/+14
2025-05-05Fix test-regressions in python-ts-modeJostein Kjønigsen1-1/+3
2025-05-01Improve python-ts-mode fontification (bug#78129)Jostein Kjønigsen1-5/+18
2025-04-30Add python tree-sitter grammar data to 'treesit-language-source-alist'.Juri Linkov1-1/+8
2025-04-26Fix filename completion in Python shell (bug#77853)Liu Hui1-0/+2
2025-04-26Add cache to Python block navigation functionskobarity1-0/+52
2025-04-26Performance optimization of 'python-info-statement-ends-block-p'kobarity1-8/+19
2025-04-26Fix Python block end predicates (bug#77941)kobarity1-2/+7
2025-04-18Disable echo back instead of setting tty to raw in Inferior Pythonkobarity1-2/+4
2025-04-17Disable echo back instead of setting tty to raw in Inferior Pythonkobarity1-2/+4
2025-04-04Add repeat-map for Python indentation commandsPaul Nelson1-0/+7
2025-03-29Replace uses of `replace-buffer-contents`Stefan Monnier1-1/+1
2025-03-22ElDoc: Add more commands using 'eldoc-add-command-completions'James Cherti1-0/+1
2025-03-11Bump python.el package version to 0.30Stefan Kangas1-1/+1
2025-03-11Make python.el compatible with Emacs 29.1Stefan Kangas1-5/+8
2025-03-07Improve docstrings of python.el import managementkobarity1-1/+17
2025-03-06(python-base-mode-map): Use it!Stefan Monnier1-4/+7
2025-03-02; Move python.el Maintainer header further upStefan Kangas1-1/+1
2025-03-02Bump python.el package version to 0.29Stefan Kangas1-1/+1
2025-03-02Bump python.el requirement to Emacs 29.1Stefan Kangas1-1/+1
2025-03-02Bump python.el requirement to Emacs 26.3Stefan Kangas1-2/+3
2025-02-22; Fix typosStefan Kangas1-1/+1
2025-02-19Add python-ts-mode to ffap-alistkobarity1-3/+2
2025-02-18Disable PyREPL in Python shellLiu Hui1-0/+1
2025-02-18Improve completion in IPython/Python 3.13kobarity1-0/+7
2025-02-15Fix string end search in python-nav-end-of-statementkobarity1-2/+5
2025-02-04Make it configurable to highlight Python 2 builtinskobarity1-106/+91
2025-01-30; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii1-0/+1
2025-01-29Add back tree-sitter declare-function for python.el (bug#75526)Yuan Fu1-1/+8
2025-01-25python-mode: add 'exit' and 'quit' to the list of block-endersKonstantin Kharlamov1-4/+11
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-12-18Make font-lock face variables obsoleteStefan Kangas1-3/+3
2024-12-17Fix treesit-font-lock-level in python-ts-modeVincenzo Pupillo1-1/+2
2024-12-16Ignore some more Python tooling directories when greppingStefan Kangas1-1/+2
2024-12-16Improve heuristic for Python walrus operatorStefan Kangas1-3/+2