summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2025-03-02; Move python.el Maintainer header further upStefan Kangas
2025-03-02Bump python.el package version to 0.29Stefan Kangas
2025-03-02Bump python.el requirement to Emacs 29.1Stefan Kangas
2025-03-02Bump python.el requirement to Emacs 26.3Stefan Kangas
2025-02-22; Fix typosStefan Kangas
2025-02-19Add python-ts-mode to ffap-alistkobarity
2025-02-18Disable PyREPL in Python shellLiu Hui
2025-02-18Improve completion in IPython/Python 3.13kobarity
2025-02-15Fix string end search in python-nav-end-of-statementkobarity
2025-02-04Make it configurable to highlight Python 2 builtinskobarity
2025-02-01Merge branch 'scratch/no-purespace' into 'master'Stefan Kangas
2025-01-30; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii
2025-01-29Add back tree-sitter declare-function for python.el (bug#75526)Yuan Fu
2025-01-25python-mode: add 'exit' and 'quit' to the list of block-endersKonstantin Kharlamov
2025-01-02Update copyright year to 2025Stefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-18Make font-lock face variables obsoleteStefan Kangas
2024-12-17Fix treesit-font-lock-level in python-ts-modeVincenzo Pupillo
2024-12-16Ignore some more Python tooling directories when greppingStefan Kangas
2024-12-16Improve heuristic for Python walrus operatorStefan Kangas
2024-12-15Fix hangs caused by unbalanced braces in Python f-stringskobarity
2024-12-14Fix a typo which caused test failuresPip Cet
2024-12-13Fix font-lock of Python f-stringskobarity
2024-12-12Declare tree-sitter functions with a new macroYuan Fu
2024-12-12Don't call purecopy in progmodes/*.elStefan Kangas
2024-11-23; Fix bootstrap (Bug#74490)Stefan Kangas
2024-11-08Update special attributes for Python 3.13Stefan Kangas
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-10-14Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-10-13Prevent void-variable error in python-mode (bug#73773)Stephen Berman
2024-10-08Revert "Set treesit-primary-parser for tree-sitter modes"Yuan Fu
2024-10-07Set treesit-primary-parser for tree-sitter modesYuan Fu
2024-10-05Merge from origin/emacs-30Eli Zaretskii
2024-10-05Prefer defvar-keymap in python.elStefan Kangas
2024-10-05; Minor cleanup of python-interpreter variableStefan Kangas
2024-10-05Fix python-ts-mode-map docstringStefan Kangas
2024-10-05Use python-mode for SCons build filesStefan Kangas
2024-10-04python: Better support := in electric-layout-modeStefan Kangas
2024-10-04Add sentence and sexp movement to python-ts-modeTheodor Thornhill
2024-10-01Prefer defvar-local where possibleStefan Kangas
2024-09-30Remove out-of-date documentation from python.elStefan Kangas
2024-09-29Try "python" before "python3" in python-modeStefan Kangas
2024-09-28; Fix 'python-ts-mode'Eli Zaretskii
2024-09-27; * lisp/progmodes/python.el (python-interpreter): Fix :version.Eli Zaretskii
2024-09-27Prefer python3 for python-interpreterStefan Kangas
2024-09-26; Fix build error with last change in python.elGerd Möllmann
2024-09-26Add Python "*.pth" files to auto-mode-alistStefan Kangas
2024-09-21Delete redundant declarations of 'electric' variablesStefan Kangas
2024-09-21Add Python keywords "aiter" and "anext"Stefan Kangas
2024-09-21Add all exceptions up to Python 3.13 as keywordsStefan Kangas