summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Update to the Big Comment at the top of the file. It should betterBarry Warsaw1997-12-111-24/+43
* Added some links to OO-Browser, given by Harri Pasanen.Barry Warsaw1997-12-061-2/+8
* (py-jump-on-exception): Variable which if t, means that if anBarry Warsaw1997-12-031-7/+19
* Removed redundant eval-when-compile.Barry Warsaw1997-12-031-19/+13
* (python-mode): Patch to make font-lock work automatically for Emacs.Barry Warsaw1997-12-021-0/+1
* Test for an up-to-date Custom library when byte-compiling, and issueBarry Warsaw1997-12-021-1/+20
* Require 'cl when compiling so that the push macro gets picked in EmacsBarry Warsaw1997-12-011-0/+2
* (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors.Barry Warsaw1997-11-271-2/+2
* (py-process-filter): py-delete-file-silently is obsolete. Use aBarry Warsaw1997-11-261-1/+1
* (py-compute-indentation): Check for multiline stringness andBarry Warsaw1997-11-261-4/+4
* (py-mode-map): Bind py-mark-def-or-class to C-M-h with a differentBarry Warsaw1997-11-261-2/+3
* (python-mode): Make imenu-create-index-function buffer local.Barry Warsaw1997-11-261-3/+4
* (py-mark-def-or-class): Added an exchange-point-and-mark and aBarry Warsaw1997-11-261-2/+4
* (python-mode): Patch to fix Imenu support under Emacs, given byBarry Warsaw1997-11-261-1/+3
* (py-kill-emacs-hook): Simplification.Barry Warsaw1997-11-261-11/+5
* Added comment about where to find details on python-mode.el, pointingBarry Warsaw1997-11-261-23/+183
* #(py-emacs-features): Fixed typo in docstring.Barry Warsaw1997-11-061-2/+2
* (python-font-lock-keywords): Pick up block introducing keywords withBarry Warsaw1997-11-061-11/+18
* (python-font-lock-keywords): Fix for consecutive keyword font locking,Barry Warsaw1997-11-051-6/+2
* (py-emacs-features): Test for working make-temp-name, which is brokenBarry Warsaw1997-11-051-10/+20
* (py-execute-region): Fixed small bug with queuing file for executionBarry Warsaw1997-11-051-2/+1
* (mark-python-def-or-class): Renamed to py-mark-def-or-class globally.Barry Warsaw1997-11-051-11/+13
* (py-backspace-function): New variable.Barry Warsaw1997-11-041-60/+101
* First round of changes, mostly subprocess stuff.Barry Warsaw1997-11-041-138/+129
* Changes in preparation for integrating into the Python CVS tree.Barry Warsaw1997-11-031-70/+59
* (py-parse-partial-sexp-works-p): Removed as obsolete. All currentBarry Warsaw1997-09-041-20/+10
* #Fixed two byte-compiler errorsBarry Warsaw1997-08-091-2/+2
* #Checkpointing X/Emacs 20'fication of this mode.Barry Warsaw1997-08-091-210/+231
* #Bumping to version 3.0Barry Warsaw1997-08-081-2/+1
* (py-shell): Remove support for Emacs 18, implicitly add support forBarry Warsaw1997-07-101-15/+7
* (python-font-lock-keywords): Use new convention for installing in modeBarry Warsaw1997-02-241-2/+3
* (py-mode-map): Comment Out Region / Uncomment Region should useBarry Warsaw1997-01-301-2/+2
* #Updated authorship lineBarry Warsaw1997-01-301-1/+1
* (py-parse-partial-sexp-works-p): New variable to work around a bug inBarry Warsaw1997-01-301-3/+23
* (py-delete-function): new variableBarry Warsaw1996-12-171-1/+7
* (python-mode): added comment-end definitions.Barry Warsaw1996-12-171-0/+2
* (match-string): Added a definition for older Emacsen.Barry Warsaw1996-10-291-0/+9
* (py-indent-line): take an optional universal argument which says toBarry Warsaw1996-10-231-13/+22
* (py-process-filter): Make sure current-buffer is restored, even in theBarry Warsaw1996-09-301-36/+41
* (python-font-lock-keywords): with Python 1.4 `access' is no a keywordBarry Warsaw1996-09-041-1/+1
* I have been increasingly annoyed about the fact thatBarry Warsaw1996-09-041-0/+28
* #stylisticsBarry Warsaw1996-09-041-2/+4
* (python-mode): typosBarry Warsaw1996-09-041-2/+2
* (python-mode): font-lock-defaults must be make-local-variable'dBarry Warsaw1996-09-041-16/+23
* (py-dump-help-string): Use documentation-property to get docstring.Barry Warsaw1996-09-031-2/+1
* (python-mode): font-lock-defaults necessary for Emacs 19, but doesn'tBarry Warsaw1996-09-031-1/+3
* #py-shell gets an autoload cookieBarry Warsaw1996-09-031-0/+1
* *** empty log message ***Barry Warsaw1996-08-201-3/+3
* (py-no-outdent-re): Added return, break, raise, continue since weBarry Warsaw1996-08-121-1/+3
* #updated commentaryBarry Warsaw1996-08-061-4/+3