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
*
Revert "Do interactive mode tagging for python.el navigation functions."
Lars Ingebrigtsen
2021-02-18
1
-18
/
+18
*
Do interactive mode tagging for python.el navigation functions.
Doug Davis
2021-02-18
1
-18
/
+18
*
Deactivate region in `C-c C-r' in python-mode
Lars Ingebrigtsen
2021-02-04
1
-1
/
+2
*
Default python-shell-interpreter to python3
Glenn Morris
2021-01-10
1
-1
/
+5
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Make python-mode fontify more assignment statements
Dario Gjorgjevski
2020-12-21
1
-27
/
+69
*
Fix narrow-to-defun in python-mode
Tomas Nordin
2020-12-14
1
-4
/
+11
*
Prefer setq-local in python.el
Stefan Kangas
2020-12-12
1
-79
/
+71
*
* lisp/progmodes/python.el: Bump version.
Stefan Kangas
2020-12-11
1
-1
/
+1
*
Recompute error positions in python-shell-send-region
Lars Ingebrigtsen
2020-12-03
1
-0
/
+6
*
Remove redundant installation instructions
Stefan Kangas
2020-11-12
1
-8
/
+1
*
Fix python-font-lock-keywords-maximum-decoration performance regression
Dario Gjorgjevski
2020-11-11
1
-11
/
+8
*
Fix font lock of assignments with type hints in Python
Dario Gjorgjevski
2020-11-11
1
-6
/
+10
*
Make the SHOW parameter work again in `run-python'
Lars Ingebrigtsen
2020-11-09
1
-1
/
+1
*
Fix misuses of `make-local-variable` on hooks
Stefan Monnier
2020-11-04
1
-2
/
+2
*
Tweak previous python-mode region fix
Lars Ingebrigtsen
2020-10-30
1
-1
/
+12
*
Tweak how `C-c C-r' computes the region in python-mode
Lars Ingebrigtsen
2020-10-27
1
-5
/
+1
*
; Prefer https to http in more URLs
Stefan Kangas
2020-10-24
1
-1
/
+1
*
* lisp/progmodes/python.el: Bump version to release the f-string support
Stefan Monnier
2020-10-19
1
-1
/
+1
*
* lisp/progmodes/python.el: Teach f-strings to `font-lock`
Stefan Monnier
2020-10-16
1
-3
/
+52
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-6
/
+8
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-6
/
+8
*
|
Make `C-c C-e' in Python buffers work
Lars Ingebrigtsen
2020-10-02
1
-10
/
+13
*
|
python-shell-send-defun doesn't find the (whole) definition
Per Starbäck
2020-10-02
1
-21
/
+23
*
|
Fix the defcustom type fix in python.el
Lars Ingebrigtsen
2020-09-25
1
-1
/
+1
*
|
Fix some defcustom types
Lars Ingebrigtsen
2020-09-25
1
-2
/
+2
*
|
; Fix typos
Stefan Kangas
2020-09-21
1
-4
/
+4
*
|
Fix slow python-mode inserts when there's a lot of strings
Noam Postavsky
2020-09-20
1
-15
/
+16
*
|
Use `format-prompt' when prompting with default values
Lars Ingebrigtsen
2020-09-06
1
-3
/
+1
*
|
Don't override python font locking in comint
Carlos Pita
2020-08-19
1
-0
/
+1
*
|
Remove some compat code from python.el
Lars Ingebrigtsen
2020-08-18
1
-18
/
+0
*
|
Revert "Indent python multiline strings to start and previous levels"
Lars Ingebrigtsen
2020-08-09
1
-8
/
+7
*
|
Indent python multiline strings to start and previous levels
Carlos Pita
2020-08-09
1
-7
/
+8
*
|
Merge from origin/emacs-27
Glenn Morris
2020-07-11
1
-4
/
+4
|
\
|
|
*
Consistently stylize eldoc as ElDoc in prose
Basil L. Contovounesios
2020-07-10
1
-4
/
+4
*
|
Shoosh warnings about obsolete eldoc-documentation-function
João Távora
2020-07-08
1
-8
/
+10
*
|
Better handle asynchronous Eldoc sources
João Távora
2020-07-08
1
-1
/
+1
*
|
Fix last change for bug#41619
Eli Zaretskii
2020-06-20
1
-1
/
+0
*
|
Mark python-shell-virtualenv-root as safe for directories
Philip K
2020-06-13
1
-1
/
+2
*
|
Highlight typed variables in Python
Konstantin Kharlamov
2020-06-13
1
-0
/
+2
*
|
Various json.el improvements
Basil L. Contovounesios
2020-05-22
1
-5
/
+16
*
|
Expose ElDoc functions in a hook (Bug#28257)
Mark Oteiza
2020-02-25
1
-2
/
+4
*
|
Merge from origin/emacs-27
Paul Eggert
2020-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
|
Use regexp type for regexps in defcustom declarations
Mattias Engdegård
2019-12-26
1
-8
/
+8
|
/
*
Add new function `python-shell-send-statement'
lin.sun
2019-12-21
1
-0
/
+22
*
python-shell-completion-at-point: respect simple-operator (Bug#37808)
Andrii Kolomoiets
2019-12-13
1
-1
/
+1
*
; Spelling fixes
Paul Eggert
2019-12-10
1
-2
/
+2
*
Spelling fixes
Paul Eggert
2019-12-09
1
-3
/
+3
*
Ensure buffer is alive in python-pdbtrack-unset-tracked-buffer
Andrii Kolomoiets
2019-12-07
1
-3
/
+3
[next]