aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-27Disable completion while entering python multiline statementsNoam Postavsky1-1/+15
2017-08-20Work around w32-python-2.x bug to fix prompt detection (Bug#21376)Noam Postavsky1-1/+5
2017-07-05* lisp/progmodes/python.el (auto-mode-alist): Add .pyi. (Bug#27847)Glenn Morris1-1/+1
2017-06-02Add watch for password back to inferior python comint filterGlenn Morris1-1/+2
2017-05-28Comply with pep 8 style guide for backslash in assignment (Bug#24809)Jules Tamagnan1-1/+1
2017-03-23Protect against an infloop in python-modePhilipp Stephani1-3/+13
2017-03-05Fix warning message about native completion (Bug#25984)Noam Postavsky1-1/+1
2017-02-07Disable native completion for ipython (Bug#25067)Noam Postavsky1-2/+4
2017-01-26python-mode: Fix detection for opening blocks.Hong Xu1-2/+18
2017-01-12Fix extracting async def type and name in python mode imenuDmitry Lazurkin1-5/+12
2017-01-09Fix an error message in python.elEli Zaretskii1-2/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-12-09Fix bad quoting of python-shell-interpreterNoam Postavsky1-1/+3
2016-11-20Add file-local-nameMichael Albinus1-5/+2
2016-11-17Fix arglist in python.el (Bug#24762)Mark Oteiza1-4/+4
2016-11-08Avoid infloop in pythonDaniel Colascione1-2/+9
2016-11-08Avoid infloop in pythonDaniel Colascione1-2/+9
2016-11-06Fix python-mode hideshow regexpNoam Postavsky1-1/+1
2016-11-06Modernize usage of 'macOS' in doc and commentsPaul Eggert1-1/+1
2016-10-31python.el: Fix detection of native completion in Python 3 (bug #24401)Clément Pit--Claudel1-1/+1
2016-07-18; Revert "Use eldoc-documentation-functions"Dmitry Gutov1-8/+6
2016-07-17Use eldoc-documentation-functionsMark Oteiza1-6/+8
2016-06-14Make python.el work in Emacs 24Noam Postavsky1-3/+3
2016-06-10Fix eldoc-related freezes in python modeJules Tamagnan1-2/+37
2016-06-07* lisp/progmodes/python.el (inferior-python-mode):Glenn Morris1-0/+1
2016-05-18python-describe-at-point: add and bindSam Steingold1-0/+6
2016-04-27Add a number of Python 3 exceptionsJorgen Schaefer1-13/+22
2016-04-26Add Python 3.5 keyword "await"Jorgen Schaefer1-0/+1
2016-04-26Add new keywords of Python 3.5Lele Gaifax1-2/+11
2016-04-21Add Python 3.5 keyword "await"Jorgen Schaefer1-0/+1
2016-04-06Add new keywords of Python 3.5Lele Gaifax1-2/+11
2016-03-28Remove prog-indentation-contextDmitry Gutov1-24/+12
2016-01-24Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie1-2/+2
2016-01-15replace `tramp-compat-split-string' (removed) with `split-string'Sam Steingold1-3/+3
2016-01-12Add some missing version tags.Glenn Morris1-0/+7
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-12-30Unbreak completion in python-mode buffersDmitry Gutov1-1/+3
2015-11-17Fix docstring quoting problems with ‘ '’Paul Eggert1-4/+4
2015-11-16Recognize .rbw and .pyw files (bug#18753)Vasily Korytov1-1/+1
2015-11-01Fix bug#21762Juanma Barranquero1-2/+2
2015-09-29; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov1-1/+0
2015-09-21Clarify or replace a few \u escapes.Paul Eggert1-3/+3
2015-09-20Add prettify symbols to python-modeMark Oteiza1-0/+8
2015-09-19Repair pdbtrack so it follows transition from one remote file to another.Ken Manheimer1-4/+10
2015-09-07Go back to grave quoting in source-code docstrings etc.Paul Eggert1-2/+2
2015-09-03Fix some more docstring etc. quoting problemsPaul Eggert1-1/+1
2015-08-25Spelling fixesPaul Eggert1-1/+1
2015-08-24Prefer directed to neutral quotesPaul Eggert1-2/+2
2015-08-23python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina1-10/+13
2015-08-23python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina1-5/+38