aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-20(python-shift-left, python-shift-right):Martin Rudalics1-6/+8
2009-02-12(python-use-skeletons): Re-add.Stefan Monnier1-3/+11
2009-02-03Comment (python-mode is now separate from Python).Glenn Morris1-8/+11
2009-01-05Add 2009 to copyright years.Glenn Morris1-1/+1
2008-10-26(python-mode): Don't impose ourselves on hippie.Stefan Monnier1-4/+6
2008-08-26Fix typos (sync from the trunk).Juanma Barranquero1-3/+3
2008-08-24(run-python): Remove '' from sys.path.Romain Francoise1-1/+3
2008-08-24(run-python): Remove '' from sys.path.Romain Francoise1-1/+3
2008-05-08(python-comment-line-p, python-blank-line-p, python-skip-out,Juanma Barranquero1-7/+6
2008-05-06Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-05-05(python-block-pairs): Align finally with except.Stefan Monnier1-1/+1
2008-05-03Dave Love <fx at gnu.org>Glenn Morris1-3/+6
2008-04-17(python-mode-map): Use abbrev-table-menu.Stefan Monnier1-47/+14
2008-04-11(python-mode): Don't mess with hippie-expand.Stefan Monnier1-3/+5
2008-02-22Finish pdbtrack integration cleanup, settling missing-functionsKen Manheimer1-158/+25
2008-02-21Revise pdbtrack functionality to incorporate advances in python-mode.el.Ken Manheimer1-49/+146
2008-02-21Merge from Dave Love's 2008-01-20 version.Chong Yidong1-237/+355
2008-02-20Also require comint when loading.Nick Roberts1-2/+445
2008-01-20Quote all calls to "auxiliary skeleton"s to prevent infloops.Glenn Morris1-5/+5
2008-01-20Quote all calls to "auxiliary skeleton"s to prevent infloops.Glenn Morris1-5/+5
2008-01-20Martin Svenson <phromo at gmail.com> (tiny change)Glenn Morris1-1/+2
2008-01-20Martin Svenson <phromo at gmail.com> (tiny change)Glenn Morris1-1/+2
2008-01-07Add 2008 to copyright years.Glenn Morris1-1/+1
2007-12-06Remove directory part from filenames in function declarations.Glenn Morris1-1/+1
2007-12-05(compilation-shell-minor-mode): Declare as a function.Glenn Morris1-0/+3
2007-12-02(top-level): Don't require cl when compiling.Glenn Morris1-1/+0
2007-11-21* frame.el (msdos-mouse-p):Dan Nicolaescu1-1/+1
2007-11-20* progmodes/python.el (info-lookup-maybe-add-help):Dan Nicolaescu1-0/+2
2007-10-31(python-mode-abbrev-table): Use :regexp.Stefan Monnier1-23/+7
2007-10-23(python-current-defun): Remove left-over assignment to `start'.Stefan Monnier1-1/+0
2007-09-27(python-eldoc-function): Doc fix.Juanma Barranquero1-1/+1
2007-09-27(python-eldoc-function): Doc fix.Juanma Barranquero1-1/+1
2007-09-24Adam Hupp <adam at hupp.org>Glenn Morris1-1/+1
2007-09-10Merge changes from Dave Love's v2007-Sep-10.Stefan Monnier1-45/+66
2007-08-08Replace `iff' in doc-strings and comments.Glenn Morris1-4/+4
2007-08-01Fix infinite loop in python.elVinicius Jose Latorre1-15/+19
2007-07-28(run-python): Fix path separator under w32.Stefan Monnier1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-07-12(python-which-func-length-limit): New var.Stefan Monnier1-8/+26
2007-06-14(python-complete-symbol): Remove redundant check.Juanma Barranquero1-1/+1
2007-05-10(python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier1-3/+3
2007-05-09(python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier1-3/+3
2007-05-09(python-end-of-block): Revert last change.Stefan Monnier1-10/+9
2007-05-08(python-guess-indent): Check non-nullness before comparing indent againstStefan Monnier1-1/+1
2007-04-26Restore file pending consideration of legal issues.Glenn Morris1-0/+2307
2007-04-24Remove python.el due to unclear legal issues.Chong Yidong1-2307/+0
2007-04-16(python-end-of-block): Avoid looping forever if python-next-statementChong Yidong1-2/+6
2007-03-28(python-mode): Skip comments when parsing.Stefan Monnier1-0/+1
2007-03-19(python-default-template): Doc fix.Juanma Barranquero1-2/+2
2007-03-05(python-send-command): Restart proc if necessary.Stefan Monnier1-6/+6