log lisp/progmodes/python.el @ 110986:e0f89e89ed02

age author description
Sun, 22 Aug 2010 20:44:55 -0400 Chong Yidong * progmodes/python.el (python-block-pairs): Allow use of "finally" with "else" (Bug#3991).
Mon, 30 Aug 2010 15:03:05 +0200 Stefan Monnier Use `declare' in defmacros.
Tue, 24 Aug 2010 16:20:21 -0400 Chong Yidong * lisp/progmodes/python.el: Add Ipython support (Bug#5390).
Tue, 06 Jul 2010 21:46:58 -0700 Glenn Morris Add some font-locking for Python 2.7.
Fri, 26 Feb 2010 19:19:50 -0500 Chong Yidong Minor Python mode fix (Bug#5653).
Tue, 19 Jan 2010 14:39:22 -0500 Mark A. Hershberger replace references to obsolete c-subword-mode
Tue, 05 Jan 2010 15:11:04 -0700 Chong Yidong * progmodes/python.el (python-font-lock-keywords): Handle qualified decorators
Mon, 14 Dec 2009 16:19:24 +0000 Chong Yidong * progmodes/python.el (python-symbol-completions): Remove text
Mon, 07 Dec 2009 20:06:26 +0000 Stefan Monnier * minibuffer.el (completion-at-point-functions): New var.
Fri, 06 Nov 2009 05:16:23 +0000 Dan Nicolaescu * textmodes/tex-mode.el (tex-alt-dvi-print-command)
Sat, 31 Oct 2009 02:38:34 +0000 Stefan Monnier * textmodes/two-column.el (2C-split):
Fri, 30 Oct 2009 02:00:11 +0000 Dan Nicolaescu * puresize.h (BASE_PURESIZE): Increase to 1470000.
Fri, 02 Oct 2009 03:48:36 +0000 Juanma Barranquero Use `called-interactively-p' instead of `interactive-p'.
Tue, 01 Sep 2009 03:18:44 +0000 Glenn Morris Use forward-line rather than goto-line.
Fri, 21 Aug 2009 07:24:26 +0000 Glenn Morris Use help-print-return-message rather than the now obsolete alias.
Fri, 20 Feb 2009 16:30:53 +0000 Martin Rudalics (python-shift-left, python-shift-right):
Thu, 12 Feb 2009 18:16:26 +0000 Stefan Monnier (python-use-skeletons): Re-add.
Tue, 03 Feb 2009 04:13:17 +0000 Glenn Morris Comment (python-mode is now separate from Python).
Mon, 05 Jan 2009 03:18:22 +0000 Glenn Morris Add 2009 to copyright years.
Sun, 26 Oct 2008 05:10:54 +0000 Stefan Monnier (python-mode): Don't impose ourselves on hippie.
Sun, 24 Aug 2008 19:47:07 +0000 Romain Francoise (run-python): Remove '' from sys.path.
Thu, 08 May 2008 03:42:10 +0000 Juanma Barranquero (python-comment-line-p, python-blank-line-p, python-skip-out,
Tue, 06 May 2008 07:18:39 +0000 Glenn Morris Switch to recommended form of GPLv3 permissions notice.
Mon, 05 May 2008 07:10:25 +0000 Stefan Monnier (python-block-pairs): Align finally with except.
Sat, 03 May 2008 18:51:19 +0000 Glenn Morris Dave Love <fx at gnu.org>
Thu, 17 Apr 2008 20:09:54 +0000 Stefan Monnier (python-mode-map): Use abbrev-table-menu.
Fri, 22 Feb 2008 17:49:48 +0000 Ken Manheimer Finish pdbtrack integration cleanup, settling missing-functions
Thu, 21 Feb 2008 22:28:13 +0000 Ken Manheimer Revise pdbtrack functionality to incorporate advances in python-mode.el.
Thu, 21 Feb 2008 17:03:47 +0000 Chong Yidong Merge from Dave Love's 2008-01-20 version.
Wed, 20 Feb 2008 00:18:23 +0000 Nick Roberts Also require comint when loading.