summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
Commit message (Expand)AuthorAgeFilesLines
...
* #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
* (py-menu): Create default valueBarry Warsaw1996-08-061-0/+7
* (py-forward-into-nomenclature): Slightly better regex for stopping onBarry Warsaw1996-08-051-2/+4
* (py-electric-colon): Use (py-next-statement -1) instead ofBarry Warsaw1996-08-021-1/+1
* #updated commentsBarry Warsaw1996-08-011-19/+22
* (python-mode): automatically install imenu stuff.Barry Warsaw1996-08-011-8/+15
* (imenu-example--python-show-method-args-p,Barry Warsaw1996-08-011-0/+210
* (py-keep-region-active): Zap duplicate defun.Barry Warsaw1996-08-011-11/+6
* (py-delete-char): Check for py-honor-comment-indentation.Barry Warsaw1996-08-011-0/+1
* (py-mode): comment-start is now "# " so indent-for-comment does theBarry Warsaw1996-08-011-6/+41
* #comment updateBarry Warsaw1996-07-311-0/+2
* #comment updateBarry Warsaw1996-07-311-0/+4
* #updated to do listBarry Warsaw1996-07-311-4/+4
* (py-parse-state): stop searching backwards when we found a keyword atBarry Warsaw1996-07-311-2/+6
* (py-statement-closes-block-p, py-compute-indentation): Outdent oneBarry Warsaw1996-07-311-3/+17
* (python-mode): Added menu support, requires easymenu.Barry Warsaw1996-07-291-10/+45
* (py-forward-into-nomenclature): small fix to not infinitely loop atBarry Warsaw1996-07-251-1/+1
* #comment update, re: py-mode-syntax-tableBarry Warsaw1996-07-241-4/+5
* (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions.Barry Warsaw1996-07-241-0/+31
* (py-shift-region-left): When checking for left edged code, watch forBarry Warsaw1996-07-231-1/+2
* added a thing on the to-do listBarry Warsaw1996-07-081-1/+2
* (python-font-lock-keywords): added class and defBarry Warsaw1996-07-051-7/+13
* (py-mode-syntax-table): revert underscore to word class, even though IBarry Warsaw1996-07-031-1/+5
* (py-delete-char): Obey numeric argument.Barry Warsaw1996-07-031-15/+21
* (py-shift-region-left, py-shift-region-right, py-indent-right,Barry Warsaw1996-07-031-88/+32
* (py-indent-right, py-outdent-left): fixed placement of point afterBarry Warsaw1996-04-081-16/+22
* (py-parse-state): make sure we don't land inside a triple-quotedBarry Warsaw1996-04-061-10/+16
* (py-indent-right, py-outdent-left): Watch out for (mark) returningBarry Warsaw1996-03-251-4/+10
* #updated some commentsBarry Warsaw1996-03-221-7/+9