aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
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
2004-05-06Changes largely merged in from Dave Love's code. Doc fixes.Stefan Monnier1-129/+293
2004-05-01(python-compilation-line-number): Remove.Stefan Monnier1-35/+7
2004-04-29(python-send-command): New fun.Stefan Monnier1-24/+21
2004-04-21(python-maybe-jython): Don't assume point-min==1.Stefan Monnier1-1/+1
2004-04-16(python-compilation-line-number): Fix braindamage.Stefan Monnier1-7/+12
2004-04-16(python-after-info-look): Use with-no-warnings.Stefan Monnier1-35/+44
2004-04-14(python-orig-start-line, python-orig-file): Remove.Stefan Monnier1-31/+25
2004-04-14(run-python): Fix use of \n.Stefan Monnier1-7/+5
2004-04-14(python-mouse-2-command, python-RET-command): Remove unused functions.Stefan Monnier1-27/+0
2004-04-13Doc fixes. Changes for compiler warnings.Stefan Monnier1-197/+361
2004-04-13(run-python): Use compilation-shell-minor-mode.Stefan Monnier1-17/+3
2004-04-12New file.Stefan Monnier1-0/+1499