aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysImprove Python setup codes to avoid leaving global nameskobarity1-13/+21
2026-02-21Use a custom Pdb class in the Python shellLiu Hui1-127/+155
2026-02-19Remove (featurep 'project) guards in python.elkobarity1-10/+5
2026-02-13Revert "Use 'project-name-cached' in 'python-shell-get-process-name'"kobarity1-12/+5
2026-02-07Change the type of 'python-eldoc-function-timeout' to numberkobarity1-1/+1
2026-02-07Use 'project-name-cached' in 'python-shell-get-process-name'kobarity1-5/+12
2026-02-07Revert "Performance improvement of 'python-shell-get-process'"kobarity1-20/+1
2026-01-21Fix down-list navigation in python-ts-modeJuri Linkov1-1/+2
2026-01-17Performance improvement of 'python-shell-get-process'kobarity1-1/+20
2026-01-17Improve non-native completion in Python modekobarity1-2/+8
2026-01-03Do not use codecs.open for Python 3kobarity1-3/+8
2026-01-03Improve python-shell-completion-get-completionskobarity1-6/+11
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-12-28Fix specification of 'python-indent-guess-indent-offset-verbose'Morgan Willcock1-1/+1
2025-11-09hideshow: Rework previous changesElías Gabriel Pérez1-11/+27
2025-11-08hideshow: Rework previous changesElías Gabriel Pérez1-6/+6
2025-11-06hideshow: Rework previous changesElías Gabriel Pérez1-18/+12
2025-11-04; Fix documentation of a recent changeEli Zaretskii1-1/+1
2025-11-04hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez1-15/+34
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