aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* * progmodes/python.el:Fabián Ezequiel Gallina2012-09-241-10/+9
* Enhancements for triple-quote string syntax.Fabián Ezequiel Gallina2012-09-241-45/+61
* * progmodes/python.el (python-indent-line): More consistent cursorFabián Ezequiel Gallina2012-09-231-10/+21
* * progmodes/python.el (python-shell-send-string): WhenMatt McClure2012-09-071-3/+13
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-11/+11
* * progmodes/python.el (python-shell-send-string):Fabián Ezequiel Gallina2012-08-141-5/+3
* Use `completion-table-dynamic' for completion functions.Fabián Ezequiel Gallina2012-08-141-71/+72
* Remove some unnecessary bindings of same-window-* variables.Chong Yidong2012-08-111-5/+1
* * progmodes/python.el (python-pdbtrack-tracked-buffer)Fabián Ezequiel Gallina2012-08-091-4/+5
* * progmodes/python.el: Enhancements to forward-sexp.Fabián Ezequiel Gallina2012-08-091-72/+167
* * progmodes/python.el Fixed defsubst warning.Fabián Ezequiel Gallina2012-08-071-73/+79
* Make internal shell process buffer names start with space.Fabián Ezequiel Gallina2012-08-061-15/+22
* Shell processes: enhancements to startup and CEDET compatibility.Fabián Ezequiel Gallina2012-07-311-28/+41
* * progmodes/python.el (run-python-internal): Disable font lock forFabián Ezequiel Gallina2012-07-311-5/+6
* Consistent completion in inferior python with emacs -nw.Fabián Ezequiel Gallina2012-07-271-3/+1