Replace `iff' in doc-strings and comments.
[bpt/emacs.git] / lisp / progmodes / python.el
2007-08-08 Glenn MorrisReplace `iff' in doc-strings and comments.
2007-07-28 Stefan Monnier(run-python): Fix path separator under w32.
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-05-10 Stefan Monnier(python-font-lock-keywords, python-open-block-statement...
2007-05-08 Stefan Monnier(python-guess-indent): Check non-nullness before compar...
2007-04-26 Glenn MorrisRestore file pending consideration of legal issues.
2007-04-24 Chong YidongRemove python.el due to unclear legal issues.
2007-04-16 Chong Yidong(python-end-of-block): Avoid looping forever if python...
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...
2007-01-21 Glenn MorrisAdd 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 Wiegley2006-10-22 John Wiegley <johnw@newartisans.com>
2006-09-16 Richard M. Stallman(python-preoutput-filter): Fix arg order to string...
2006-09-09 Stefan Monnier(python-font-lock-keywords): Add `self' and other quasi...
2006-09-09 Stefan MonnierQuieten the compiler about hippie-expand vars.
2006-08-30 Stefan Monnier(python-eldoc-function): Re-enable quit while waiting...
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...
2006-08-25 Stefan Monnier(python-preoutput-skip-next-prompt): New var.
2006-08-20 Stefan MonnierRemove * in defcustom docstrings.
2006-08-20 Stefan MonnierUpdate to Dave Love's latest version.
2006-04-26 Stefan Monnier(python-continuation-line-p, python-beginning-of-statem...
2006-04-19 Dan Nicolaescu(python-mode): Fix typo.
2006-04-18 Dan Nicolaescu(python-mode): Add support for
2006-02-10 Nick RobertsUpdate copyright for 2006.
2006-01-21 Eli Zaretskii(python-mode) <eldoc-mode-hook>: Pass nil as the first...
2005-10-18 Masatake YAMATOInstall to the CVS repository what I forgot to install...
2005-09-24 Eli Zaretskii(python-describe-symbol): Add globals() and locals...
2005-08-27 Romain Francoise* progmodes/compile.el (compilation-start): Add autoloa...
2005-07-04 Lute KamstraUpdate FSF's address.
2005-07-04 Juanma Barranquero(python): Finish `defgroup' description with period.
2005-06-29 Stefan Monnier(python-check): Require `compile' before modifying...
2005-04-26 Richard M. Stallman(python-mode): Use new name eldoc-documentation-function.
2005-03-29 Stefan Monnier(python-preoutput-filter): Fix last change.
2005-03-28 Stefan Monnier(python-preoutput-leftover): New var.
2005-03-25 Stefan Monnier(python-close-block-statement-p)
2005-02-09 Kim F. StormChange release version from 21.4 to 22.1 throughout.
2004-12-31 Richard M. Stallman(python-mode): Use mode-require-final-newline.
2004-12-03 Richard M. Stallman(python-font-lock-syntactic-keywords): Fix previous...
2004-11-25 Richard M. Stallman(python-font-lock-syntactic-keywords): Check for escape...
2004-11-22 Stefan Monnier(run-python): Don't hard code *Python*. Don't modify...
2004-11-20 Richard M. StallmanDon't alter debug-ignored-errors.
2004-11-20 Richard M. Stallman(python-switch-to-python): If Python isn't running...
2004-07-02 Richard M. Stallman(python-beginning-of-statement): Exit the loop if backw...
2004-06-12 Eli Zaretskii(python-open-block-statement-p): Fix
2004-05-10 Stefan Monnier(help-buffer): Autoload when compiling.
2004-05-10 Stefan Monnier(inferior-python-mode-map): Remove erroneous C-c C...
2004-05-08 Juanma Barranquero(python-describe-symbol): Pass INTERACTIVE-P argument...
2004-05-06 Stefan MonnierChanges largely merged in from Dave Love's code. Doc...
2004-05-01 Stefan Monnier(python-compilation-line-number): Remove.
2004-04-29 Stefan Monnier(python-send-command): New fun.
2004-04-21 Stefan Monnier(python-maybe-jython): Don't assume point-min==1.
2004-04-16 Stefan Monnier(python-compilation-line-number): Fix braindamage.
2004-04-16 Stefan Monnier(python-after-info-look): Use with-no-warnings.
2004-04-14 Stefan Monnier(python-orig-start-line, python-orig-file): Remove.
2004-04-14 Stefan Monnier(run-python): Fix use of \n.
2004-04-14 Stefan Monnier(python-mouse-2-command, python-RET-command): Remove...
2004-04-13 Stefan MonnierDoc fixes. Changes for compiler warnings.
2004-04-13 Stefan Monnier(run-python): Use compilation-shell-minor-mode.
2004-04-12 Stefan MonnierNew file.