summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Fix string fontification on python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+5
* Fix string-interpolation feature of python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+18
* Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity2023-01-071-4/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-311-1/+1
* Fix python-shell-buffer-substring when retrieving a single statementkobarity2022-12-311-14/+31
* (python--treesit-settings): Remove duplicate matcherDmitry Gutov2022-12-281-3/+1
* Clean up python-ts-mode font-lock featuresYuan Fu2022-12-261-9/+30
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-3/+14
* Add "function" feature to python-ts-mode (bug#59977)Yuan Fu2022-12-151-3/+11
* Add basic support for hideshow in python-ts-mode (bug#60044)Yuan Fu2022-12-151-13/+15
* Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-131-0/+1
* Add "->" to python--treesit-operators (bug#59968)Daniel Martín2022-12-121-1/+2
* Improve treesit-fontify-with-overrideYuan Fu2022-12-041-1/+1
* Add case and match to python--treesit-keywords (bug#59720)Daniel Martín2022-12-011-2/+2
* Add highlighting Python operators (bug#59629)kobarity2022-12-011-5/+10
* Sink python indent offset guessing to avoid test failureMattias Engdegård2022-11-301-5/+9
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-5/+5
* Partially fix some python tests (bug#59477)Yuan Fu2022-11-261-1/+3
* ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii2022-11-251-1/+1
* Improve python-ts-mode fontification (bug#59534)Yuan Fu2022-11-241-5/+20
* Don't skip nested defuns in python-ts-mode defun navigationYuan Fu2022-11-231-52/+2
* ; Fix typosStefan Kangas2022-11-231-1/+1
* Tweak python-ts-mode fontification (bug#59470)Yuan Fu2022-11-221-1/+3
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-21/+53
|\
| * Fix indentation for multi-line block start in Python modekobarity2022-11-101-0/+1
| * Disable completion/ElDoc/FFAP when Python program is runningkobarity2022-10-271-2/+15
| * Fix invalid search bound error in python-shell-completion-at-pointkobarity2022-10-161-9/+12
| * Disable completion when PDB is active in Python Shell bufferkobarity2022-10-161-1/+4
| * Fix Python completion when point in shell buffer is before promptkobarity2022-10-121-2/+4
| * Fix Python completion failure under certain conditionskobarity2022-10-111-8/+18
* | ; Silence byte-compiler warningsEli Zaretskii2022-11-211-0/+9
* | Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-211-1/+4
* | Tweak python-ts-mode fontificationYuan Fu2022-11-211-4/+10
* | Limit recursion level for tree-sitter imenu functionsYuan Fu2022-11-201-1/+2
* | ; Improve recently-modified documentationEli Zaretskii2022-11-201-3/+3
* | Fix uses of treesit-ready-pYuan Fu2022-11-191-1/+1
* | Merge function/class-name features in python-modeYuan Fu2022-11-191-7/+4
* | Split python-mode into native and tree-sitter variantYuan Fu2022-11-191-20/+29
* | Fix python-mode tree-sitter fontificationYuan Fu2022-11-191-10/+8
* | Utilize new font-lock faces for C/C++ and Python tree-sitter useRandy Taylor2022-11-171-6/+35
* | Make tree-sitter fontification automatically updateYuan Fu2022-11-151-0/+1
* | Remove the contextual hack in tree-sitter fontificationYuan Fu2022-11-151-2/+1
* | Utilize new face font-lock-escape-face in python-modeYuan Fu2022-11-101-1/+1
* | Mimic existing python-mode beg/end-of-defun behavior betterYuan Fu2022-11-091-4/+52
* | Pass region start and end to tree-sitter fontification functionsYuan Fu2022-11-021-5/+7
* | Add handling of contextual entities in tree-sitter font-lockYuan Fu2022-11-021-8/+2
* | Change signature of tree-sitter font-lock functionsYuan Fu2022-11-021-2/+2
* | Fix string fontification for tree-sitter python-modeYuan Fu2022-11-011-6/+10