aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris2013-03-301-3/+13
|\ \ | |/
| * Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina2013-03-251-3/+13
* | Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris2013-02-211-32/+33
|\ \ | |/
| * * progmodes/python.el (python-info-current-defun): EnhanceFabián Ezequiel Gallina2013-02-201-35/+33
| * * progmodes/python.el (python-info-current-defun): Fix failedFabián Ezequiel Gallina2013-02-191-1/+4
* | Merge from emacs-24; up to 2012-12-20T16:09:05Z!dmantipov@yandex.ruGlenn Morris2013-02-181-13/+12
|\ \ | |/
| * * progmodes/python.el (python-indent-context): FixFabián Ezequiel Gallina2013-02-191-13/+12
* | Merge from emacs-24; up to 2012-12-19T13:01:16Z!michael.albinus@gmx.dePaul Eggert2013-02-141-53/+76
|\ \ | |/
| * * progmodes/python.el: Explain how to restore "cc-mode"-likeFabián Ezequiel Gallina2013-02-131-20/+22
| * * progmodes/python.el (python-info-current-defun): Fix currentFabián Ezequiel Gallina2013-02-131-33/+54
* | Spelling fixes.Paul Eggert2013-02-011-1/+1
* | Merge from emacs-24; up to 2012-12-13T00:52:17Z!yamaoka@jpl.orgGlenn Morris2013-01-301-9/+11
|\ \ | |/
| * * progmodes/python.elFabián Ezequiel Gallina2013-01-301-9/+11
* | Merge from emacs-24; up to 2012-12-12T22:29:54Z!yamaoka@jpl.orgGlenn Morris2013-01-301-1/+5
|\ \ | |/
| * * progmodes/python.el (python-shell-parse-command): FindFabián Ezequiel Gallina2013-01-281-1/+5
* | Merge from emacs-24; up to 2012-12-11T18:52:31Z!monnier@iro.umontreal.caGlenn Morris2013-01-241-1/+4
|\ \ | |/
| * * lisp/progmodes/python.el: Enhancements to header documentation aboutFabián Ezequiel Gallina2013-01-231-1/+4
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-131-2/+11
|\ \ | |/
| * * progmodes/python.el (python-nav-end-of-statement): FixFabián Ezequiel Gallina2013-01-101-2/+11
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-11/+22
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * * progmodes/python.el (python-nav-end-of-statement): Rewrite inFabián Ezequiel Gallina2012-12-311-9/+20
| * * progmodes/python.el: Bump defgroup :version to 24.3.Fabián Ezequiel Gallina2012-12-311-1/+1
| * Backported revisions 2012-12-29T12:33:33Z!fgallina@gnu.org and 2012-12-29T12:...Fabián Ezequiel Gallina2012-12-311-14/+28
* | * progmodes/python.el: Support other commands triggeringFabián Ezequiel Gallina2012-12-291-13/+20
* | * progmodes/python.el (python-shell-send-region): Add blank linesFabián Ezequiel Gallina2012-12-291-1/+8
* | * progmodes/python.el: Remove cl dependency.Fabián Ezequiel Gallina2012-12-291-8/+7
* | Merge from emacs-24; up to 2012-11-30T04:44:52Z!cyd@gnu.orgGlenn Morris2012-12-121-8/+8
|\ \ | |/
| * * progmodes/python.el (python-skeleton-class)Fabián Ezequiel Gallina2012-12-111-8/+8
* | Merge from emacs-24; up to 2012-11-20T20:06:17Z!monnier@iro.umontreal.caGlenn Morris2012-11-261-10/+28
|\ \ | |/
| * * progmodes/python.el:Fabián Ezequiel Gallina2012-11-261-1/+1
| * Fix Imenu regression.Fabián Ezequiel Gallina2012-11-261-9/+27
* | * lisp/emacs-lisp/byte-run.el (defun-declarations-alist):Stefan Monnier2012-11-191-33/+44
|/
* Fix end-of-defun misbehavior.Fabián Ezequiel Gallina2012-11-121-68/+69
* * progmodes/python.el (inferior-python-mode): Fix hang inFabián Ezequiel Gallina2012-11-031-11/+18
* * progmodes/python.el (python-mode-map): ReplaceFabián Ezequiel Gallina2012-10-111-10/+4
* Implemented `backward-up-list'-like navigation.Fabián Ezequiel Gallina2012-10-081-0/+64
* * progmodes/python.el (python-fill-paragraph): Rename fromFabián Ezequiel Gallina2012-10-081-12/+11
* * progmodes/python.el (python-shell-output-filter): Handle extraFabián Ezequiel Gallina2012-10-081-1/+3
* Fix shell handling of unbalanced quotes and parens in output.Fabián Ezequiel Gallina2012-10-081-24/+48
* Enhancements on forward-sexp movement.Fabián Ezequiel Gallina2012-10-081-145/+131
* * progmodes/python.el (inferior-python-mode)Fabián Ezequiel Gallina2012-10-071-7/+10
* Enhancements to indentation.Fabián Ezequiel Gallina2012-10-071-5/+14
* Fix shell output retrieval and comint-prompt-regexp init.Fabián Ezequiel Gallina2012-10-071-31/+46
* Enhancements to docstring formatting when filling paragraphs.Fabián Ezequiel Gallina2012-10-051-14/+32
* Spelling fixes.Paul Eggert2012-10-041-1/+1
* Allow user to set docstring style for fill-paragraph.Fabián Ezequiel Gallina2012-10-041-48/+128
* Fix cornercase for string syntax.Fabián Ezequiel Gallina2012-10-031-16/+10
* Shell output catching a la gud-gdb.Fabián Ezequiel Gallina2012-09-301-18/+32
* Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina2012-09-301-12/+13