aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; 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
* python.el: fallback completion, ffap and eldoc setup enhancementsFabián Ezequiel Gallina2015-08-221-58/+67
* ; python.el: Fix typo for previous commitFabián Ezequiel Gallina2015-08-221-1/+1
* python.el: Increase native completion robustness.Fabián Ezequiel Gallina2015-08-221-33/+60
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-0/+4
* ; python.el: Fix previous commit for Emacs<24.3 compatibilityFabián Ezequiel Gallina2015-08-211-1/+3
* python.el: Ensure remote process-environment on non-interactive processesFabián Ezequiel Gallina2015-08-211-29/+57
* ; python.el: Bump version to 25.1Fabián Ezequiel Gallina2015-08-211-2/+3
* python.el: Enhancements to process environment setup.Fabián Ezequiel Gallina2015-08-211-88/+119
* Avoid hard-coding "M-x command" in docstringsPaul Eggert2015-08-211-1/+2
* ; python.el: Emacs 24.x compatibility fixesFabián Ezequiel Gallina2015-08-111-0/+12
* python.el: Fix local/remote shell environment setupFabián Ezequiel Gallina2015-07-061-17/+18
* python.el: Respect process environment for remote shellsFabián Ezequiel Gallina2015-07-061-126/+167
* python.el: Avoid making let-bound defvars buffer local (Bug#18244)Fabián Ezequiel Gallina2015-07-061-16/+23
* ; python.el: Replace `eval-when-compile` with `eval-and-compile`Fabián Ezequiel Gallina2015-07-061-2/+2
* python.el: Fixes for IPython 3.x (Bug#20580)Fabián Ezequiel Gallina2015-07-061-3/+6