| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (python-mode): Patch to fix Imenu support under Emacs, given by | Barry Warsaw | 1997-11-26 | 1 | -1/+3 |
|
|
* | (py-kill-emacs-hook): Simplification. | Barry Warsaw | 1997-11-26 | 1 | -11/+5 |
|
|
* | Added comment about where to find details on python-mode.el, pointing | Barry Warsaw | 1997-11-26 | 1 | -23/+183 |
|
|
* | #(py-emacs-features): Fixed typo in docstring. | Barry Warsaw | 1997-11-06 | 1 | -2/+2 |
|
|
* | (python-font-lock-keywords): Pick up block introducing keywords with | Barry Warsaw | 1997-11-06 | 1 | -11/+18 |
|
|
* | (python-font-lock-keywords): Fix for consecutive keyword font locking, | Barry Warsaw | 1997-11-05 | 1 | -6/+2 |
|
|
* | (py-emacs-features): Test for working make-temp-name, which is broken | Barry Warsaw | 1997-11-05 | 1 | -10/+20 |
|
|
* | (py-execute-region): Fixed small bug with queuing file for execution | Barry Warsaw | 1997-11-05 | 1 | -2/+1 |
|
|
* | (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. | Barry Warsaw | 1997-11-05 | 1 | -11/+13 |
|
|
* | (py-backspace-function): New variable. | Barry Warsaw | 1997-11-04 | 1 | -60/+101 |
|
|
* | First round of changes, mostly subprocess stuff. | Barry Warsaw | 1997-11-04 | 1 | -138/+129 |
|
|
* | Changes in preparation for integrating into the Python CVS tree. | Barry Warsaw | 1997-11-03 | 1 | -70/+59 |
|
|
* | (py-parse-partial-sexp-works-p): Removed as obsolete. All current | Barry Warsaw | 1997-09-04 | 1 | -20/+10 |
|
|
* | #Fixed two byte-compiler errors | Barry Warsaw | 1997-08-09 | 1 | -2/+2 |
|
|
* | #Checkpointing X/Emacs 20'fication of this mode. | Barry Warsaw | 1997-08-09 | 1 | -210/+231 |
|
|
* | #Bumping to version 3.0 | Barry Warsaw | 1997-08-08 | 1 | -2/+1 |
|
|
* | (py-shell): Remove support for Emacs 18, implicitly add support for | Barry Warsaw | 1997-07-10 | 1 | -15/+7 |
|
|
* | (python-font-lock-keywords): Use new convention for installing in mode | Barry Warsaw | 1997-02-24 | 1 | -2/+3 |
|
|
* | (py-mode-map): Comment Out Region / Uncomment Region should use | Barry Warsaw | 1997-01-30 | 1 | -2/+2 |
|
|
* | #Updated authorship line | Barry Warsaw | 1997-01-30 | 1 | -1/+1 |
|
|
* | (py-parse-partial-sexp-works-p): New variable to work around a bug in | Barry Warsaw | 1997-01-30 | 1 | -3/+23 |
|
|
* | (py-delete-function): new variable | Barry Warsaw | 1996-12-17 | 1 | -1/+7 |
|
|
* | (python-mode): added comment-end definitions. | Barry Warsaw | 1996-12-17 | 1 | -0/+2 |
|
|
* | (match-string): Added a definition for older Emacsen. | Barry Warsaw | 1996-10-29 | 1 | -0/+9 |
|
|
* | (py-indent-line): take an optional universal argument which says to | Barry Warsaw | 1996-10-23 | 1 | -13/+22 |
|
|
* | (py-process-filter): Make sure current-buffer is restored, even in the | Barry Warsaw | 1996-09-30 | 1 | -36/+41 |
|
|
* | (python-font-lock-keywords): with Python 1.4 `access' is no a keyword | Barry Warsaw | 1996-09-04 | 1 | -1/+1 |
|
|
* | I have been increasingly annoyed about the fact that | Barry Warsaw | 1996-09-04 | 1 | -0/+28 |
|
|
* | #stylistics | Barry Warsaw | 1996-09-04 | 1 | -2/+4 |
|
|
* | (python-mode): typos | Barry Warsaw | 1996-09-04 | 1 | -2/+2 |
|
|
* | (python-mode): font-lock-defaults must be make-local-variable'd | Barry Warsaw | 1996-09-04 | 1 | -16/+23 |
|
|
* | (py-dump-help-string): Use documentation-property to get docstring. | Barry Warsaw | 1996-09-03 | 1 | -2/+1 |
|
|
* | (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't | Barry Warsaw | 1996-09-03 | 1 | -1/+3 |
|
|
* | #py-shell gets an autoload cookie | Barry Warsaw | 1996-09-03 | 1 | -0/+1 |
|
|
* | *** empty log message *** | Barry Warsaw | 1996-08-20 | 1 | -3/+3 |
|
|
* | (py-no-outdent-re): Added return, break, raise, continue since we | Barry Warsaw | 1996-08-12 | 1 | -1/+3 |
|
|
* | #updated commentary | Barry Warsaw | 1996-08-06 | 1 | -4/+3 |
|
|
* | (py-menu): Create default value | Barry Warsaw | 1996-08-06 | 1 | -0/+7 |
|
|
* | (py-forward-into-nomenclature): Slightly better regex for stopping on | Barry Warsaw | 1996-08-05 | 1 | -2/+4 |
|
|
* | (py-electric-colon): Use (py-next-statement -1) instead of | Barry Warsaw | 1996-08-02 | 1 | -1/+1 |
|
|
* | #updated comments | Barry Warsaw | 1996-08-01 | 1 | -19/+22 |
|
|
* | (python-mode): automatically install imenu stuff. | Barry Warsaw | 1996-08-01 | 1 | -8/+15 |
|
|
* | (imenu-example--python-show-method-args-p, | Barry Warsaw | 1996-08-01 | 1 | -0/+210 |
|
|
* | (py-keep-region-active): Zap duplicate defun. | Barry Warsaw | 1996-08-01 | 1 | -11/+6 |
|
|
* | (py-delete-char): Check for py-honor-comment-indentation. | Barry Warsaw | 1996-08-01 | 1 | -0/+1 |
|
|
* | (py-mode): comment-start is now "# " so indent-for-comment does the | Barry Warsaw | 1996-08-01 | 1 | -6/+41 |
|
|
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+2 |
|
|
* | #comment update | Barry Warsaw | 1996-07-31 | 1 | -0/+4 |
|
|
* | #updated to do list | Barry Warsaw | 1996-07-31 | 1 | -4/+4 |
|
|
* | (py-parse-state): stop searching backwards when we found a keyword at | Barry Warsaw | 1996-07-31 | 1 | -2/+6 |
|
|