summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2007-05-08(python-guess-indent): Check non-nullness before comparing indent againstStefan Monnier
2007-04-26Restore file pending consideration of legal issues.Glenn Morris
2007-04-24Remove python.el due to unclear legal issues.Chong Yidong
2007-04-16(python-end-of-block): Avoid looping forever if python-next-statementChong Yidong
2007-03-28(python-mode): Skip comments when parsing.Stefan Monnier
2007-03-19(python-default-template): Doc fix.Juanma Barranquero
2007-03-05(python-send-command): Restart proc if necessary.Stefan Monnier
2007-03-01(python-quote-syntax): Don't bother with syntax-ppss-context.Stefan Monnier
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-04(python-indent): Add safe-local-variable prop.Richard M. Stallman
2006-11-14(inferior-python-mode-syntax-table): New var.Stefan Monnier
2006-10-222006-10-22 John Wiegley <johnw@newartisans.com>John Wiegley
2006-09-16(python-preoutput-filter): Fix arg order to string-match.Richard M. Stallman
2006-09-09(python-font-lock-keywords): Add `self' and other quasi-keywords.Stefan Monnier
2006-09-09Quieten the compiler about hippie-expand vars.Stefan Monnier
2006-08-30(python-eldoc-function): Re-enable quit while waiting for process.Stefan Monnier
2006-08-28(python-send-command): Simplify.Stefan Monnier
2006-08-28(python-send-command): Don't wait for the commandStefan Monnier
2006-08-26(python-send-receive): Wait in the process's buffer so as to check the rightStefan Monnier
2006-08-25(python-preoutput-skip-next-prompt): New var.Stefan Monnier
2006-08-20Remove * in defcustom docstrings.Stefan Monnier
2006-08-20Update to Dave Love's latest version.Stefan Monnier
2006-04-26(python-continuation-line-p, python-beginning-of-statement):Stefan Monnier
2006-04-19(python-mode): Fix typo.Dan Nicolaescu
2006-04-18(python-mode): Add support forDan Nicolaescu
2006-02-10Update copyright for 2006.Nick Roberts
2006-01-21(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.Eli Zaretskii
2005-10-18Install to the CVS repository what I forgot to install in myMasatake YAMATO
2005-09-24(python-describe-symbol): Add globals() and locals() to the argumentsEli Zaretskii
2005-08-27* progmodes/compile.el (compilation-start): Add autoload cookie.Romain Francoise
2005-07-04Update FSF's address.Lute Kamstra
2005-07-04(python): Finish `defgroup' description with period.Juanma Barranquero
2005-06-29(python-check): Require `compile' before modifying its variables.Stefan Monnier
2005-04-26(python-mode): Use new name eldoc-documentation-function.Richard M. Stallman
2005-03-29(python-preoutput-filter): Fix last change.Stefan Monnier
2005-03-28(python-preoutput-leftover): New var.Stefan Monnier
2005-03-25(python-close-block-statement-p)Stefan Monnier
2005-02-09Change release version from 21.4 to 22.1 throughout.Kim F. Storm
2004-12-31(python-mode): Use mode-require-final-newline.Richard M. Stallman
2004-12-03(python-font-lock-syntactic-keywords): Fix previous change.Richard M. Stallman
2004-11-25(python-font-lock-syntactic-keywords): Check for escapes in the regexp.Richard M. Stallman
2004-11-22(run-python): Don't hard code *Python*. Don't modify process-environment.Stefan Monnier
2004-11-20Don't alter debug-ignored-errors.Richard M. Stallman
2004-11-20(python-switch-to-python): If Python isn't running, start it.Richard M. Stallman
2004-07-02(python-beginning-of-statement): Exit the loop if backward-up-list gets error.Richard M. Stallman
2004-06-12(python-open-block-statement-p): FixEli Zaretskii
2004-05-10(help-buffer): Autoload when compiling.Stefan Monnier
2004-05-10(inferior-python-mode-map): Remove erroneous C-c C-z binding.Stefan Monnier
2004-05-08(python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.Juanma Barranquero
2004-05-06Changes largely merged in from Dave Love's code. Doc fixes.Stefan Monnier