aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix Python indentation of continuation lines within parenskobarity2023-06-241-2/+24
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-1/+1
|\ \ | |/
| * Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-06-031-35/+17
|\ \ | |/
| * Fix 'python-util-clone-local-variables'Eli Zaretskii2023-06-031-1/+2
| * Revert "Enhance Python font-lock to support multilines"kobarity2023-06-031-34/+15
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-20/+21
|\ \ | |/
| * Use 'font-lock-extend-region-functions' in python-modekobarity2023-05-261-15/+19
| * Fix python-info-docstring-pkobarity2023-05-261-5/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-2/+4
|\ \ | |/
| * Fix Skeletons menu-bar menu in Python modesEli Zaretskii2023-05-201-2/+4
* | Simplify python.el completion-predicateBasil L. Contovounesios2023-05-181-16/+6
* | Merge from origin/emacs-29Eli Zaretskii2023-05-181-2/+2
|\ \ | |/
| * Fix M-x completion-predicate under python-ts-modeBasil L. Contovounesios2023-05-171-2/+2
* | Declare `cl-delete` to have important-return-value (bug#61730)Mattias Engdegård2023-05-011-2/+1
* | Improve docstring of python-indent-def-block-scalekobarity2023-04-221-1/+24
* | Add a new user option in Python mode to improve the indentationkobarity2023-04-221-7/+50
|/
* Improve indenting "case" in Pythonkobarity2023-03-261-1/+8
* Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity2023-03-161-8/+27
* Make "case" keyword a dedenter in Pythonkobarity2023-03-111-2/+3
* python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov2023-03-091-1/+3
* Revert workaround introduced in Bug#56271kobarity2023-03-091-8/+1
* Fix searching for end of string in python-nav-end-of-statementkobarity2023-03-091-4/+10
* Avoid potential infloopDmitry Gutov2023-03-091-3/+3
* Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov2023-03-081-1/+3
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-281-3/+3
* python-ts-mode: Fix single-quote string fontificationDmitry Gutov2023-02-261-1/+1
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-251-15/+16
* * lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)Augusto Stoffel2023-02-221-1/+1
* Fix point moving when calling python-shell-send-regionkobarity2023-02-181-12/+14
* python.el: Use correct regexp when enabling python-ts-modeBrian Leung2023-01-281-2/+2
* Make tree-sitter based modes optionalEli Zaretskii2023-01-201-1/+4
* Fix string fontification on python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+5
* Fix string-interpolation feature of python-ts-mode (bug#60599)Yuan Fu2023-01-071-2/+18
* Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity2023-01-071-4/+5
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* ; Fix typosStefan Kangas2022-12-311-1/+1
* Fix python-shell-buffer-substring when retrieving a single statementkobarity2022-12-311-14/+31
* (python--treesit-settings): Remove duplicate matcherDmitry Gutov2022-12-281-3/+1
* Clean up python-ts-mode font-lock featuresYuan Fu2022-12-261-9/+30
* ; Fix typosStefan Kangas2022-12-261-1/+1
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-241-3/+14
* Add "function" feature to python-ts-mode (bug#59977)Yuan Fu2022-12-151-3/+11
* Add basic support for hideshow in python-ts-mode (bug#60044)Yuan Fu2022-12-151-13/+15
* Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-131-0/+1
* Add "->" to python--treesit-operators (bug#59968)Daniel Martín2022-12-121-1/+2
* Improve treesit-fontify-with-overrideYuan Fu2022-12-041-1/+1
* Add case and match to python--treesit-keywords (bug#59720)Daniel Martín2022-12-011-2/+2
* Add highlighting Python operators (bug#59629)kobarity2022-12-011-5/+10
* Sink python indent offset guessing to avoid test failureMattias Engdegård2022-11-301-5/+9