summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
AgeCommit message (Expand)Author
2012-04-17* lisp/progmodes/python.el: Trivial cleanup.Leo Liu
2012-04-10`python-fill-paragraph' filling fixup when font-lock is disabledNathan Weizenbaum
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-02-11Fix infinite loop in python-end-of-statementLeo Liu
2012-01-29Fix pdb path handling.Syver Enstad
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-16Spelling fixes.Paul Eggert
2011-11-20Fix typos.Juanma Barranquero
2011-11-19Spelling fixes.Paul Eggert
2011-11-17Spelling fixes.Paul Eggert
2011-11-17Spelling fixes.Paul Eggert
2011-11-16* python.el (python-pdbtrack-stack-entry-regexp)Ken Manheimer
2011-11-09* lisp/progmodes/python.el (python-beginning-of-statement): Rewrite.Stefan Monnier
2011-09-10Fix various uses of display-buffer and pop-to-bufferChong Yidong
2011-09-03* progmodes/python.el (python-mode-map): Use correct function toChristoph Scholtes
2011-06-25* loadhist.el (unload--set-major-mode): New function.Juanma Barranquero
2011-06-15Derive some programming modes from prog-mode.Dan Nicolaescu
2011-05-23* lisp/progmodes/python.el (brm-menu): Declare.Glenn Morris
2011-05-23Don't quote lambda expressions with `quote'.Stefan Monnier
2011-05-16Merge from emacs-23; up to 2010-06-11T14:39:54Z!cyd@stupidchicken.com.Glenn Morris
2011-05-13lisp/progmodes/python.el: Highlight keyword "nonlocal" (bug#8639).Juanma Barranquero
2011-04-22lisp/progmodes/*.el: Lexical-binding cleanup.Juanma Barranquero
2011-03-30* progmodes/python.el (python-default-interpreter)Christoph Scholtes
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02* progmodes/python.el (python-mode): Don't impose font-lock.Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-10Derive from prog-mode, use derived-mode-p, and fix up variousStefan Monnier
2010-11-27Merge changes from emacs-23 branchChong Yidong
2010-11-21Highlight top-level augmented assignments in Python (Bug#6445).Chong Yidong
2010-11-21Backport fixes for Bug#5390 and Bug#5694 from trunk.Chong Yidong
2010-11-21Make the sys.path remove in Python mode customizable (Bug#7454).Chong Yidong
2010-11-20python.el comment.Glenn Morris
2010-11-17Merge from emacs-23Stefan Monnier
2010-11-17* lisp/progmodes/python.el (run-python): Explain why we remove the currentStefan Monnier
2010-11-09* lisp/progmodes/python.el (python-shell): Doc fix.Glenn Morris
2010-11-09Merge from emacs-23Stefan Monnier
2010-11-08* lisp/progmodes/python.el (python-font-lock-syntactic-keywords):Stefan Monnier
2010-11-06Use line-end-position rather than end-of-line, etc.Glenn Morris
2010-09-11New syntax-propertize functionality.Stefan Monnier
2010-09-01merge changes in emacs-23 branchKenichi Handa
2010-08-30Use `declare' in defmacros.Stefan Monnier
2010-08-24* lisp/progmodes/python.el: Add Ipython support (Bug#5390).Chong Yidong
2010-08-22* progmodes/python.el (python-block-pairs): Allow use of "finally" with "else...Chris Foote
2010-07-06Add some font-locking for Python 2.7.Christoph Scholtes
2010-02-26Minor Python mode fix (Bug#5653).Chong Yidong
2010-01-19replace references to obsolete c-subword-modeMark A. Hershberger
2010-01-05* progmodes/python.el (python-font-lock-keywords): Handle qualified decoratorsChong Yidong
2009-12-14* progmodes/python.el (python-symbol-completions): Remove textChong Yidong