summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2022-10-16Disable completion when PDB is active in Python Shell bufferkobarity
2022-10-13Rework tree-sitter font-lockYuan Fu
2022-10-12Fix Python completion when point in shell buffer is before promptkobarity
2022-10-11Fix Python completion failure under certain conditionskobarity
2022-10-09Add :version tag for new tree-sitter custom optionsYuan Fu
2022-10-09Make python tree-sitter font-lock support decoration levelsYuan Fu
2022-10-05Merge branch 'master' into feature/tree-sitterYuan Fu
2022-10-04Add :override flag for python tree-sitter font-lock settingsYuan Fu
2022-10-04Fix python tree-sitter font-lockYuan Fu
2022-09-24; * lisp/progmodes/python.el (python-mode): Fix typo.Yuan Fu
2022-09-24Update and enable treesit-imenu function in python.elYuan Fu
2022-09-23Fix syntax check in python-info-looking-at-beginning-of-defunkobarity
2022-09-22Utilize tree-sitter in python.elYuan Fu
2022-09-21Merge from origin/emacs-28Stefan Kangas
2022-09-20; Fix typos in Lisp symbolsStefan Kangas
2022-09-18Remap 'up-list' in python-mode-mapAugusto Stoffel
2022-09-18Add new command python-shell-restartAugusto Stoffel
2022-09-09Delete many items obsolete since 24.3Stefan Kangas
2022-09-06Apply syntax highlighting for all python f-stringsLaurence Warne
2022-09-04Add Python import management commandsAugusto Stoffel
2022-09-04Python shells dedicated to a projectAugusto Stoffel
2022-08-25Add Python blocks support for hideshowkobarity
2022-08-23Fix completion-predicate of Python shell commandsAugusto Stoffel
2022-08-19python.el: Add completion-predicate symbol property to commandsAugusto Stoffel
2022-08-19python-mode: Remove special outline-heading-end-regexpAugusto Stoffel
2022-08-19python.el: Adjustments to Flymake backendAugusto Stoffel
2022-08-19python-check-command: Don't use absolute file namesAugusto Stoffel
2022-08-18Fix Python indentation of block continuationkobarity
2022-08-17Enhance Python font-lock to support multilineskobarity
2022-08-17Revert "Add Python blocks support for hideshow"Lars Ingebrigtsen
2022-08-17Add Python blocks support for hideshowkobarity
2022-08-15Fix `python-nav-forward-block' moving backward under certain conditionskobarity
2022-08-09Fix python escape code fontification for multi-line literalsLaurence Warne
2022-08-08Clean up some local variable sectionsStefan Kangas
2022-08-07Fix blank/comment line handling in python-nav-beginning-of-blockkobarity
2022-08-06Fontify python escape sequences in literalslWarne
2022-07-27Fix comment/else indentation problem in python-modeStephen Berman
2022-07-23Fix Python navigation problem with a line continuation using backslashkobarity
2022-07-16Fix python navigation problem with an empty line in nested defunkobarity
2022-07-08Remove many items obsolete since 24.1Stefan Kangas
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-07-03Fix `python-nav-beginning-of-defun' line continuation using backslashkobarity
2022-06-29lisp/progmodes/python.el (python-nav-end-of-block): prevent infinite loopTom Gillespie
2022-06-21Fix nested defuns handling in `python-nav-beginning-of-defun'kobarity
2022-05-28Fix Python Hideshow problem with backslash escaped newlineskobarity
2022-05-22Don't font-lock invalid invalid class/function nameskobarity
2022-05-22Fix two typos in comments in python.elkobarity
2022-05-22Properly indent Python PEP634 match/case blocksLele Gaifax
2022-05-21Fix recently introduced Python font lock breakage of chained assignmentskobarity
2022-05-16Fix Python highlighting of some assignment statementskobarity