aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improve Python setup codes to avoid leaving global nameskobarity3 days1-13/+21
* Use a custom Pdb class in the Python shellLiu Hui2026-02-211-127/+155
* Remove (featurep 'project) guards in python.elkobarity2026-02-191-10/+5
* Revert "Use 'project-name-cached' in 'python-shell-get-process-name'"kobarity2026-02-131-12/+5
* Change the type of 'python-eldoc-function-timeout' to numberkobarity2026-02-071-1/+1
* Use 'project-name-cached' in 'python-shell-get-process-name'kobarity2026-02-071-5/+12
* Revert "Performance improvement of 'python-shell-get-process'"kobarity2026-02-071-20/+1
* Fix down-list navigation in python-ts-modeJuri Linkov2026-01-211-1/+2
* Performance improvement of 'python-shell-get-process'kobarity2026-01-171-1/+20
* Improve non-native completion in Python modekobarity2026-01-171-2/+8
* Do not use codecs.open for Python 3kobarity2026-01-031-3/+8
* Improve python-shell-completion-get-completionskobarity2026-01-031-6/+11
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Fix specification of 'python-indent-guess-indent-offset-verbose'Morgan Willcock2025-12-281-1/+1
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-091-11/+27
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-081-6/+6
* hideshow: Rework previous changesElías Gabriel Pérez2025-11-061-18/+12
* ; Fix documentation of a recent changeEli Zaretskii2025-11-041-1/+1
* hideshow: Rewrite 'hs-special-modes-alist'Elías Gabriel Pérez2025-11-041-15/+34
* Check if treesit-major-mode-remap-alist is bound in ts-modes autoload formsJuri Linkov2025-10-161-2/+1
* ; Avoid byte-compiler warnings in python.elEli Zaretskii2025-09-251-0/+2
* Fix infloop in python-ts-mode string fontification (bug#79457)Yuan Fu2025-09-241-6/+7
* Fix python-ts-mode font-lock breakage by grammar change (bug#79457)Yuan Fu2025-09-221-30/+37
* Fix command keys in doc string of 'inferior-python-mode'Eli Zaretskii2025-09-061-1/+1
* * lisp/progmodes/python.el: Use 'treesit-major-mode-remap-alist'.Juri Linkov2025-08-291-2/+9
* Fix Python PDB tracking for remote inferior Pythonkobarity2025-08-071-8/+40
* Improve region deletion handling in python.elJakub Ječmínek2025-08-021-3/+6
* Improve treesit settings for python-ts-mode (bug#73404).Juri Linkov2025-06-251-8/+32
* ; * lisp/progmodes/python.el (treesit-thing-settings): Defvar.Eli Zaretskii2025-06-211-0/+1
* python-ts-mode: Improve fontificationJostein Kjønigsen2025-06-211-1/+6
* Use keyword :commit with full hashes for treesit-language-source-alist.Juri Linkov2025-06-201-1/+2
* Use treesit-thing-settings in python-ts-modeYuan Fu2025-06-171-17/+19
* Add 'treesit-sexp-thing' to use instead of 'treesit-sexp-type-regexp'.Juri Linkov2025-06-121-12/+14
* Fix test-regressions in python-ts-modeJostein Kjønigsen2025-05-051-1/+3
* Improve python-ts-mode fontification (bug#78129)Jostein Kjønigsen2025-05-011-5/+18
* Add python tree-sitter grammar data to 'treesit-language-source-alist'.Juri Linkov2025-04-301-1/+8
* Fix filename completion in Python shell (bug#77853)Liu Hui2025-04-261-0/+2
* Add cache to Python block navigation functionskobarity2025-04-261-0/+52
* Performance optimization of 'python-info-statement-ends-block-p'kobarity2025-04-261-8/+19
* Fix Python block end predicates (bug#77941)kobarity2025-04-261-2/+7
* Disable echo back instead of setting tty to raw in Inferior Pythonkobarity2025-04-171-2/+4
* Add repeat-map for Python indentation commandsPaul Nelson2025-04-041-0/+7
* Replace uses of `replace-buffer-contents`Stefan Monnier2025-03-291-1/+1
* ElDoc: Add more commands using 'eldoc-add-command-completions'James Cherti2025-03-221-0/+1
* Bump python.el package version to 0.30Stefan Kangas2025-03-111-1/+1
* Make python.el compatible with Emacs 29.1Stefan Kangas2025-03-111-5/+8
* Merge from origin/emacs-30Eli Zaretskii2025-03-091-1/+17
|\
| * Improve docstrings of python.el import managementkobarity2025-03-071-1/+17
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
| * Revert "Set treesit-primary-parser for tree-sitter modes"Yuan Fu2024-10-081-1/+1