| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | python.el: Allow killing shell buffer if process is dead. | Fabián Ezequiel Gallina | 2015-02-12 | 1 | -7/+7 | |
| * | | python.el: Fix typo in eldoc initialization for Emacs 24.x | Fabián Ezequiel Gallina | 2015-02-09 | 1 | -2/+2 | |
| * | | python.el: Improved shell font lock respecting markers. | Fabián Ezequiel Gallina | 2015-02-09 | 1 | -49/+41 | |
| * | | python.el: Fix completion-at-point. | Fabián Ezequiel Gallina | 2015-02-08 | 1 | -66/+70 | |
| * | | python.el: Fix shell font-lock multiline input. | Fabián Ezequiel Gallina | 2015-02-08 | 1 | -4/+6 | |
| * | | python.el: Make shell font-lock respect markers. | Fabián Ezequiel Gallina | 2015-02-08 | 1 | -44/+42 | |
| * | | python.el: Keep eldoc visible while typing args. | Fabián Ezequiel Gallina | 2015-02-07 | 1 | -3/+17 | |
| * | | Fix hideshow integration. | Fabián Ezequiel Gallina | 2015-02-07 | 1 | -5/+21 | |
| * | | * lisp/progmodes/python.el (python-check-custom-command): Do not use | Fabián Ezequiel Gallina | 2015-02-07 | 1 | -1/+3 | |
| * | | * lisp/progmodes/python.el: Preserve compatibility with Emacs-24 | Stefan Monnier | 2015-02-04 | 1 | -2/+6 | |
| * | | Avoid the error when computing top-level indentation. | Sam Steingold | 2015-02-04 | 1 | -1/+3 | |
| * | | Merge from origin/emacs-24 | Fabián Ezequiel Gallina | 2015-01-28 | 1 | -342/+360 | |
| |\ \ | |/ | ||||||
| | * | python.el: New non-global state dependent indentation engine. | Fabián Ezequiel Gallina | 2015-01-27 | 1 | -335/+360 | |
| | * | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 | |
| * | | minor tweaks for `python-check' | Sam Steingold | 2015-01-27 | 1 | -2/+4 | |
| * | | eldoc: modify `eldoc-documentation-function' using `add-function' | Michal Nazarewicz | 2015-01-20 | 1 | -2/+2 | |
| * | | 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 | |