summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAge
* Improve indenting "case" in Pythonkobarity2023-03-26
* Fix python-fill-paragraph problems on filling strings (bug#62142)kobarity2023-03-16
* Make "case" keyword a dedenter in Pythonkobarity2023-03-11
* python-info-dedenter-opening-block-positions: Fix to support "bare" matchDmitry Gutov2023-03-09
* Revert workaround introduced in Bug#56271kobarity2023-03-09
* Fix searching for end of string in python-nav-end-of-statementkobarity2023-03-09
* Avoid potential infloopDmitry Gutov2023-03-09
* Don't misindent 'else:' after 'if re.match:' in PythonDmitry Gutov2023-03-08
* Rename the newly added -ref- faces to -use-Dmitry Gutov2023-02-28
* python-ts-mode: Fix single-quote string fontificationDmitry Gutov2023-02-26
* Add more/finer faces for tree-sitterDmitry Gutov2023-02-25
* * lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)Augusto Stoffel2023-02-22
* Fix point moving when calling python-shell-send-regionkobarity2023-02-18
* python.el: Use correct regexp when enabling python-ts-modeBrian Leung2023-01-28
* Make tree-sitter based modes optionalEli Zaretskii2023-01-20
* Fix string fontification on python-ts-mode (bug#60599)Yuan Fu2023-01-07
* Fix string-interpolation feature of python-ts-mode (bug#60599)Yuan Fu2023-01-07
* Fix 'python-shell-buffer-substring' when START is in middle of 1st linekobarity2023-01-07
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typosStefan Kangas2022-12-31
* Fix python-shell-buffer-substring when retrieving a single statementkobarity2022-12-31
* (python--treesit-settings): Remove duplicate matcherDmitry Gutov2022-12-28
* Clean up python-ts-mode font-lock featuresYuan Fu2022-12-26
* ; Fix typosStefan Kangas2022-12-26
* Support treesit-defun-name in tree-sitter major modesYuan Fu2022-12-24
* Add "function" feature to python-ts-mode (bug#59977)Yuan Fu2022-12-15
* Add basic support for hideshow in python-ts-mode (bug#60044)Yuan Fu2022-12-15
* Fix syntax tables of tree-sitter modes (bug#59807)Kai Ma2022-12-13
* Add "->" to python--treesit-operators (bug#59968)Daniel Martín2022-12-12
* Improve treesit-fontify-with-overrideYuan Fu2022-12-04
* Add case and match to python--treesit-keywords (bug#59720)Daniel Martín2022-12-01
* Add highlighting Python operators (bug#59629)kobarity2022-12-01
* Sink python indent offset guessing to avoid test failureMattias Engdegård2022-11-30
* Reorganize treesit-font-lock-feaure-list's to the new level schemeYuan Fu2022-11-26
* Partially fix some python tests (bug#59477)Yuan Fu2022-11-26
* ; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.Eli Zaretskii2022-11-25
* Improve python-ts-mode fontification (bug#59534)Yuan Fu2022-11-24
* Don't skip nested defuns in python-ts-mode defun navigationYuan Fu2022-11-23
* ; Fix typosStefan Kangas2022-11-23
* Tweak python-ts-mode fontification (bug#59470)Yuan Fu2022-11-22
* Merge remote-tracking branch 'savannah/master' into feature/tree-sitterYuan Fu2022-11-21
|\
| * Fix indentation for multi-line block start in Python modekobarity2022-11-10
| * Disable completion/ElDoc/FFAP when Python program is runningkobarity2022-10-27
| * Fix invalid search bound error in python-shell-completion-at-pointkobarity2022-10-16
| * Disable completion when PDB is active in Python Shell bufferkobarity2022-10-16
| * Fix Python completion when point in shell buffer is before promptkobarity2022-10-12
| * Fix Python completion failure under certain conditionskobarity2022-10-11
* | ; Silence byte-compiler warningsEli Zaretskii2022-11-21
* | Add separate keymaps for js/python/css-ts-modeYuan Fu2022-11-21
* | Tweak python-ts-mode fontificationYuan Fu2022-11-21