summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-261-5/+5
* Partially fix some python tests (bug#59477)Yuan Fu2022-11-261-1/+3
* ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii2022-11-251-1/+1
* Improve python-ts-mode fontification (bug#59534)Yuan Fu2022-11-241-5/+20
* Don't skip nested defuns in python-ts-mode defun navigationYuan Fu2022-11-231-52/+2
* ; Fix typosStefan Kangas2022-11-231-1/+1
* Tweak python-ts-mode fontification (bug#59470)Yuan Fu2022-11-221-1/+3
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-211-21/+53
|\
| * Fix indentation for multi-line block start in Python modekobarity2022-11-101-0/+1
| * Disable completion/ElDoc/FFAP when Python program is runningkobarity2022-10-271-2/+15
| * 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