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 docstring auto-fill (Bug#36056)
Noam Postavsky
2019-06-22
1
-0
/
+1
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
python.el: Fix close paren indentation to match pep8 (Bug#20742)
Tommi Komulainen
2019-04-28
1
-3
/
+9
*
Merge from origin/emacs-26
Glenn Morris
2019-04-17
1
-9
/
+10
|
\
|
*
* lisp/progmodes/python.el: Be more careful about temp file removal
Stefan Monnier
2019-04-14
1
-9
/
+10
*
|
Make python-shell-prompt-block-regexp match IPython prompt
Andrii Kolomoiets
2019-04-16
1
-1
/
+1
*
|
python.el: don't syntax-propertize single/double quoted strings
Stefan Monnier
2019-04-09
1
-24
/
+16
*
|
* lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`
Stefan Monnier
2019-03-13
1
-1
/
+1
*
|
Add 'breakpoint' to builtins for Python
Evan Moses
2019-03-01
1
-1
/
+1
*
|
Fix electric indent bug in python-mode after dedenting colon
Joel Rosdahl
2019-01-05
1
-9
/
+10
*
|
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-14
/
+14
*
|
Add 'font-lock-maximum-decoration' levels for Python
Charles A. Roelli
2018-07-19
1
-32
/
+63
*
|
Fix off by one error in python-mode assertion (Bug#30964)
Noam Postavsky
2018-06-16
1
-1
/
+1
*
|
Obsolete Flymake's flymake-diagnostic-types-alist
João Távora
2018-06-05
1
-3
/
+4
*
|
run-python: Make the buffer running python current
Tino Calancha
2018-05-15
1
-4
/
+6
*
|
The tedious game of whack-a-mole with compiler warnings continues
Glenn Morris
2018-04-20
1
-6
/
+6
*
|
Fix python-shell-send-defun at start of buffer (Bug#30822)
nitishch
2018-04-08
1
-3
/
+6
*
|
Fix issues turned up by previous python.el change
Noam Postavsky
2018-03-01
1
-11
/
+10
*
|
Fix python.el for Emacs 24, bump ELPA version to 0.26.1 (Bug#30633)
Noam Postavsky
2018-02-27
1
-8
/
+22
*
|
Merge from origin/emacs-26
Glenn Morris
2018-02-17
1
-3
/
+3
|
\
|
|
*
; Fix doc typos related to indefinite articles
Glenn Morris
2018-02-16
1
-3
/
+3
*
|
* lisp/progmodes/python.el: Bump package version to 0.26.
Noam Postavsky
2018-02-12
1
-1
/
+1
*
|
Fix an infloop in python-nav-beginning-of-statement
Dmitry Gutov
2018-02-12
1
-1
/
+2
|
/
*
New customization variable for python-mode indentation (Bug#28475)
Ross Donaldson
2018-01-01
1
-2
/
+8
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Merge branch 'widen-less' into emacs-26
Dmitry Gutov
2017-12-21
1
-24
/
+8
|
\
|
*
Consolidate 'widen' calls
Dmitry Gutov
2017-12-14
1
-24
/
+8
*
|
Fix some more aliases to user options
Glenn Morris
2017-12-20
1
-20
/
+20
*
|
python.el doc fixes
Charles A. Roelli
2017-12-17
1
-7
/
+6
*
|
Add missing :version tags revealed by cusver-check
Glenn Morris
2017-12-12
1
-0
/
+3
*
|
Use forward slashes for python w32 config example (Bug#21656)
Noam Postavsky
2017-12-03
1
-2
/
+2
*
|
Disable electric indent for python strings (Bug#29305)
Noam Postavsky
2017-12-02
1
-1
/
+5
|
/
*
Support python virtualenv on w32 (Bug#24464)
Justin Timmons
2017-11-05
1
-5
/
+10
*
Add a Flymake backend for Python (bug#28808)
Lele Gaifax
2017-11-05
1
-1
/
+135
*
Disable python native completion on w32 (Bug#28580)
Noam Postavsky
2017-10-15
1
-2
/
+3
*
Make python prettify symbols into a defvar (Bug#28713)
Noam Postavsky
2017-10-07
1
-2
/
+6
*
Give more helpful messages for python completion setup failures
Noam Postavsky
2017-10-02
1
-1
/
+5
*
Improve python3-compatibility of fallback completion (Bug#28499)
Joerg Behrmann
2017-09-25
1
-3
/
+3
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-3
/
+3
*
Disable completion while entering python multiline statements
Noam Postavsky
2017-08-27
1
-1
/
+15
*
Work around w32-python-2.x bug to fix prompt detection (Bug#21376)
Noam Postavsky
2017-08-20
1
-1
/
+5
*
* lisp/progmodes/python.el (auto-mode-alist): Add .pyi. (Bug#27847)
Glenn Morris
2017-07-05
1
-1
/
+1
*
Add watch for password back to inferior python comint filter
Glenn Morris
2017-06-02
1
-1
/
+2
*
Comply with pep 8 style guide for backslash in assignment (Bug#24809)
Jules Tamagnan
2017-05-28
1
-1
/
+1
*
Protect against an infloop in python-mode
Philipp Stephani
2017-03-23
1
-3
/
+13
*
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-1
/
+1
|
\
|
*
Fix warning message about native completion (Bug#25984)
Noam Postavsky
2017-03-05
1
-1
/
+1
[next]