summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-1/+1
* Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.Glenn Morris2011-05-161-1/+3
|\
| * lisp/progmodes/python.el: Highlight keyword "nonlocal" (bug#8639).Juanma Barranquero2011-05-131-1/+3
* | lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-221-5/+5
* | * progmodes/python.el (python-default-interpreter)Christoph Scholtes2011-03-301-161/+0
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+1
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* | Merge from emacs-23Stefan Monnier2011-01-141-2/+1
|\ \ | |/
| * * progmodes/python.el (python-mode): Don't impose font-lock.Stefan Monnier2011-01-021-1/+0
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier2010-12-101-2/+1
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-21/+31
|\ \ | |/
| * Backport fixes for Bug#5390 and Bug#5694 from trunk.Chong Yidong2010-11-211-24/+71
| * Make the sys.path remove in Python mode customizable (Bug#7454).Chong Yidong2010-11-211-17/+31
| * python.el comment.Glenn Morris2010-11-201-0/+1
* | Highlight top-level augmented assignments in Python (Bug#6445).Chong Yidong2010-11-211-1/+2
* | Merge from emacs-23Stefan Monnier2010-11-171-1/+1
|\ \ | |/
| * * lisp/progmodes/python.el (python-shell): Doc fix.Glenn Morris2010-11-091-2/+1
* | * lisp/progmodes/python.el (run-python): Explain why we remove the currentStefan Monnier2010-11-171-0/+5
* | Merge from emacs-23Stefan Monnier2010-11-091-15/+3
|\ \ | |/
| * * lisp/progmodes/python.el (python-font-lock-syntactic-keywords):Stefan Monnier2010-11-081-14/+5
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-061-2/+1
* | New syntax-propertize functionality.Stefan Monnier2010-09-111-48/+48
* | merge changes in emacs-23 branchKenichi Handa2010-09-011-1/+1
|\ \ | |/
| * * progmodes/python.el (python-block-pairs): Allow use of "finally" with "else...Chris Foote2010-08-221-1/+1
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-1/+1
* | * lisp/progmodes/python.el: Add Ipython support (Bug#5390).Chong Yidong2010-08-241-24/+71
|/
* Add some font-locking for Python 2.7.Christoph Scholtes2010-07-061-6/+12
* Minor Python mode fix (Bug#5653).Chong Yidong2010-02-261-1/+1
* replace references to obsolete c-subword-modeMark A. Hershberger2010-01-191-1/+1
* * progmodes/python.el (python-font-lock-keywords): Handle qualified decoratorsChong Yidong2010-01-051-2/+4
* * progmodes/python.el (python-symbol-completions): Remove textChong Yidong2009-12-141-3/+4
* * minibuffer.el (completion-at-point-functions): New var.Stefan Monnier2009-12-071-15/+8
* * textmodes/tex-mode.el (tex-alt-dvi-print-command)Dan Nicolaescu2009-11-061-2/+2
* * textmodes/two-column.el (2C-split):Stefan Monnier2009-10-311-8/+5
* * puresize.h (BASE_PURESIZE): Increase to 1470000.Dan Nicolaescu2009-10-301-2/+2
* Use `called-interactively-p' instead of `interactive-p'.Juanma Barranquero2009-10-021-2/+3
* Use forward-line rather than goto-line.Glenn Morris2009-09-011-2/+4
* Use help-print-return-message rather than the now obsolete alias.Glenn Morris2009-08-211-1/+1
* (python-shift-left, python-shift-right):Martin Rudalics2009-02-201-6/+8
* (python-use-skeletons): Re-add.Stefan Monnier2009-02-121-3/+11
* Comment (python-mode is now separate from Python).Glenn Morris2009-02-031-8/+11
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (python-mode): Don't impose ourselves on hippie.Stefan Monnier2008-10-261-4/+6
* (run-python): Remove '' from sys.path.Romain Francoise2008-08-241-1/+3
* (python-comment-line-p, python-blank-line-p, python-skip-out,Juanma Barranquero2008-05-081-7/+6
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* (python-block-pairs): Align finally with except.Stefan Monnier2008-05-051-1/+1
* Dave Love <fx at gnu.org>Glenn Morris2008-05-031-3/+6
* (python-mode-map): Use abbrev-table-menu.Stefan Monnier2008-04-171-47/+14