aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-071-1/+1
* | (python-base-mode-map): Use it!Stefan Monnier2025-03-061-4/+7
* | ; Move python.el Maintainer header further upStefan Kangas2025-03-021-1/+1
* | Bump python.el package version to 0.29Stefan Kangas2025-03-021-1/+1
* | Bump python.el requirement to Emacs 29.1Stefan Kangas2025-03-021-1/+1
* | Bump python.el requirement to Emacs 26.3Stefan Kangas2025-03-021-2/+3
* | ; Fix typosStefan Kangas2025-02-221-1/+1
* | Add python-ts-mode to ffap-alistkobarity2025-02-191-3/+2
* | Disable PyREPL in Python shellLiu Hui2025-02-181-0/+1
* | Improve completion in IPython/Python 3.13kobarity2025-02-181-0/+7
* | Fix string end search in python-nav-end-of-statementkobarity2025-02-151-2/+5
* | Make it configurable to highlight Python 2 builtinskobarity2025-02-041-106/+91
* | Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas2025-02-011-1/+1
|\ \
| * | Fix a typo which caused test failuresPip Cet2024-12-141-1/+1
| * | Don't call purecopy in progmodes/*.elStefan Kangas2024-12-121-1/+1
* | | ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii2025-01-301-0/+1
* | | Add back tree-sitter declare-function for python.el (bug#75526)Yuan Fu2025-01-291-1/+8
* | | python-mode: add 'exit' and 'quit' to the list of block-endersKonstantin Kharlamov2025-01-251-4/+11
* | | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | | Make font-lock face variables obsoleteStefan Kangas2024-12-181-3/+3
* | | Fix treesit-font-lock-level in python-ts-modeVincenzo Pupillo2024-12-171-1/+2
* | | Ignore some more Python tooling directories when greppingStefan Kangas2024-12-161-1/+2
* | | Improve heuristic for Python walrus operatorStefan Kangas2024-12-161-3/+2
* | | Fix hangs caused by unbalanced braces in Python f-stringskobarity2024-12-151-1/+2
* | | Fix font-lock of Python f-stringskobarity2024-12-131-1/+3
* | | Declare tree-sitter functions with a new macroYuan Fu2024-12-121-9/+1
|/ /
* | ; Fix bootstrap (Bug#74490)Stefan Kangas2024-11-231-7/+9
* | Update special attributes for Python 3.13Stefan Kangas2024-11-081-8/+11
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-27/+27
* | Set treesit-primary-parser for tree-sitter modesYuan Fu2024-10-141-1/+1
* | Prevent void-variable error in python-mode (bug#73773)Stephen Berman2024-10-131-0/+2
* | Merge from origin/emacs-30Eli Zaretskii2024-10-051-18/+1
|\ \ | |/
| * Fix python-ts-mode-map docstringStefan Kangas2024-10-051-1/+1
| * Remove out-of-date documentation from python.elStefan Kangas2024-09-301-17/+0
* | Prefer defvar-keymap in python.elStefan Kangas2024-10-051-106/+104
* | ; Minor cleanup of python-interpreter variableStefan Kangas2024-10-051-2/+0
* | Use python-mode for SCons build filesStefan Kangas2024-10-051-4/+6
* | python: Better support := in electric-layout-modeStefan Kangas2024-10-041-0/+5
* | Add sentence and sexp movement to python-ts-modeTheodor Thornhill2024-10-041-0/+14
* | Prefer defvar-local where possibleStefan Kangas2024-10-011-3/+1
* | Try "python" before "python3" in python-modeStefan Kangas2024-09-291-5/+5
* | ; Fix 'python-ts-mode'Eli Zaretskii2024-09-281-1/+1
* | ; * lisp/progmodes/python.el (python-interpreter): Fix :version.Eli Zaretskii2024-09-271-1/+1
* | Prefer python3 for python-interpreterStefan Kangas2024-09-271-2/+5
* | ; Fix build error with last change in python.elGerd Möllmann2024-09-261-0/+1
* | Add Python "*.pth" files to auto-mode-alistStefan Kangas2024-09-261-2/+9
* | Delete redundant declarations of 'electric' variablesStefan Kangas2024-09-211-1/+0
* | Add Python keywords "aiter" and "anext"Stefan Kangas2024-09-211-2/+2
* | Add all exceptions up to Python 3.13 as keywordsStefan Kangas2024-09-211-8/+10
* | Add subword-mode toggle to python-mode menuStefan Kangas2024-09-211-0/+5