aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
...
* (python-quote-syntax): Don't bother with syntax-ppss-context.Stefan Monnier2007-03-011-10/+13
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (python-indent): Add safe-local-variable prop.Richard M. Stallman2006-12-041-0/+1
* (inferior-python-mode-syntax-table): New var.Stefan Monnier2006-11-141-1/+9
* 2006-10-22 John Wiegley <[email protected]>John Wiegley2006-10-221-1/+9
* (python-preoutput-filter): Fix arg order to string-match.Richard M. Stallman2006-09-161-1/+1
* (python-font-lock-keywords): Add `self' and other quasi-keywords.Stefan Monnier2006-09-091-1/+3
* Quieten the compiler about hippie-expand vars.Stefan Monnier2006-09-091-6/+9
* (python-eldoc-function): Re-enable quit while waiting for process.Stefan Monnier2006-08-301-18/+20
* (python-send-command): Simplify.Stefan Monnier2006-08-281-24/+24
* (python-send-command): Don't wait for the commandStefan Monnier2006-08-281-4/+9
* (python-send-receive): Wait in the process's buffer so as to check the rightStefan Monnier2006-08-261-7/+8
* (python-preoutput-skip-next-prompt): New var.Stefan Monnier2006-08-251-109/+125
* Remove * in defcustom docstrings.Stefan Monnier2006-08-201-17/+22
* Update to Dave Love's latest version.Stefan Monnier2006-08-201-461/+925
* (python-continuation-line-p, python-beginning-of-statement):Stefan Monnier2006-04-261-5/+7
* (python-mode): Fix typo.Dan Nicolaescu2006-04-191-1/+1
* (python-mode): Add support forDan Nicolaescu2006-04-181-0/+8
* Update copyright for 2006.Nick Roberts2006-02-101-1/+1
* (python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.Eli Zaretskii2006-01-211-1/+1
* Install to the CVS repository what I forgot to install in myMasatake YAMATO2005-10-181-1/+1
* (python-describe-symbol): Add globals() and locals() to the argumentsEli Zaretskii2005-09-241-3/+3
* * progmodes/compile.el (compilation-start): Add autoload cookie.Romain Francoise2005-08-271-1/+0
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (python): Finish `defgroup' description with period.Juanma Barranquero2005-07-041-2/+2
* (python-check): Require `compile' before modifying its variables.Stefan Monnier2005-06-291-0/+1
* (python-mode): Use new name eldoc-documentation-function.Richard M. Stallman2005-04-261-2/+2
* (python-preoutput-filter): Fix last change.Stefan Monnier2005-03-291-2/+2
* (python-preoutput-leftover): New var.Stefan Monnier2005-03-281-15/+29
* (python-close-block-statement-p)Stefan Monnier2005-03-251-10/+11
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
* (python-mode): Use mode-require-final-newline.Richard M. Stallman2004-12-311-1/+1
* (python-font-lock-syntactic-keywords): Fix previous change.Richard M. Stallman2004-12-031-1/+1
* (python-font-lock-syntactic-keywords): Check for escapes in the regexp.Richard M. Stallman2004-11-251-25/+26
* (run-python): Don't hard code *Python*. Don't modify process-environment.Stefan Monnier2004-11-221-29/+21
* Don't alter debug-ignored-errors.Richard M. Stallman2004-11-201-2/+0
* (python-switch-to-python): If Python isn't running, start it.Richard M. Stallman2004-11-201-3/+7
* (python-beginning-of-statement): Exit the loop if backward-up-list gets error.Richard M. Stallman2004-07-021-10/+11
* (python-open-block-statement-p): FixEli Zaretskii2004-06-121-1/+2
* (help-buffer): Autoload when compiling.Stefan Monnier2004-05-101-6/+9
* (inferior-python-mode-map): Remove erroneous C-c C-z binding.Stefan Monnier2004-05-101-3/+1
* (python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.Juanma Barranquero2004-05-081-2/+2
* Changes largely merged in from Dave Love's code. Doc fixes.Stefan Monnier2004-05-061-129/+293
* (python-compilation-line-number): Remove.Stefan Monnier2004-05-011-35/+7
* (python-send-command): New fun.Stefan Monnier2004-04-291-24/+21
* (python-maybe-jython): Don't assume point-min==1.Stefan Monnier2004-04-211-1/+1
* (python-compilation-line-number): Fix braindamage.Stefan Monnier2004-04-161-7/+12
* (python-after-info-look): Use with-no-warnings.Stefan Monnier2004-04-161-35/+44
* (python-orig-start-line, python-orig-file): Remove.Stefan Monnier2004-04-141-31/+25
* (run-python): Fix use of \n.Stefan Monnier2004-04-141-7/+5