aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina2015-07-061-0/+16
* Respect `prog-indentation-context' in python.elChristoph Wedler2015-07-051-32/+28
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* python.el: better limit for looking-back callsFabián Ezequiel Gallina2015-05-111-1/+2
* python.el: Fix warnings on looking-back calls missing LIMITFabián Ezequiel Gallina2015-04-291-1/+1
* Spelling fixesPaul Eggert2015-04-191-6/+6
* python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina2015-04-121-29/+55
* python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina2015-04-091-3/+12
* python.el: Increase native completion robustnessFabián Ezequiel Gallina2015-04-091-42/+94
* python.el: Do not break IPython magic completions.Fabián Ezequiel Gallina2015-04-061-14/+21
* Fix previous commit to prevent infloopFabián Ezequiel Gallina2015-04-061-0/+1
* python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina2015-04-051-27/+69
* Shut up python-mode's indentation guesserDaniel Colascione2015-03-261-2/+9
* Merge from origin/emacs-24Paul Eggert2015-03-031-1/+1
|\