aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2015-08-23python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina1-127/+139
2015-08-23python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina1-2/+4
2015-08-22python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina1-58/+67
2015-08-22; python.el: Fix typo for previous commitFabián Ezequiel Gallina1-1/+1
2015-08-22python.el: Increase native completion robustness.Fabián Ezequiel Gallina1-33/+60
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina1-0/+4
2015-08-21; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina1-1/+3
2015-08-21python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina1-29/+57
2015-08-21; python.el: Bump version to 25.1Fabián Ezequiel Gallina1-2/+3