summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Bump python.el versionFabián Ezequiel Gallina2015-02-211-1/+1
* | Merge from origin/emacs-24Paul Eggert2015-02-251-29/+19
|\|
| * Spelling fixesPaul Eggert2015-01-291-2/+2
| * python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina2015-01-301-3/+1
| * * lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina2015-01-301-24/+16
* | python.el: Do not deactivate mark on shell fontification.Fabián Ezequiel Gallina2015-02-161-0/+1
* | python.el: Allow killing shell buffer if process is dead.Fabián Ezequiel Gallina2015-02-121-7/+7
* | python.el: Fix typo in eldoc initialization for Emacs 24.xFabián Ezequiel Gallina2015-02-091-2/+2
* | python.el: Improved shell font lock respecting markers.Fabián Ezequiel Gallina2015-02-091-49/+41
* | python.el: Fix completion-at-point.Fabián Ezequiel Gallina2015-02-081-66/+70
* | python.el: Fix shell font-lock multiline input.Fabián Ezequiel Gallina2015-02-081-4/+6
* | python.el: Make shell font-lock respect markers.Fabián Ezequiel Gallina2015-02-081-44/+42
* | python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina2015-02-071-3/+17