log lisp/progmodes/python.el @ 90020:680f4ba0cdc9

age author description
2004-07-06 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-22
2004-06-28 Miles Bader Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-15
2004-04-16 Kenichi Handa Sync to HEAD
2006-01-16 Henrik Enberg sync with trunk
2008-01-20 Glenn Morris Quote all calls to "auxiliary skeleton"s to prevent infloops.
2008-01-20 Glenn Morris Martin Svenson <phromo at gmail.com> (tiny change)
2008-01-08 Miles Bader Merge from emacs--rel--22
2007-12-06 Glenn Morris Remove directory part from filenames in function declarations.
2007-12-05 Glenn Morris (compilation-shell-minor-mode): Declare as a function.
2007-12-02 Glenn Morris (top-level): Don't require cl when compiling.
2007-11-21 Dan Nicolaescu * frame.el (msdos-mouse-p):
2007-11-20 Dan Nicolaescu * progmodes/python.el (info-lookup-maybe-add-help):
2007-10-31 Stefan Monnier (python-mode-abbrev-table): Use :regexp.
2007-10-23 Stefan Monnier (python-current-defun): Remove left-over assignment to `start'.
2007-10-09 Miles Bader Merge from emacs--rel--22
2007-09-27 Juanma Barranquero (python-eldoc-function): Doc fix.
2007-09-24 Glenn Morris Adam Hupp <adam at hupp.org>
2007-08-13 Miles Bader Merge from emacs--rel--22
2007-08-01 Vinicius Jose Latorre Fix infinite loop in python.el
2007-07-31 Miles Bader Merge from emacs--rel--22
2007-07-26 Miles Bader Merge from emacs--rel--22
2007-07-12 Stefan Monnier (python-which-func-length-limit): New var.
2007-06-14 Juanma Barranquero (python-complete-symbol): Remove redundant check.
2007-05-09 Stefan Monnier (python-font-lock-keywords, python-open-block-statement-p, python-mode):
2007-05-09 Stefan Monnier (python-end-of-block): Revert last change.
2007-05-08 Miles Bader Merge from emacs--rel--22
2008-08-26 Juanma Barranquero Fix typos (sync from the trunk).
2008-08-24 Romain Francoise (run-python): Remove '' from sys.path.
2008-04-11 Stefan Monnier (python-mode): Don't mess with hippie-expand.
2008-01-20 Glenn Morris Quote all calls to "auxiliary skeleton"s to prevent infloops.
2008-01-20 Glenn Morris Martin Svenson <phromo at gmail.com> (tiny change)
2008-01-07 Glenn Morris Add 2008 to copyright years.
2007-09-27 Juanma Barranquero (python-eldoc-function): Doc fix.
2007-09-10 Stefan Monnier Merge changes from Dave Love's v2007-Sep-10.
2007-08-08 Glenn Morris Replace `iff' in doc-strings and comments.
2007-07-28 Stefan Monnier (run-python): Fix path separator under w32.
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-05-10 Stefan Monnier (python-font-lock-keywords, python-open-block-statement-p, python-mode):
2007-05-08 Stefan Monnier (python-guess-indent): Check non-nullness before comparing indent against
2007-04-26 Glenn Morris Restore file pending consideration of legal issues.
2007-04-16 Chong Yidong (python-end-of-block): Avoid looping forever if python-next-statement
2007-03-28 Stefan Monnier (python-mode): Skip comments when parsing.
2007-03-19 Juanma Barranquero (python-default-template): Doc fix.
2007-03-05 Stefan Monnier (python-send-command): Restart proc if necessary.
2007-03-01 Stefan Monnier (python-quote-syntax): Don't bother with syntax-ppss-context.
2007-01-21 Glenn Morris Add 2007 to copyright years.
2006-12-04 Richard M. Stallman (python-indent): Add safe-local-variable prop.
2006-11-14 Stefan Monnier (inferior-python-mode-syntax-table): New var.
2006-10-22 John Wiegley 2006-10-22 John Wiegley <johnw@newartisans.com>
2006-09-16 Richard M. Stallman (python-preoutput-filter): Fix arg order to string-match.
2006-09-09 Stefan Monnier (python-font-lock-keywords): Add `self' and other quasi-keywords.
2006-09-09 Stefan Monnier Quieten the compiler about hippie-expand vars.
2006-08-30 Stefan Monnier (python-eldoc-function): Re-enable quit while waiting for process.
2006-08-28 Stefan Monnier (python-send-command): Simplify.
2006-08-28 Stefan Monnier (python-send-command): Don't wait for the command
2006-08-26 Stefan Monnier (python-send-receive): Wait in the process's buffer so as to check the right
2006-08-25 Stefan Monnier (python-preoutput-skip-next-prompt): New var.
2006-08-20 Stefan Monnier Remove * in defcustom docstrings.
2006-08-20 Stefan Monnier Update to Dave Love's latest version.
2006-04-26 Stefan Monnier (python-continuation-line-p, python-beginning-of-statement):