summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2014-07-19Fix Python shell prompts detection for remote hosts.Fabián Ezequiel Gallina
2014-07-19Autodetect Python shell prompts. Fabián Ezequiel Gallina
2014-07-12Merge from emacs-24; up to 2014-06-22T05:00:14Z!dmantipov@yandex.ruGlenn Morris
2014-07-09Fix dedenters and electric colon handling.Fabián Ezequiel Gallina
2014-07-02Merge from emacs-24; up to 2014-06-15T04:52:34Z!eli@barzilay.orgGlenn Morris
2014-07-01* lisp/progmodes/python.el (python-indent-post-self-insert-function):Fabián Ezequiel Gallina
2014-06-21Merge from emacs-24; up to 2014-06-06T02:22:40Z!monnier@iro.umontreal.caGlenn Morris
2014-06-21Fix completion retrieval parsing.Fabián Ezequiel Gallina
2014-06-21Enhancements for outline integration.Fabián Ezequiel Gallina
2014-06-11* lisp/progmodes/python.el (import skeleton): New skeleton.Matthias Meulien
2014-06-11* lisp/progmodes/python.el (class skeleton): Don't erase last char of classMatthias Meulien
2014-06-11* lisp/progmodes/python.el (run-python): Use read-shell-command.Eric Hanchrow
2014-05-14avoid unnecessary questionsSam Steingold
2014-04-07Fix triple-quoting electricity in python-modeJoão Távora
2014-03-15lisp/progmodes/python.el: Fix docstring typos.Juanma Barranquero
2014-02-09Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris
2014-02-04* progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-26* lisp/progmodes/python.el: Use lexical-binding.Fabián Ezequiel Gallina
2013-12-25* lisp/progmodes/python.el:Fabián Ezequiel Gallina
2013-12-24* lisp/progmodes/python.el (python-nav-beginning-of-statement): SpeedFabián Ezequiel Gallina
2013-12-12* lisp/progmodes/python.el (python-pdbtrack-stacktrace-info-regexp):Fabián Ezequiel Gallina
2013-12-12* lisp/progmodes/python.el (python-indent-calculate-indentation): FixFabián Ezequiel Gallina
2013-12-12* lisp/progmodes/python.el (python-indent-context)Fabián Ezequiel Gallina
2013-12-12* lisp/progmodes/python.el (python-indent-calculate-indentation): WhenNathan Trapuzzano
2013-11-28* lisp/progmodes/python.el (python-mode-map): Remove binding for ":".Stefan Monnier
2013-11-25* lisp/progmodes/python.el (python-indent-guess-indent-offset):Glenn Morris
2013-11-23* python.el (python-shell-send-file): Add option to delete file when done. Glenn Morris
2013-11-22Revert previous python.el changeGlenn Morris
2013-11-22* lisp/progmodes/python.el (python-shell--save-temp-file): Tiny changeJorgen Schaefer
2013-11-05* lisp/progmodes/python.el (python-mode): Remove incorrect text from docstring.Bozhidar Batsov
2013-11-04* lisp/progmodes/python.el: Fix up last change.Stefan Monnier
2013-10-29* lisp/progmodes/python.el (python-shell-get-buffer): New function.Stefan Monnier
2013-10-07* lisp/electric.el (electric-indent-inhibit): New var.Stefan Monnier
2013-09-10Improve previous interpreter-mode-alist changeGlenn Morris
2013-09-10Tweak previous changeGlenn Morris
2013-09-10Treat interpreter-mode-alist as alist of regexps, not literalsGlenn Morris
2013-09-09Spelling fixes and tidy up a comment.Paul Eggert
2013-09-04* lisp/subr.el (pop): Use `car-safe'.Stefan Monnier
2013-09-02Format code sent to Python shell for robustness.Fabián Ezequiel Gallina
2013-09-02* progmodes/python.el (python-nav-if-name-main): New command.Fabián Ezequiel Gallina
2013-09-02* progmodes/python.el (python-shell-completion-get-completions):Fabián Ezequiel Gallina
2013-08-26* lisp/progmodes/python.el (python-font-lock-keywords): Don't return nilStefan Monnier
2013-08-15Spelling fixes.Paul Eggert
2013-08-13* lisp/progmodes/python.el (python-imenu--build-tree)Fabián Ezequiel Gallina
2013-07-12* lisp/progmodes/python.el (python-imenu--build-tree): Fix corner caseFabián Ezequiel Gallina
2013-06-18* lisp/progmodes/python.el (ffap-alist): Declare.Glenn Morris
2013-06-01Merge from emacs-24; up to 2012-12-27T20:09:45Z!juri@jurta.orgGlenn Morris
2013-05-26* progmodes/python.el: Fix typo in commentary.Fabián Ezequiel Gallina
2013-05-26* progmodes/python.el (python-indent-block-enders): Add break,Fabián Ezequiel Gallina