summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* python.el: don't syntax-propertize single/double quoted stringsStefan Monnier2019-04-091-24/+16
* * lisp/progmodes/python.el (python-rx-constituents): Fix ordering in `or`Stefan Monnier2019-03-131-1/+1
* Add 'breakpoint' to builtins for PythonEvan Moses2019-03-011-1/+1
* Fix electric indent bug in python-mode after dedenting colonJoel Rosdahl2019-01-051-9/+10
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-14/+14
* | Add 'font-lock-maximum-decoration' levels for PythonCharles A. Roelli2018-07-191-32/+63
* | Fix off by one error in python-mode assertion (Bug#30964)Noam Postavsky2018-06-161-1/+1
* | Obsolete Flymake's flymake-diagnostic-types-alistJoão Távora2018-06-051-3/+4
* | run-python: Make the buffer running python currentTino Calancha2018-05-151-4/+6
* | The tedious game of whack-a-mole with compiler warnings continuesGlenn Morris2018-04-201-6/+6
* | Fix python-shell-send-defun at start of buffer (Bug#30822)nitishch2018-04-081-3/+6
* | Fix issues turned up by previous python.el changeNoam Postavsky2018-03-011-11/+10
* | Fix python.el for Emacs 24, bump ELPA version to 0.26.1 (Bug#30633)Noam Postavsky2018-02-271-8/+22
* | Merge from origin/emacs-26Glenn Morris2018-02-171-3/+3
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-3/+3
* | * lisp/progmodes/python.el: Bump package version to 0.26.Noam Postavsky2018-02-121-1/+1
* | Fix an infloop in python-nav-beginning-of-statementDmitry Gutov2018-02-121-1/+2
|/
* New customization variable for python-mode indentation (Bug#28475)Ross Donaldson2018-01-011-2/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Merge branch 'widen-less' into emacs-26Dmitry Gutov2017-12-211-24/+8
|\
| * Consolidate 'widen' callsDmitry Gutov2017-12-141-24/+8
* | Fix some more aliases to user optionsGlenn Morris2017-12-201-20/+20
* | python.el doc fixesCharles A. Roelli2017-12-171-7/+6
* | Add missing :version tags revealed by cusver-checkGlenn Morris2017-12-121-0/+3
* | Use forward slashes for python w32 config example (Bug#21656)Noam Postavsky2017-12-031-2/+2
* | Disable electric indent for python strings (Bug#29305)Noam Postavsky2017-12-021-1/+5
|/
* Support python virtualenv on w32 (Bug#24464)Justin Timmons2017-11-051-5/+10
* Add a Flymake backend for Python (bug#28808)Lele Gaifax2017-11-051-1/+135
* Disable python native completion on w32 (Bug#28580)Noam Postavsky2017-10-151-2/+3
* Make python prettify symbols into a defvar (Bug#28713)Noam Postavsky2017-10-071-2/+6
* Give more helpful messages for python completion setup failuresNoam Postavsky2017-10-021-1/+5
* Improve python3-compatibility of fallback completion (Bug#28499)Joerg Behrmann2017-09-251-3/+3
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-3/+3
* Disable completion while entering python multiline statementsNoam Postavsky2017-08-271-1/+15
* Work around w32-python-2.x bug to fix prompt detection (Bug#21376)Noam Postavsky2017-08-201-1/+5
* * lisp/progmodes/python.el (auto-mode-alist): Add .pyi. (Bug#27847)Glenn Morris2017-07-051-1/+1
* Add watch for password back to inferior python comint filterGlenn Morris2017-06-021-1/+2
* Comply with pep 8 style guide for backslash in assignment (Bug#24809)Jules Tamagnan2017-05-281-1/+1
* Protect against an infloop in python-modePhilipp Stephani2017-03-231-3/+13
* Merge from origin/emacs-25Paul Eggert2017-03-191-1/+1
|\
| * Fix warning message about native completion (Bug#25984)Noam Postavsky2017-03-051-1/+1
* | Merge from origin/emacs-25Paul Eggert2017-03-191-2/+4
|\ \ | |/
| * Disable native completion for ipython (Bug#25067)Noam Postavsky2017-02-071-2/+4
* | Merge from origin/emacs-25Paul Eggert2017-03-191-2/+1
|\ \ | |/
| * Fix an error message in python.elEli Zaretskii2017-01-091-2/+1
* | python-mode: Fix detection for opening blocks.Hong Xu2017-01-261-2/+18
* | Fix extracting async def type and name in python mode imenuDmitry Lazurkin2017-01-121-5/+12
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/