index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
progmodes
/
python.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix python-ts-mode built-in functions and attributes (bug#70478)
Prateek Sharma
2024-04-21
1
-7
/
+9
*
; Fix typos
Stefan Kangas
2024-01-11
1
-2
/
+2
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
Improve syntax highlighting for python-ts-mode
Denis Zubarev
2023-12-30
1
-62
/
+178
*
Fix python-ts-mode triple quote syntax (bug#67262)
Yuan Fu
2023-12-23
1
-0
/
+17
*
python-ts-mode: Highlight default parameters
Maciej Kalandyk
2023-12-11
1
-1
/
+2
*
Make python-ts-mode's syntax-highlighting more standardized
Dmitry Gutov
2023-11-24
1
-3
/
+3
*
Add missing python-ts-mode keyword (bug#67015)
Yuan Fu
2023-11-18
1
-1
/
+1
*
Fix bol/bos anchors in tree-sitter :match regexps
Basil L. Contovounesios
2023-06-13
1
-1
/
+1
*
Fix 'python-util-clone-local-variables'
Eli Zaretskii
2023-06-03
1
-1
/
+2
*
Revert "Enhance Python font-lock to support multilines"
kobarity
2023-06-03
1
-34
/
+15
*
Use 'font-lock-extend-region-functions' in python-mode
kobarity
2023-05-26
1
-15
/
+19
*
Fix python-info-docstring-p
kobarity
2023-05-26
1
-5
/
+2
*
Fix Skeletons menu-bar menu in Python modes
Eli Zaretskii
2023-05-20
1
-2
/
+4
*
Fix M-x completion-predicate under python-ts-mode
Basil L. Contovounesios
2023-05-17
1
-2
/
+2
*
Improve indenting "case" in Python
kobarity
2023-03-26
1
-1
/
+8
*
Fix python-fill-paragraph problems on filling strings (bug#62142)
kobarity
2023-03-16
1
-8
/
+27
*
Make "case" keyword a dedenter in Python
kobarity
2023-03-11
1
-2
/
+3
*
python-info-dedenter-opening-block-positions: Fix to support "bare" match
Dmitry Gutov
2023-03-09
1
-1
/
+3
*
Revert workaround introduced in Bug#56271
kobarity
2023-03-09
1
-8
/
+1
*
Fix searching for end of string in python-nav-end-of-statement
kobarity
2023-03-09
1
-4
/
+10
*
Avoid potential infloop
Dmitry Gutov
2023-03-09
1
-3
/
+3
*
Don't misindent 'else:' after 'if re.match:' in Python
Dmitry Gutov
2023-03-08
1
-1
/
+3
*
Rename the newly added -ref- faces to -use-
Dmitry Gutov
2023-02-28
1
-3
/
+3
*
python-ts-mode: Fix single-quote string fontification
Dmitry Gutov
2023-02-26
1
-1
/
+1
*
Add more/finer faces for tree-sitter
Dmitry Gutov
2023-02-25
1
-15
/
+16
*
* lisp/progmodes/python.el (python--import-sources): Fix regexp (bug#61648)
Augusto Stoffel
2023-02-22
1
-1
/
+1
*
Fix point moving when calling python-shell-send-region
kobarity
2023-02-18
1
-12
/
+14
*
python.el: Use correct regexp when enabling python-ts-mode
Brian Leung
2023-01-28
1
-2
/
+2
*
Make tree-sitter based modes optional
Eli Zaretskii
2023-01-20
1
-1
/
+4
*
Fix string fontification on python-ts-mode (bug#60599)
Yuan Fu
2023-01-07
1
-2
/
+5
*
Fix string-interpolation feature of python-ts-mode (bug#60599)
Yuan Fu
2023-01-07
1
-2
/
+18
*
Fix 'python-shell-buffer-substring' when START is in middle of 1st line
kobarity
2023-01-07
1
-4
/
+5
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
; Fix typos
Stefan Kangas
2022-12-31
1
-1
/
+1
*
Fix python-shell-buffer-substring when retrieving a single statement
kobarity
2022-12-31
1
-14
/
+31
*
(python--treesit-settings): Remove duplicate matcher
Dmitry Gutov
2022-12-28
1
-3
/
+1
*
Clean up python-ts-mode font-lock features
Yuan Fu
2022-12-26
1
-9
/
+30
*
; Fix typos
Stefan Kangas
2022-12-26
1
-1
/
+1
*
Support treesit-defun-name in tree-sitter major modes
Yuan Fu
2022-12-24
1
-3
/
+14
*
Add "function" feature to python-ts-mode (bug#59977)
Yuan Fu
2022-12-15
1
-3
/
+11
*
Add basic support for hideshow in python-ts-mode (bug#60044)
Yuan Fu
2022-12-15
1
-13
/
+15
*
Fix syntax tables of tree-sitter modes (bug#59807)
Kai Ma
2022-12-13
1
-0
/
+1
*
Add "->" to python--treesit-operators (bug#59968)
Daniel Martín
2022-12-12
1
-1
/
+2
*
Improve treesit-fontify-with-override
Yuan Fu
2022-12-04
1
-1
/
+1
*
Add case and match to python--treesit-keywords (bug#59720)
Daniel Martín
2022-12-01
1
-2
/
+2
*
Add highlighting Python operators (bug#59629)
kobarity
2022-12-01
1
-5
/
+10
*
Sink python indent offset guessing to avoid test failure
Mattias Engdegård
2022-11-30
1
-5
/
+9
*
Reorganize treesit-font-lock-feaure-list's to the new level scheme
Yuan Fu
2022-11-26
1
-5
/
+5
*
Partially fix some python tests (bug#59477)
Yuan Fu
2022-11-26
1
-1
/
+3
[next]