summaryrefslogtreecommitdiffstats
path: root/Misc/python-mode.el
Commit message (Expand)AuthorAgeFilesLines
* *** 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
* (py-indent-right, py-indent-left): support indentation of regions orBarry Warsaw1996-03-221-34/+69
* (py-comment-region): obsoleted by comment-regionBarry Warsaw1996-03-071-28/+6
* (python-font-lock-keywords): make it a defconstBarry Warsaw1996-03-061-2/+2
* (py-honor-comment-indentation, py-compute-indentation): allow otherBarry Warsaw1996-03-061-10/+23
* (py-honor-comment-indentation): new variable.Barry Warsaw1996-03-051-1/+13
* #removed font-lock cruftBarry Warsaw1996-03-051-44/+0
* (python-font-lock-keywords): Much improved descrimination betweenBarry Warsaw1996-03-051-23/+23
* (py-compute-indentation): fix skipping backwards over comments byBarry Warsaw1996-03-041-2/+5
* (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp.Barry Warsaw1996-01-231-1/+1
* (py-indent-offset): Change default to 4.Barry Warsaw1995-11-031-1/+1
* changed underscore to have symbol syntaxBarry Warsaw1995-10-181-1/+1
* (py-indent-offset): this should be buffer local.Barry Warsaw1995-10-121-0/+2
* (py-align-multiline-strings-p): new variableBarry Warsaw1995-09-191-106/+105
* (py-electric-colon): turn off electric behavior inside strings andBarry Warsaw1995-09-141-23/+31
* (python-mode): comment-multi-line must be nil for Emacs 19Barry Warsaw1995-09-141-0/+3
* (py-compute-indentation): when inside a comment, indent to under theBarry Warsaw1995-09-141-0/+14
* #changed all email address to go through python.orgBarry Warsaw1995-07-051-5/+5
* (py-append-to-process-buffer): XEmacs doesn't have last-input-start orBarry Warsaw1995-07-051-2/+4
* (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.elBarry Warsaw1995-07-051-50/+58