aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | Remap 'up-list' in python-mode-mapAugusto Stoffel2022-09-181-0/+1
| * | Add new command python-shell-restartAugusto Stoffel2022-09-181-0/+20
| * | Delete many items obsolete since 24.3Stefan Kangas2022-09-091-34/+0
| * | Apply syntax highlighting for all python f-stringsLaurence Warne2022-09-061-3/+14
| * | Add Python import management commandsAugusto Stoffel2022-09-041-5/+265
| * | Python shells dedicated to a projectAugusto Stoffel2022-09-041-24/+54
* | | Add :override flag for python tree-sitter font-lock settingsYuan Fu2022-10-041-0/+1
* | | Fix python tree-sitter font-lockYuan Fu2022-10-041-1/+9
* | | ; * lisp/progmodes/python.el (python-mode): Fix typo.Yuan Fu2022-09-241-1/+1
* | | Update and enable treesit-imenu function in python.elYuan Fu2022-09-241-45/+69