aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Utilize tree-sitter in python.elYuan Fu2022-09-221-4/+242
|/ /
* | Add Python blocks support for hideshowkobarity2022-08-251-6/+51
* | Fix completion-predicate of Python shell commandsAugusto Stoffel2022-08-231-1/+9
* | python.el: Add completion-predicate symbol property to commandsAugusto Stoffel2022-08-191-7/+61
* | python-mode: Remove special outline-heading-end-regexpAugusto Stoffel2022-08-191-1/+0
* | python.el: Adjustments to Flymake backendAugusto Stoffel2022-08-191-5/+9
* | python-check-command: Don't use absolute file namesAugusto Stoffel2022-08-191-4/+5
* | Fix Python indentation of block continuationkobarity2022-08-181-1/+7
* | Enhance Python font-lock to support multilineskobarity2022-08-171-16/+32
* | Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen2022-08-171-53/+6
* | Add Python blocks support for hideshowkobarity2022-08-171-6/+53
* | Fix `python-nav-forward-block' moving backward under certain conditionskobarity2022-08-151-2/+4
* | Fix python escape code fontification for multi-line literalsLaurence Warne2022-08-091-7/+15
* | Clean up some local variable sectionsStefan Kangas2022-08-081-5/+0