aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Use treesit-fontify-with-override in tree-sitter functionsYuan Fu2022-10-311-3/+4
* | Add an argument OVERRIDE to tree-sitter font-lock functionsYuan Fu2022-10-311-1/+1
* | Improve python tree-sitter's string fontificationYuan Fu2022-10-311-9/+23
* | Separate python tree-sitter fontification into featuresYuan Fu2022-10-291-31/+51
* | Add tree-sitter navigation support to python-modeYuan Fu2022-10-261-0/+4
* | New tree-sitter toggle schemeYuan Fu2022-10-251-21/+21
* | Revise the toggle scheme of tree-sitter (again)Yuan Fu2022-10-191-40/+26
* | ; * lisp/progmodes/python.el (python--backend-toggle): Use cond.Yuan Fu2022-10-181-13/+16
* | Install new toggle scheme for tree-sitterYuan Fu2022-10-181-36/+29
* | Rework tree-sitter font-lockYuan Fu2022-10-131-4/+6
* | Add :version tag for new tree-sitter custom optionsYuan Fu2022-10-091-1/+2
* | Make python tree-sitter font-lock support decoration levelsYuan Fu2022-10-091-12/+16
* | Merge branch 'master' into feature/tree-sitterYuan Fu2022-10-051-73/+363
|\ \ | |/
| * Fix syntax check in python-info-looking-at-beginning-of-defunkobarity2022-09-231-5/+5
| * Merge from origin/emacs-28Stefan Kangas2022-09-211-2/+2
| |\
| | * ; Fix typos in Lisp symbolsStefan Kangas2022-09-201-2/+2
| | * Fix customization-group of 'python-forward-sexp-function'Eli Zaretskii2022-04-211-0/+2
| | * Avoid hangs in python-mode with debug-on-error setLars Ingebrigtsen2022-04-181-17/+14