| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 | |
| * | | Merge from origin/emacs-24 | Paul Eggert | 2015-01-01 | 1 | -4/+4 | |
| |\ \ | |/ | ||||||
| | * | Spelling fixes | Paul Eggert | 2014-12-28 | 1 | -4/+4 | |
| * | | python.el: Native readline completion. | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -15/+214 | |
| * | | python.el: Enhance shell user interaction and deprecate python-shell-get-or-c... | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -40/+87 | |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -10/+9 | |
| |\ \ | |/ | ||||||
| | * | * lisp/progmodes/python.el (python-shell-buffer-substring): Handle | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -10/+9 | |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -47/+111 | |
| |\ \ | |/ | ||||||
| | * | python.el: Fix message when sending region. | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -10/+17 | |
| | * | python.el: Cleanup temp files even with eval errors. | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -17/+15 | |
| | * | Fix for previous commit | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -6/+5 | |
| | * | python.el: Handle file encoding for shell. | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -25/+85 | |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2014-12-27 | 1 | -36/+22 | |
| |\ \ | |/ | ||||||
| | * | Fix line numbers on Python shell. | Fabián Ezequiel Gallina | 2014-12-23 | 1 | -30/+10 | |
| | * | python.el: Fix electric colon behavior | Fabián Ezequiel Gallina | 2014-12-22 | 1 | -6/+12 | |
| | * | python.el: Support interpreter paths with spaces | Fabián Ezequiel Gallina | 2014-12-08 | 1 | -1/+2 | |
| * | | python.el: Generate clearer shell buffer names. | Fabián Ezequiel Gallina | 2014-12-26 | 1 | -32/+12 | |
| * | | Revert "Prevent Python process shell buffer to pop twice." | Fabián Ezequiel Gallina | 2014-12-26 | 1 | -1/+1 | |
| * | | Merge from origin/emacs-24 | Ted Zlatanov | 2014-12-12 | 1 | -1/+3 | |
| * | | * lisp/progmodes/python.el (python-indent-line): Use `noindent' in strings. | Stefan Monnier | 2014-12-12 | 1 | -38/+45 | |
| * | | python.el: Don't change `comint-prompt-read-only' globally | Fabián Ezequiel Gallina | 2014-12-08 | 1 | -2/+2 | |
| * | | * lisp/progmodes/python.el: Recognize docstrings. | Tom Willemse | 2014-12-07 | 1 | -1/+21 | |
| * | | Merge from origin/emacs-24 | Stefan Monnier | 2014-12-05 | 1 | -4/+6 | |
| |\ \ | |/ | ||||||
| | * | Python.el: Update commentary on RET-behavior | Rasmus | 2014-11-29 | 1 | -4/+6 | |
| * | | Merge branch 'emacs-24'. | Paul Eggert | 2014-11-28 | 1 | -12/+27 | |
| |\ \ | |/ | ||||||
| | * | * lisp/progmodes/python.el (python-shell-completion-setup-code): Use | Fabián Ezequiel Gallina | 2014-11-26 | 1 | -6/+11 | |
| | * | Set PYTHONUNBUFFERED on shell startup. | Fabián Ezequiel Gallina | 2014-11-22 | 1 | -6/+16 | |
| * | | Merge branch 'emacs-24' | Ted Zlatanov | 2014-11-26 | 1 | -3/+6 | |
| |\ \ | |/ | ||||||
| | * | Prevent resizing the echo area when iPython is enabled | Fabián Ezequiel Gallina | 2014-11-16 | 1 | -3/+6 | |
| * | | * lisp/progmodes/python.el (python-mode): Avoid use of set-local to | Fabián Ezequiel Gallina | 2014-11-16 | 1 | -2/+3 | |
| * | | Fixes: debbugs:18596 | Fabián Ezequiel Gallina | 2014-11-16 | 1 | -6/+8 | |
| * | | * lisp/progmodes/python.el (python-shell-calculate-command): Rename | Fabián Ezequiel Gallina | 2014-11-16 | 1 | -14/+19 | |
| * | | Merge from emacs-24 | Stefan Monnier | 2014-11-16 | 1 | -19/+33 | |
| |\ \ | |/ | ||||||
| | * | Fixes: debbugs:18432 | Fabián Ezequiel Gallina | 2014-11-15 | 1 | -1/+5 | |
| | * | Fix region indentation | Fabián Ezequiel Gallina | 2014-11-15 | 1 | -18/+28 | |
| | * | Backport Use derived-mode-p in python.el instead of equality test with major-... | Ivan Andrus | 2014-11-14 | 1 | -1/+1 | |
| | * | * lisp/progmodes/python.el (inferior-python-mode): Use add-hook. | Stefan Monnier | 2014-10-20 | 1 | -3/+3 | |
| * | | Eldoc setup code enhancements | Fabián Ezequiel Gallina | 2014-11-15 | 1 | -5/+6 | |
| * | | Use derived-mode-p in python.el instead of equality test on major-mode | Ivan Andrus | 2014-11-14 | 1 | -4/+4 | |
| * | | Rename python-shell-virtualenv-path to fit GNU conventions | Fabián Ezequiel Gallina | 2014-11-14 | 1 | -10/+13 | |
| * | | * lisp/progmodes/python.el (python-shell-completion-get-completions): | Fabián Ezequiel Gallina | 2014-11-14 | 1 | -6/+2 | |
| * | | Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org | Glenn Morris | 2014-10-12 | 1 | -2/+6 | |
| |\ \ | |/ | ||||||
| | * | Fix import completion. | Fabián Ezequiel Gallina | 2014-10-12 | 1 | -5/+2 | |
| * | | * lisp/progmodes/python.el: Avoid building unneeded markers. | Stefan Monnier | 2014-10-03 | 1 | -14/+10 | |
| * | | Merge from emacs-24 | Stefan Monnier | 2014-10-02 | 1 | -23/+22 | |
| |\ \ | |/ | ||||||
| | * | * lisp/progmodes/python.el (python-shell-completion-get-completions): | Stefan Monnier | 2014-09-30 | 1 | -29/+28 | |
| * | | Merge from emacs-24 | Stefan Monnier | 2014-09-30 | 1 | -2/+4 | |
| |\ \ | |/ | ||||||
| | * | * lisp/progmodes/python.el (python-fill-paren): Don't inf-loop at EOB. | Leonardo Nobrega | 2014-09-30 | 1 | -2/+4 | |
| * | | Rename 24.5 to 25.1 | Stefan Monnier | 2014-09-29 | 1 | -5/+5 | |
| * | | Spelling fixes. | Paul Eggert | 2014-09-11 | 1 | -2/+2 | |