aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix region indentationFabián Ezequiel Gallina2014-11-151-18/+28
| * Backport Use derived-mode-p in python.el instead of equality test with major-...Ivan Andrus2014-11-141-1/+1
| * * lisp/progmodes/python.el (inferior-python-mode): Use add-hook.Stefan Monnier2014-10-201-3/+3
* | Eldoc setup code enhancementsFabián Ezequiel Gallina2014-11-151-5/+6
* | Use derived-mode-p in python.el instead of equality test on major-modeIvan Andrus2014-11-141-4/+4
* | Rename python-shell-virtualenv-path to fit GNU conventionsFabián Ezequiel Gallina2014-11-141-10/+13
* | * lisp/progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina2014-11-141-6/+2
* | Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-121-2/+6
|\ \ | |/
| * Fix import completion. Fabián Ezequiel Gallina2014-10-121-5/+2
* | * lisp/progmodes/python.el: Avoid building unneeded markers.Stefan Monnier2014-10-031-14/+10
* | Merge from emacs-24Stefan Monnier2014-10-021-23/+22
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell-completion-get-completions):Stefan Monnier2014-09-301-29/+28
* | Merge from emacs-24Stefan Monnier2014-09-301-2/+4
|\ \ | |/
| * * lisp/progmodes/python.el (python-fill-paren): Don't inf-loop at EOB.Leonardo Nobrega2014-09-301-2/+4
* | Rename 24.5 to 25.1Stefan Monnier2014-09-291-5/+5
* | Spelling fixes.Paul Eggert2014-09-111-2/+2
* | Merge from emacs-24; up to 2014-07-04T02:28:54Z!dmantipov@yandex.ruGlenn Morris2014-09-021-1/+7
|\ \ | |/
| * * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-09-011-1/+7
* | Merge from emacs-24; up to 2014-07-02T00:57:53Z!juri@jurta.orgGlenn Morris2014-08-271-5/+7
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell-prompt-detect): Remove redundantStefan Monnier2014-08-181-5/+7
* | Extract python-new-pythonpath to handle PYTHONPATH in user codeSam Steingold2014-08-201-7/+11
* | * lisp/progmodes/python.el: Fix completions inside (i)pdb.Fabián Ezequiel Gallina2014-08-041-8/+12
* | * progmodes/python.el: Completion code cleanups.Fabián Ezequiel Gallina2014-08-021-24/+18
* | * lisp/progmodes/python.el: Shell output capture enhancements.Fabián Ezequiel Gallina2014-07-311-9/+25
* | * lisp/progmodes/python.el (inferior-python-mode): Make input promptsFabián Ezequiel Gallina2014-07-281-1/+6
* | Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.orgGlenn Morris2014-07-281-2/+1
|\ \ | |/
| * * lisp/progmodes/python.el (inferior-python-mode): Doc fix.Fabián Ezequiel Gallina2014-07-261-1/+0
| * Spelling fixes.Paul Eggert2014-07-211-1/+1
* | Parse completion input in a iPython friendly way.Fabián Ezequiel Gallina2014-07-281-27/+26
* | Prevent Python process shell buffer to pop twice.Fabián Ezequiel Gallina2014-07-281-1/+1
* | * lisp/progmodes/python.elFabián Ezequiel Gallina2014-07-281-60/+78
* | Grab all Python process output before inferior-python-mode hooks.Fabián Ezequiel Gallina2014-07-271-8/+5
* | More robust shell startup and code setup.Fabián Ezequiel Gallina2014-07-271-35/+33
* | Cleanup error signals. Fabián Ezequiel Gallina2014-07-271-14/+6
* | Support for packages in Python shell. Fabián Ezequiel Gallina2014-07-271-2/+93
* | * python.el (python-shell-enable-font-lock): Fix typo in earlier change.Glenn Morris2014-07-261-3/+3
* | Faster comint output.Fabián Ezequiel Gallina2014-07-261-9/+21
* | * lisp/progmodes/python.el (python-shell-font-lock-post-command-hook):Fabián Ezequiel Gallina2014-07-261-18/+26
* | Robust shell syntax highlighting. (Bug#18084, Bug#16875)Fabián Ezequiel Gallina2014-07-261-53/+197
* | Merge from emacs-24; up to 2014-06-25T10:17:41Z!rgm@gnu.orgGlenn Morris2014-07-211-134/+373
|\ \ | |/
| * * lisp/progmodes/python.el: Add comment about pipe buffering andFabián Ezequiel Gallina2014-07-201-0/+8
| * * lisp/progmodes/python.el (python-mode): Don't setFabián Ezequiel Gallina2014-07-201-2/+0
| * Make python.el work with IPython automatically. Fabián Ezequiel Gallina2014-07-201-102/+104
| * Fix Python shell prompts detection for remote hosts.Fabián Ezequiel Gallina2014-07-191-16/+21
| * Autodetect Python shell prompts. Fabián Ezequiel Gallina2014-07-191-45/+271
* | Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris2014-07-121-82/+122
|\ \ | |/
| * Fix dedenters and electric colon handling.Fabián Ezequiel Gallina2014-07-091-82/+122
* | Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris2014-07-021-8/+20
|\ \ | |/
| * * lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina2014-07-011-8/+20
* | Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris2014-06-211-3/+13
|\ \ | |/