log lisp/progmodes/python.el @ 84819:745fc321a3b4

age author description
Mon, 24 Sep 2007 00:12:17 +0000 Glenn Morris Adam Hupp <adam at hupp.org>
Mon, 13 Aug 2007 13:41:28 +0000 Miles Bader Merge from emacs--rel--22
Wed, 01 Aug 2007 00:47:25 +0000 Vinicius Jose Latorre Fix infinite loop in python.el
Tue, 31 Jul 2007 05:02:54 +0000 Miles Bader Merge from emacs--rel--22
Thu, 26 Jul 2007 05:28:10 +0000 Miles Bader Merge from emacs--rel--22
Thu, 12 Jul 2007 04:36:48 +0000 Stefan Monnier (python-which-func-length-limit): New var.
Thu, 14 Jun 2007 00:11:40 +0000 Juanma Barranquero (python-complete-symbol): Remove redundant check.
Wed, 09 May 2007 16:56:20 +0000 Stefan Monnier (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Wed, 09 May 2007 16:53:13 +0000 Stefan Monnier (python-end-of-block): Revert last change.
Tue, 08 May 2007 02:07:17 +0000 Miles Bader Merge from emacs--rel--22
Tue, 26 Aug 2008 11:02:51 +0000 Juanma Barranquero Fix typos (sync from the trunk).
Sun, 24 Aug 2008 19:47:23 +0000 Romain Francoise (run-python): Remove '' from sys.path.
Fri, 11 Apr 2008 17:50:56 +0000 Stefan Monnier (python-mode): Don't mess with hippie-expand.
Sun, 20 Jan 2008 04:00:43 +0000 Glenn Morris Quote all calls to "auxiliary skeleton"s to prevent infloops.
Sun, 20 Jan 2008 03:56:41 +0000 Glenn Morris Martin Svenson <phromo at gmail.com> (tiny change)
Mon, 07 Jan 2008 02:11:00 +0000 Glenn Morris Add 2008 to copyright years.
Thu, 27 Sep 2007 21:23:43 +0000 Juanma Barranquero (python-eldoc-function): Doc fix.
Mon, 10 Sep 2007 20:02:31 +0000 Stefan Monnier Merge changes from Dave Love's v2007-Sep-10.
Wed, 08 Aug 2007 07:31:11 +0000 Glenn Morris Replace `iff' in doc-strings and comments.
Sat, 28 Jul 2007 20:24:19 +0000 Stefan Monnier (run-python): Fix path separator under w32.
Wed, 25 Jul 2007 04:29:40 +0000 Glenn Morris Switch license to GPLv3 or later.
Thu, 10 May 2007 17:39:27 +0000 Stefan Monnier (python-font-lock-keywords, python-open-block-statement-p, python-mode):
Tue, 08 May 2007 01:35:26 +0000 Stefan Monnier (python-guess-indent): Check non-nullness before comparing indent against
Thu, 26 Apr 2007 19:42:21 +0000 Glenn Morris Restore file pending consideration of legal issues.
Mon, 16 Apr 2007 18:55:29 +0000 Chong Yidong (python-end-of-block): Avoid looping forever if python-next-statement
Wed, 28 Mar 2007 01:21:47 +0000 Stefan Monnier (python-mode): Skip comments when parsing.
Mon, 19 Mar 2007 15:35:04 +0000 Juanma Barranquero (python-default-template): Doc fix.
Mon, 05 Mar 2007 19:57:03 +0000 Stefan Monnier (python-send-command): Restart proc if necessary.
Thu, 01 Mar 2007 15:07:45 +0000 Stefan Monnier (python-quote-syntax): Don't bother with syntax-ppss-context.
Sun, 21 Jan 2007 03:53:13 +0000 Glenn Morris Add 2007 to copyright years.
Mon, 04 Dec 2006 00:32:33 +0000 Richard M. Stallman (python-indent): Add safe-local-variable prop.
Tue, 14 Nov 2006 15:34:15 +0000 Stefan Monnier (inferior-python-mode-syntax-table): New var.
Sun, 22 Oct 2006 20:37:16 +0000 John Wiegley 2006-10-22 John Wiegley <johnw@newartisans.com>
Sat, 16 Sep 2006 17:56:11 +0000 Richard M. Stallman (python-preoutput-filter): Fix arg order to string-match.
Sat, 09 Sep 2006 19:48:36 +0000 Stefan Monnier (python-font-lock-keywords): Add `self' and other quasi-keywords.
Sat, 09 Sep 2006 19:42:35 +0000 Stefan Monnier Quieten the compiler about hippie-expand vars.
Wed, 30 Aug 2006 21:10:10 +0000 Stefan Monnier (python-eldoc-function): Re-enable quit while waiting for process.
Mon, 28 Aug 2006 21:58:27 +0000 Stefan Monnier (python-send-command): Simplify.
Mon, 28 Aug 2006 21:13:34 +0000 Stefan Monnier (python-send-command): Don't wait for the command
Sat, 26 Aug 2006 14:39:16 +0000 Stefan Monnier (python-send-receive): Wait in the process's buffer so as to check the right
Fri, 25 Aug 2006 22:49:14 +0000 Stefan Monnier (python-preoutput-skip-next-prompt): New var.
Sun, 20 Aug 2006 18:14:50 +0000 Stefan Monnier Remove * in defcustom docstrings.
Sun, 20 Aug 2006 17:55:16 +0000 Stefan Monnier Update to Dave Love's latest version.
Wed, 26 Apr 2006 05:26:39 +0000 Stefan Monnier (python-continuation-line-p, python-beginning-of-statement):
Wed, 19 Apr 2006 06:37:31 +0000 Dan Nicolaescu (python-mode): Fix typo.
Tue, 18 Apr 2006 22:34:54 +0000 Dan Nicolaescu (python-mode): Add support for
Fri, 10 Feb 2006 09:00:31 +0000 Nick Roberts Update copyright for 2006.
Sat, 21 Jan 2006 11:48:25 +0000 Eli Zaretskii (python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.
Tue, 18 Oct 2005 04:31:16 +0000 Masatake YAMATO Install to the CVS repository what I forgot to install in my
Sat, 24 Sep 2005 10:58:16 +0000 Eli Zaretskii (python-describe-symbol): Add globals() and locals() to the arguments
Sat, 27 Aug 2005 14:38:22 +0000 Romain Francoise * progmodes/compile.el (compilation-start): Add autoload cookie.
Mon, 04 Jul 2005 17:55:18 +0000 Lute Kamstra Update FSF's address.
Mon, 04 Jul 2005 03:20:48 +0000 Juanma Barranquero (python): Finish `defgroup' description with period.
Wed, 29 Jun 2005 06:58:42 +0000 Stefan Monnier (python-check): Require `compile' before modifying its variables.
Tue, 26 Apr 2005 11:01:52 +0000 Richard M. Stallman (python-mode): Use new name eldoc-documentation-function.
Tue, 29 Mar 2005 14:12:23 +0000 Stefan Monnier (python-preoutput-filter): Fix last change.
Mon, 28 Mar 2005 14:36:25 +0000 Stefan Monnier (python-preoutput-leftover): New var.
Fri, 25 Mar 2005 14:36:08 +0000 Stefan Monnier (python-close-block-statement-p)
Wed, 09 Feb 2005 15:50:47 +0000 Kim F. Storm Change release version from 21.4 to 22.1 throughout.
Fri, 31 Dec 2004 14:55:23 +0000 Richard M. Stallman (python-mode): Use mode-require-final-newline.