aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* python.el: Fix mark-defun behavior (Bug#19665)Fabián Ezequiel Gallina2015-07-061-0/+16
* Respect `prog-indentation-context' in python.elChristoph Wedler2015-07-051-32/+28
* Don't quote nil and t in doc stringsPaul Eggert2015-05-211-1/+1
* python.el: better limit for looking-back callsFabián Ezequiel Gallina2015-05-111-1/+2
* python.el: Fix warnings on looking-back calls missing LIMITFabián Ezequiel Gallina2015-04-291-1/+1
* Spelling fixesPaul Eggert2015-04-191-6/+6
* python.el: Keep symmetry on sexp navigation with parensFabián Ezequiel Gallina2015-04-121-29/+55
* python.el: Indent docstring lines to base-indentFabián Ezequiel Gallina2015-04-091-3/+12
* python.el: Increase native completion robustnessFabián Ezequiel Gallina2015-04-091-42/+94
* python.el: Do not break IPython magic completions.Fabián Ezequiel Gallina2015-04-061-14/+21
* Fix previous commit to prevent infloopFabián Ezequiel Gallina2015-04-061-0/+1
* python.el: Enhance docstring detection following PEP-257.Fabián Ezequiel Gallina2015-04-051-27/+69
* Shut up python-mode's indentation guesserDaniel Colascione2015-03-261-2/+9
* Merge from origin/emacs-24Paul Eggert2015-03-031-1/+1
|\
| * Bump python.el versionFabián Ezequiel Gallina2015-02-211-1/+1
* | Merge from origin/emacs-24Paul Eggert2015-02-251-29/+19
|\ \ | |/
| * Spelling fixesPaul Eggert2015-01-291-2/+2
| * python.el: Handle tabs in python-indent-dedent-line.Fabián Ezequiel Gallina2015-01-301-3/+1
| * * lisp/progmodes/python.el (python-indent-context): Respect userFabián Ezequiel Gallina2015-01-301-24/+16
* | python.el: Do not deactivate mark on shell fontification.Fabián Ezequiel Gallina2015-02-161-0/+1
* | python.el: Allow killing shell buffer if process is dead.Fabián Ezequiel Gallina2015-02-121-7/+7
* | python.el: Fix typo in eldoc initialization for Emacs 24.xFabián Ezequiel Gallina2015-02-091-2/+2
* | python.el: Improved shell font lock respecting markers.Fabián Ezequiel Gallina2015-02-091-49/+41
* | python.el: Fix completion-at-point.Fabián Ezequiel Gallina2015-02-081-66/+70
* | python.el: Fix shell font-lock multiline input.Fabián Ezequiel Gallina2015-02-081-4/+6
* | python.el: Make shell font-lock respect markers.Fabián Ezequiel Gallina2015-02-081-44/+42
* | python.el: Keep eldoc visible while typing args.Fabián Ezequiel Gallina2015-02-071-3/+17
* | Fix hideshow integration.Fabián Ezequiel Gallina2015-02-071-5/+21
* | * lisp/progmodes/python.el (python-check-custom-command): Do not useFabián Ezequiel Gallina2015-02-071-1/+3
* | * lisp/progmodes/python.el: Preserve compatibility with Emacs-24Stefan Monnier2015-02-041-2/+6
* | Avoid the error when computing top-level indentation.Sam Steingold2015-02-041-1/+3
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2015-01-281-342/+360
|\ \ | |/
| * python.el: New non-global state dependent indentation engine.Fabián Ezequiel Gallina2015-01-271-335/+360
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | minor tweaks for `python-check'Sam Steingold2015-01-271-2/+4
* | eldoc: modify `eldoc-documentation-function' using `add-function'Michal Nazarewicz2015-01-201-2/+2
* | Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | Merge from origin/emacs-24Paul Eggert2015-01-011-4/+4
|\ \ | |/
| * Spelling fixesPaul Eggert2014-12-281-4/+4
* | python.el: Native readline completion.Fabián Ezequiel Gallina2014-12-271-15/+214
* | python.el: Enhance shell user interaction and deprecate python-shell-get-or-c...Fabián Ezequiel Gallina2014-12-271-40/+87
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-10/+9
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell-buffer-substring): HandleFabián Ezequiel Gallina2014-12-271-10/+9
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-47/+111
|\ \ | |/
| * python.el: Fix message when sending region.Fabián Ezequiel Gallina2014-12-271-10/+17
| * python.el: Cleanup temp files even with eval errors.Fabián Ezequiel Gallina2014-12-271-17/+15
| * Fix for previous commitFabián Ezequiel Gallina2014-12-271-6/+5
| * python.el: Handle file encoding for shell.Fabián Ezequiel Gallina2014-12-271-25/+85
* | Merge from origin/emacs-24Fabián Ezequiel Gallina2014-12-271-36/+22
|\ \ | |/
| * Fix line numbers on Python shell.Fabián Ezequiel Gallina2014-12-231-30/+10