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 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
*
; * lisp/progmodes/python.el (treesit-node-prev-sibling): Declare.
Eli Zaretskii
2022-11-25
1
-1
/
+1
*
Improve python-ts-mode fontification (bug#59534)
Yuan Fu
2022-11-24
1
-5
/
+20
*
Don't skip nested defuns in python-ts-mode defun navigation
Yuan Fu
2022-11-23
1
-52
/
+2
*
; Fix typos
Stefan Kangas
2022-11-23
1
-1
/
+1
*
Tweak python-ts-mode fontification (bug#59470)
Yuan Fu
2022-11-22
1
-1
/
+3
*
Merge remote-tracking branch 'savannah/master' into feature/tree-sitter
Yuan Fu
2022-11-21
1
-21
/
+53
|
\
|
*
Fix indentation for multi-line block start in Python mode
kobarity
2022-11-10
1
-0
/
+1
|
*
Disable completion/ElDoc/FFAP when Python program is running
kobarity
2022-10-27
1
-2
/
+15
|
*
Fix invalid search bound error in python-shell-completion-at-point
kobarity
2022-10-16
1
-9
/
+12
|
*
Disable completion when PDB is active in Python Shell buffer
kobarity
2022-10-16
1
-1
/
+4
|
*
Fix Python completion when point in shell buffer is before prompt
kobarity
2022-10-12
1
-2
/
+4
|
*
Fix Python completion failure under certain conditions
kobarity
2022-10-11
1
-8
/
+18
*
|
; Silence byte-compiler warnings
Eli Zaretskii
2022-11-21
1
-0
/
+9
*
|
Add separate keymaps for js/python/css-ts-mode
Yuan Fu
2022-11-21
1
-1
/
+4
*
|
Tweak python-ts-mode fontification
Yuan Fu
2022-11-21
1
-4
/
+10
*
|
Limit recursion level for tree-sitter imenu functions
Yuan Fu
2022-11-20
1
-1
/
+2
*
|
; Improve recently-modified documentation
Eli Zaretskii
2022-11-20
1
-3
/
+3
*
|
Fix uses of treesit-ready-p
Yuan Fu
2022-11-19
1
-1
/
+1
*
|
Merge function/class-name features in python-mode
Yuan Fu
2022-11-19
1
-7
/
+4
*
|
Split python-mode into native and tree-sitter variant
Yuan Fu
2022-11-19
1
-20
/
+29
*
|
Fix python-mode tree-sitter fontification
Yuan Fu
2022-11-19
1
-10
/
+8
*
|
Utilize new font-lock faces for C/C++ and Python tree-sitter use
Randy Taylor
2022-11-17
1
-6
/
+35
*
|
Make tree-sitter fontification automatically update
Yuan Fu
2022-11-15
1
-0
/
+1
*
|
Remove the contextual hack in tree-sitter fontification
Yuan Fu
2022-11-15
1
-2
/
+1
*
|
Utilize new face font-lock-escape-face in python-mode
Yuan Fu
2022-11-10
1
-1
/
+1
*
|
Mimic existing python-mode beg/end-of-defun behavior better
Yuan Fu
2022-11-09
1
-4
/
+52
*
|
Pass region start and end to tree-sitter fontification functions
Yuan Fu
2022-11-02
1
-5
/
+7
*
|
Add handling of contextual entities in tree-sitter font-lock
Yuan Fu
2022-11-02
1
-8
/
+2
*
|
Change signature of tree-sitter font-lock functions
Yuan Fu
2022-11-02
1
-2
/
+2
*
|
Fix string fontification for tree-sitter python-mode
Yuan Fu
2022-11-01
1
-6
/
+10
[next]