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
*
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
*
|
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-2
/
+4
|
\
|
|
*
Disable native completion for ipython (Bug#25067)
Noam Postavsky
2017-02-07
1
-2
/
+4
*
|
Merge from origin/emacs-25
Paul Eggert
2017-03-19
1
-2
/
+1
|
\
|
|
*
Fix an error message in python.el
Eli Zaretskii
2017-01-09
1
-2
/
+1
*
|
python-mode: Fix detection for opening blocks.
Hong Xu
2017-01-26
1
-2
/
+18
*
|
Fix extracting async def type and name in python mode imenu
Dmitry Lazurkin
2017-01-12
1
-5
/
+12
*
|
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Fix bad quoting of python-shell-interpreter
Noam Postavsky
2016-12-09
1
-1
/
+3
*
|
Add file-local-name
Michael Albinus
2016-11-20
1
-5
/
+2
*
|
Merge from origin/emacs-25
Paul Eggert
2016-11-19
1
-2
/
+2
|
\
|
|
*
Avoid infloop in python
Daniel Colascione
2016-11-08
1
-2
/
+9
|
*
Fix python-mode hideshow regexp
Noam Postavsky
2016-11-06
1
-1
/
+1
|
*
Modernize usage of 'macOS' in doc and comments
Paul Eggert
2016-11-06
1
-1
/
+1
[next]