aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ; * 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
* | Fix blank/comment line handling in python-nav-beginning-of-blockkobarity2022-08-071-6/+6
* | Fontify python escape sequences in literalslWarne2022-08-061-2/+54
* | Fix comment/else indentation problem in python-modeStephen Berman2022-07-271-1/+2
* | Fix Python navigation problem with a line continuation using backslashkobarity2022-07-231-2/+5
* | Fix python navigation problem with an empty line in nested defunkobarity2022-07-161-13/+16
* | Remove many items obsolete since 24.1Stefan Kangas2022-07-081-1/+0
* | Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+2
* | Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity2022-07-031-7/+18
* | lisp/progmodes/python.el (python-nav-end-of-block): prevent infinite loopTom Gillespie2022-06-291-2/+9
* | Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity2022-06-211-1/+7
* | Fix Python Hideshow problem with backslash escaped newlineskobarity2022-05-281-2/+3
* | Don't font-lock invalid invalid class/function nameskobarity2022-05-221-2/+2
* | Fix two typos in comments in python.elkobarity2022-05-221-2/+2
* | Properly indent Python PEP634 match/case blocksLele Gaifax2022-05-221-0/+2
* | Fix recently introduced Python font lock breakage of chained assignmentskobarity2022-05-211-3/+6