summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-3/+3
* 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
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Fix bad quoting of python-shell-interpreterNoam Postavsky2016-12-091-1/+3
* | Add file-local-nameMichael Albinus2016-11-201-5/+2
* | Merge from origin/emacs-25Paul Eggert2016-11-191-2/+2
|\ \ | |/
| * Avoid infloop in pythonDaniel Colascione2016-11-081-2/+9
| * Fix python-mode hideshow regexpNoam Postavsky2016-11-061-1/+1
| * Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* | Fix arglist in python.el (Bug#24762)Mark Oteiza2016-11-171-4/+4
* | Avoid infloop in pythonDaniel Colascione2016-11-081-2/+9
* | Merge from origin/emacs-25Paul Eggert2016-11-041-1/+1
|\ \ | |/
| * python.el: Fix detection of native completion in Python 3 (bug #24401)Clément Pit--Claudel2016-10-311-1/+1
* | ; Revert "Use eldoc-documentation-functions"Dmitry Gutov2016-07-181-8/+6
* | Use eldoc-documentation-functionsMark Oteiza2016-07-171-6/+8
* | Merge from origin/emacs-25Paul Eggert2016-06-191-2/+38
|\ \ | |/
| * Fix eldoc-related freezes in python modeJules Tamagnan2016-06-101-2/+37
| * * lisp/progmodes/python.el (inferior-python-mode):Glenn Morris2016-06-071-0/+1
| * Add Python 3.5 keyword "await"Jorgen Schaefer2016-04-261-0/+1