aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
Commit message (Expand)AuthorAgeFilesLines
* (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
* Finish pdbtrack integration cleanup, settling missing-functionsKen Manheimer2008-02-221-158/+25
* Revise pdbtrack functionality to incorporate advances in python-mode.el.Ken Manheimer2008-02-211-49/+146
* Merge from Dave Love's 2008-01-20 version.Chong Yidong2008-02-211-237/+355
* Also require comint when loading.Nick Roberts2008-02-201-2/+445
* Quote all calls to "auxiliary skeleton"s to prevent infloops.Glenn Morris2008-01-201-5/+5
* Martin Svenson <phromo at gmail.com> (tiny change)Glenn Morris2008-01-201-1/+2
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* | Remove directory part from filenames in function declarations.Glenn Morris2007-12-061-1/+1
* | (compilation-shell-minor-mode): Declare as a function.Glenn Morris2007-12-051-0/+3
* | (top-level): Don't require cl when compiling.Glenn Morris2007-12-021-1/+0
* | * frame.el (msdos-mouse-p):Dan Nicolaescu2007-11-211-1/+1
* | * progmodes/python.el (info-lookup-maybe-add-help):Dan Nicolaescu2007-11-201-0/+2
* | (python-mode-abbrev-table): Use :regexp.Stefan Monnier2007-10-311-23/+7
* | (python-current-defun): Remove left-over assignment to `start'.Stefan Monnier2007-10-231-1/+0
* | Merge from emacs--rel--22Miles Bader2007-10-091-45/+66
|\|
| * (python-eldoc-function): Doc fix.Juanma Barranquero2007-09-271-1/+1
| * Merge changes from Dave Love's v2007-Sep-10.Stefan Monnier2007-09-101-45/+66
* | (python-eldoc-function): Doc fix.Juanma Barranquero2007-09-271-1/+1
* | Adam Hupp <adam at hupp.org>Glenn Morris2007-09-241-1/+1
* | Merge from emacs--rel--22Miles Bader2007-08-131-4/+4
|\|
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-4/+4
* | Fix infinite loop in python.elVinicius Jose Latorre2007-08-011-15/+19
* | Merge from emacs--rel--22Miles Bader2007-07-311-1/+1
|\|
| * (run-python): Fix path separator under w32.Stefan Monnier2007-07-281-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| * (python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier2007-05-101-3/+3
* | (python-which-func-length-limit): New var.Stefan Monnier2007-07-121-8/+26
* | (python-complete-symbol): Remove redundant check.Juanma Barranquero2007-06-141-1/+1
* | (python-font-lock-keywords, python-open-block-statement-p, python-mode):Stefan Monnier2007-05-091-3/+3
* | (python-end-of-block): Revert last change.Stefan Monnier2007-05-091-10/+9
|/
* (python-guess-indent): Check non-nullness before comparing indent againstStefan Monnier2007-05-081-1/+1
* Restore file pending consideration of legal issues.Glenn Morris2007-04-261-0/+2307
* Remove python.el due to unclear legal issues.Chong Yidong2007-04-241-2307/+0
* (python-end-of-block): Avoid looping forever if python-next-statementChong Yidong2007-04-161-2/+6
* (python-mode): Skip comments when parsing.Stefan Monnier2007-03-281-0/+1
* (python-default-template): Doc fix.Juanma Barranquero2007-03-191-2/+2
* (python-send-command): Restart proc if necessary.Stefan Monnier2007-03-051-6/+6