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
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-11
/
+10
*
Tweak python-hideshow-forward-sexp-function warning avoidance
Lars Ingebrigtsen
2021-09-15
1
-2
/
+1
*
Python shell: rearrange printing of newline before output
Augusto Stoffel
2021-09-15
1
-4
/
+8
*
Keep python.el compatible with older Emacsen
Augusto Stoffel
2021-09-11
1
-1
/
+3
*
Allow using 'python-shell-send-file' across machines
Augusto Stoffel
2021-09-11
1
-15
/
+30
*
Implement caching for 'python-shell-completion-at-point'
Augusto Stoffel
2021-09-11
1
-29
/
+30
*
Revert usage of format-prompt in python.el
Lars Ingebrigtsen
2021-09-10
1
-1
/
+3
*
Properly encode all strings sent to Python shell
Augusto Stoffel
2021-09-10
1
-43
/
+21
*
; * lisp/progmodes/python.el (python-shell-send-string): Fix last change.
Eli Zaretskii
2021-09-09
1
-1
/
+1
*
Fix a recent change wrt 'comint-max-line-length'
Eli Zaretskii
2021-09-09
1
-1
/
+2
*
Better treatment of line length limits for the Python inferior
Augusto Stoffel
2021-09-09
1
-47
/
+51
*
Don't disable ipython as a native interpreter
Lars Ingebrigtsen
2021-09-08
1
-4
/
+3
*
Fixes for 'python-shell-send-string' and 'python-shell-send-file'
Augusto Stoffel
2021-09-05
1
-15
/
+31
*
Change Python eval to send directly instead of using temporary files
Augusto Stoffel
2021-09-03
1
-14
/
+50
*
python-shell-interpreter doc string clarification
Lars Ingebrigtsen
2021-08-27
1
-1
/
+6
*
Allow evaluating Python code across machines
Augusto Stoffel
2021-08-15
1
-1
/
+2
*
Add new user option python-forward-sexp-function
Lars Ingebrigtsen
2021-07-31
1
-9
/
+9
*
Fix filling of overlong first lines in Python doc strings
Deneb Meketa
2021-05-27
1
-1
/
+6
*
; Remove some useless comments
Stefan Kangas
2021-04-16
1
-2
/
+0
*
Fix python-shell-switch-to-shell redisplay bug
Shitikanth Kashyap
2021-04-12
1
-1
/
+2
*
Remove redundant #' before lambda in progmodes/*.el
Stefan Kangas
2021-04-01
1
-4
/
+4
*
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
[next]