| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | python.el: Fix mark-defun behavior (Bug#19665) | Fabián Ezequiel Gallina | 2015-07-06 | 1 | -0/+16 | |
| * | Respect `prog-indentation-context' in python.el | Christoph Wedler | 2015-07-05 | 1 | -32/+28 | |
| * | Don't quote nil and t in doc strings | Paul Eggert | 2015-05-21 | 1 | -1/+1 | |
| * | python.el: better limit for looking-back calls | Fabián Ezequiel Gallina | 2015-05-11 | 1 | -1/+2 | |
| * | python.el: Fix warnings on looking-back calls missing LIMIT | Fabián Ezequiel Gallina | 2015-04-29 | 1 | -1/+1 | |
| * | Spelling fixes | Paul Eggert | 2015-04-19 | 1 | -6/+6 | |
| * | python.el: Keep symmetry on sexp navigation with parens | Fabián Ezequiel Gallina | 2015-04-12 | 1 | -29/+55 | |
| * | python.el: Indent docstring lines to base-indent | Fabián Ezequiel Gallina | 2015-04-09 | 1 | -3/+12 | |
| * | python.el: Increase native completion robustness | Fabián Ezequiel Gallina | 2015-04-09 | 1 | -42/+94 | |
| * | python.el: Do not break IPython magic completions. | Fabián Ezequiel Gallina | 2015-04-06 | 1 | -14/+21 | |
| * | Fix previous commit to prevent infloop | Fabián Ezequiel Gallina | 2015-04-06 | 1 | -0/+1 | |
| * | python.el: Enhance docstring detection following PEP-257. | Fabián Ezequiel Gallina | 2015-04-05 | 1 | -27/+69 | |
| * | Shut up python-mode's indentation guesser | Daniel Colascione | 2015-03-26 | 1 | -2/+9 | |
| * | Merge from origin/emacs-24 | Paul Eggert | 2015-03-03 | 1 | -1/+1 | |
| |\ | ||||||
| | * | Bump python.el version | Fabián Ezequiel Gallina | 2015-02-21 | 1 | -1/+1 | |
| * | | Merge from origin/emacs-24 | Paul Eggert | 2015-02-25 | 1 | -29/+19 | |
| |\ \ | |/ | ||||||
| | * | Spelling fixes | Paul Eggert | 2015-01-29 | 1 | -2/+2 | |
| | * | python.el: Handle tabs in python-indent-dedent-line. | Fabián Ezequiel Gallina | 2015-01-30 | 1 | -3/+1 | |
| | * | * lisp/progmodes/python.el (python-indent-context): Respect user | Fabián Ezequiel Gallina | 2015-01-30 | 1 | -24/+16 | |
| * | | python.el: Do not deactivate mark on shell fontification. | Fabián Ezequiel Gallina | 2015-02-16 | 1 | -0/+1 | |
| * | | 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 | |