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