summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2013-05-08Fix a bunch of custom types (thank you cus-test.el)Glenn Morris
2013-04-19Small fixes to 2013-04-19T02:31:09Z!fgallina@gnu.orgFabián Ezequiel Gallina
2013-04-18New faster Imenu implementation.Fabián Ezequiel Gallina
2013-04-17* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina
2013-04-17New defun movement commands.Fabián Ezequiel Gallina
2013-04-16* progmodes/python.el (python-syntax--context-compiler-macro): New defun.Fabián Ezequiel Gallina
2013-04-16* lisp/progmodes/python.el (python-mode-skeleton-abbrev-table): Rename fromStefan Monnier
2013-03-30Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris
2013-03-25Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina
2013-02-21Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris
2013-02-20* progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina
2013-02-19* progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina
2013-02-18Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris
2013-02-19* progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina
2013-02-14Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert
2013-02-13* progmodes/python.el: Explain how to restore "cc-mode"-likeFabián Ezequiel Gallina
2013-02-13* progmodes/python.el (python-info-current-defun): Fix currentFabián Ezequiel Gallina
2013-02-01Spelling fixes.Paul Eggert
2013-01-30Merge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka@jpl.orgGlenn Morris
2013-01-30* progmodes/python.elFabián Ezequiel Gallina
2013-01-30Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris
2013-01-28* progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina
2013-01-24Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris
2013-01-23* lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina
2013-01-13Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris
2013-01-10* progmodes/python.el (python-nav-end-of-statement): FixFabián Ezequiel Gallina
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-31* progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina
2012-12-31* progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina
2012-12-31Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:...Fabián Ezequiel Gallina
2012-12-29* progmodes/python.el: Support other commands triggeringFabián Ezequiel Gallina
2012-12-29* progmodes/python.el (python-shell-send-region): Add blank linesFabián Ezequiel Gallina
2012-12-29* progmodes/python.el: Remove cl dependency.Fabián Ezequiel Gallina
2012-12-12Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.orgGlenn Morris
2012-12-11* progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina
2012-11-26Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris
2012-11-26* progmodes/python.el:Fabián Ezequiel Gallina
2012-11-26Fix Imenu regression.Fabián Ezequiel Gallina
2012-11-19* lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier
2012-11-12Fix end-of-defun misbehavior.Fabián Ezequiel Gallina
2012-11-03* progmodes/python.el (inferior-python-mode): Fix hang inFabián Ezequiel Gallina
2012-10-11* progmodes/python.el (python-mode-map): ReplaceFabián Ezequiel Gallina
2012-10-08Implemented `backward-up-list'-like navigation.Fabián Ezequiel Gallina
2012-10-08* progmodes/python.el (python-fill-paragraph): Rename fromFabián Ezequiel Gallina
2012-10-08* progmodes/python.el (python-shell-output-filter): Handle extraFabián Ezequiel Gallina
2012-10-08Fix shell handling of unbalanced quotes and parens in output.Fabián Ezequiel Gallina
2012-10-08Enhancements on forward-sexp movement.Fabián Ezequiel Gallina
2012-10-07* progmodes/python.el (inferior-python-mode)Fabián Ezequiel Gallina
2012-10-07Enhancements to indentation.Fabián Ezequiel Gallina