summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2017-12-14Consolidate 'widen' callsDmitry Gutov
2017-12-12Add missing :version tags revealed by cusver-checkGlenn Morris
2017-12-03Use forward slashes for python w32 config example (Bug#21656)Noam Postavsky
2017-12-02Disable electric indent for python strings (Bug#29305)Noam Postavsky
2017-11-05Support python virtualenv on w32 (Bug#24464)Justin Timmons
2017-11-05Add a Flymake backend for Python (bug#28808)Lele Gaifax
2017-10-15Disable python native completion on w32 (Bug#28580)Noam Postavsky
2017-10-07Make python prettify symbols into a defvar (Bug#28713)Noam Postavsky
2017-10-02Give more helpful messages for python completion setup failuresNoam Postavsky
2017-09-25Improve python3-compatibility of fallback completion (Bug#28499)Joerg Behrmann
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-27Disable completion while entering python multiline statementsNoam Postavsky
2017-08-20Work around w32-python-2.x bug to fix prompt detection (Bug#21376)Noam Postavsky
2017-07-05* lisp/progmodes/python.el (auto-mode-alist): Add .pyi. (Bug#27847)Glenn Morris
2017-06-02Add watch for password back to inferior python comint filterGlenn Morris
2017-05-28Comply with pep 8 style guide for backslash in assignment (Bug#24809)Jules Tamagnan
2017-03-23Protect against an infloop in python-modePhilipp Stephani
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-19Merge from origin/emacs-25Paul Eggert
2017-03-05Fix warning message about native completion (Bug#25984)Noam Postavsky
2017-02-07Disable native completion for ipython (Bug#25067)Noam Postavsky
2017-01-26python-mode: Fix detection for opening blocks.Hong Xu
2017-01-12Fix extracting async def type and name in python mode imenuDmitry Lazurkin
2017-01-09Fix an error message in python.elEli Zaretskii
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-09Fix bad quoting of python-shell-interpreterNoam Postavsky
2016-11-20Add file-local-nameMichael Albinus
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-17Fix arglist in python.el (Bug#24762)Mark Oteiza
2016-11-08Avoid infloop in pythonDaniel Colascione
2016-11-08Avoid infloop in pythonDaniel Colascione
2016-11-06Fix python-mode hideshow regexpNoam Postavsky
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert
2016-11-04Merge from origin/emacs-25Paul Eggert
2016-10-31python.el: Fix detection of native completion in Python 3 (bug #24401)Clément Pit--Claudel
2016-07-18; Revert "Use eldoc-documentation-functions"Dmitry Gutov
2016-07-17Use eldoc-documentation-functionsMark Oteiza
2016-06-19Merge from origin/emacs-25Paul Eggert
2016-06-14Make python.el work in Emacs 24Noam Postavsky
2016-06-10Fix eldoc-related freezes in python modeJules Tamagnan
2016-06-07* lisp/progmodes/python.el (inferior-python-mode):Glenn Morris
2016-05-18python-describe-at-point: add and bindSam Steingold
2016-04-27Add a number of Python 3 exceptionsJorgen Schaefer
2016-04-26Add Python 3.5 keyword "await"Jorgen Schaefer
2016-04-26Add new keywords of Python 3.5Lele Gaifax
2016-04-21Add Python 3.5 keyword "await"Jorgen Schaefer
2016-04-06Add new keywords of Python 3.5Lele Gaifax
2016-03-28Remove prog-indentation-contextDmitry Gutov