aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Add new keywords of Python 3.5Lele Gaifax2016-04-261-2/+11
| * Remove prog-indentation-contextDmitry Gutov2016-03-281-24/+12
* | Make python.el work in Emacs 24Noam Postavsky2016-06-141-3/+3
* | python-describe-at-point: add and bindSam Steingold2016-05-181-0/+6
* | Add a number of Python 3 exceptionsJorgen Schaefer2016-04-271-13/+22
* | Add Python 3.5 keyword "await"Jorgen Schaefer2016-04-211-0/+1
* | Add new keywords of Python 3.5Lele Gaifax2016-04-061-2/+11
* | -Paul Eggert2016-01-301-2/+2
|\ \ | |/
| * Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-2/+2
* | -John Wiegley2016-01-181-0/+7
|\ \ | |/
| * Add some missing version tags.Glenn Morris2016-01-121-0/+7
* | replace `tramp-compat-split-string' (removed) with `split-string'Sam Steingold2016-01-151-3/+3
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Unbreak completion in python-mode buffersDmitry Gutov2015-12-301-1/+3
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-4/+4
* Recognize .rbw and .pyw files (bug#18753)Vasily Korytov2015-11-161-1/+1
* Fix bug#21762Juanma Barranquero2015-11-011-2/+2
* ; Remove extraneous "coding: utf-8" specifications in Elisp filesDmitry Gutov2015-09-291-1/+0
* Clarify or replace a few \u escapes.Paul Eggert2015-09-211-3/+3
* Add prettify symbols to python-modeMark Oteiza2015-09-201-0/+8
* Repair pdbtrack so it follows transition from one remote file to another.Ken Manheimer2015-09-191-4/+10
* Go back to grave quoting in source-code docstrings etc.Paul Eggert2015-09-071-2/+2
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Spelling fixesPaul Eggert2015-08-251-1/+1
* Prefer directed to neutral quotesPaul Eggert2015-08-241-2/+2
* python.el: Fix python-shell-buffer-substring on indented codeFabián Ezequiel Gallina2015-08-231-10/+13
* python.el: Defer shell setup code until first interactive promptFabián Ezequiel Gallina2015-08-231-5/+38
* python.el: Fix completion for pdb interactionsFabián Ezequiel Gallina2015-08-231-127/+139
* python.el: Fix prompt detection with user overridden interpreterFabián Ezequiel Gallina2015-08-231-2/+4