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