aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix line numbers on Python shell.Fabián Ezequiel Gallina2014-12-231-30/+10
| * python.el: Fix electric colon behaviorFabián Ezequiel Gallina2014-12-221-6/+12
| * python.el: Support interpreter paths with spacesFabián Ezequiel Gallina2014-12-081-1/+2
* | python.el: Generate clearer shell buffer names.Fabián Ezequiel Gallina2014-12-261-32/+12
* | Revert "Prevent Python process shell buffer to pop twice."Fabián Ezequiel Gallina2014-12-261-1/+1
* | Merge from origin/emacs-24Ted Zlatanov2014-12-121-1/+3
* | * lisp/progmodes/python.el (python-indent-line): Use `noindent' in strings.Stefan Monnier2014-12-121-38/+45
* | python.el: Don't change `comint-prompt-read-only' globallyFabián Ezequiel Gallina2014-12-081-2/+2
* | * lisp/progmodes/python.el: Recognize docstrings.Tom Willemse2014-12-071-1/+21
* | Merge from origin/emacs-24Stefan Monnier2014-12-051-4/+6
|\ \ | |/
| * Python.el: Update commentary on RET-behaviorRasmus2014-11-291-4/+6
* | Merge branch 'emacs-24'.Paul Eggert2014-11-281-12/+27
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell-completion-setup-code): UseFabián Ezequiel Gallina2014-11-261-6/+11
| * Set PYTHONUNBUFFERED on shell startup.Fabián Ezequiel Gallina2014-11-221-6/+16
* | Merge branch 'emacs-24'Ted Zlatanov2014-11-261-3/+6
|\ \ | |/
| * Prevent resizing the echo area when iPython is enabledFabián Ezequiel Gallina2014-11-161-3/+6
* | * lisp/progmodes/python.el (python-mode): Avoid use of set-local toFabián Ezequiel Gallina2014-11-161-2/+3
* | Fixes: debbugs:18596Fabián Ezequiel Gallina2014-11-161-6/+8
* | * lisp/progmodes/python.el (python-shell-calculate-command): RenameFabián Ezequiel Gallina2014-11-161-14/+19
* | Merge from emacs-24Stefan Monnier2014-11-161-19/+33
|\ \ | |/
| * Fixes: debbugs:18432Fabián Ezequiel Gallina2014-11-151-1/+5
| * 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