summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes.Paul Eggert2011-12-161-1/+1
* Fix typos.Juanma Barranquero2011-11-201-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* Spelling fixes.Paul Eggert2011-11-171-1/+1
* * python.el (python-pdbtrack-stack-entry-regexp)Ken Manheimer2011-11-161-1/+2
* * lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.Stefan Monnier2011-11-091-15/+6
* Fix various uses of display-buffer and pop-to-bufferChong Yidong2011-09-101-1/+0
* * progmodes/python.el (python-mode-map): Use correct function toChristoph Scholtes2011-09-031-10/+2
* * loadhist.el (unload--set-major-mode): New function.Juanma Barranquero2011-06-251-0/+11
* Derive some programming modes from prog-mode.Dan Nicolaescu2011-06-151-1/+1
* * lisp/progmodes/python.el (brm-menu): Declare.Glenn Morris2011-05-231-0/+1
* 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