summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Fix python-ts-mode built-in functions and attributes (bug#70478)Prateek Sharma2024-04-211-7/+9
* ; Fix typosStefan Kangas2024-01-111-2/+2
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Improve syntax highlighting for python-ts-modeDenis Zubarev2023-12-301-62/+178
* Fix python-ts-mode triple quote syntax (bug#67262)Yuan Fu2023-12-231-0/+17
* python-ts-mode: Highlight default parametersMaciej Kalandyk2023-12-111-1/+2
* Make python-ts-mode's syntax-highlighting more standardizedDmitry Gutov2023-11-241-3/+3
* Add missing python-ts-mode keyword (bug#67015)Yuan Fu2023-11-181-1/+1
* Fix bol/bos anchors in tree-sitter :match regexpsBasil L. Contovounesios2023-06-131-1/+1
* 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
* Use 'font-lock-extend-region-functions' in python-modekobarity2023-05-261-15/+19
* Fix python-info-docstring-pkobarity2023-05-261-5/+2
* Fix Skeletons menu-bar menu in Python modesEli Zaretskii2023-05-201-2/+4
* Fix M-x completion-predicate under python-ts-modeBasil L. Contovounesios2023-05-171-2/+2
* 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