| Commit message (Expand) | Author | Age | Files | Lines |
* | (py-toggle-shells): Added a message in the minibuf. | Barry Warsaw | 1998-04-10 | 1 | -0/+1 |
|
|
* | Quick and extremely dirty hacks to toggle between using CPython and | Barry Warsaw | 1998-04-09 | 1 | -1/+59 |
|
|
* | (imenu-example--python-class-regexp): Fix to recognize Module.Class in | Barry Warsaw | 1998-04-04 | 1 | -1/+1 |
|
|
* | #Oops, I lost the CVS/RCS $Revision$ | Barry Warsaw | 1998-04-02 | 1 | -1/+1 |
|
|
* | (py-compute-indentation): When looking at a continuation line inside | Barry Warsaw | 1998-04-01 | 1 | -1/+6 |
|
|
* | Two patches for Emacs 20.2 compatibility: | Barry Warsaw | 1998-04-01 | 1 | -5/+4 |
|
|
* | (py-postprocess-output-buffer): Return t if an exception was found, | Barry Warsaw | 1998-03-26 | 1 | -9/+13 |
|
|
* | (py-execute-region): Watch out for shell-command-on-region killing a | Barry Warsaw | 1998-03-25 | 1 | -4/+10 |
|
|
* | Removed all the mixed indentation face stuff. It's not as helpful as | Barry Warsaw | 1998-03-20 | 1 | -9/+0 |
|
|
* | (py-tab-face): => py-mixed-indentation-face | Barry Warsaw | 1998-03-20 | 1 | -5/+6 |
|
|
* | (py-in-literal, py-fast-in-literal): New functions (mostly) stolen | Barry Warsaw | 1998-03-19 | 1 | -24/+45 |
|
|
* | #minor change to eval-while-compile so that it must both find | Barry Warsaw | 1998-03-19 | 1 | -4/+7 |
|
|
* | (py-tab-face, python-font-lock-keywords): Color all tabs at the start | Barry Warsaw | 1998-03-19 | 1 | -0/+8 |
|
|
* | (py-smart-indentation): Updated docstring for new policy. | Barry Warsaw | 1998-03-16 | 1 | -8/+12 |
|
|
* | #(py-smart-indentation): Small fixes for clarity in the docstring. | Barry Warsaw | 1998-03-13 | 1 | -5/+4 |
|
|
* | (python-mode): Removed vi vi vi hack for setting the tab width from a | Barry Warsaw | 1998-03-13 | 1 | -25/+0 |
|
|
* | (py-smart-indentation): New variable which controls the automagic | Barry Warsaw | 1998-03-13 | 1 | -20/+49 |
|
|
* | (py-execute-region): Simplified calculation of temporary file name. | Barry Warsaw | 1998-02-25 | 1 | -2/+3 |
|
|
* | (py-temp-directory): Minor docstring nit. | Barry Warsaw | 1998-02-25 | 1 | -1/+1 |
|
|
* | (py-master-file): Fixed some typos in the docstring. | Barry Warsaw | 1998-02-25 | 1 | -4/+4 |
|
|
* | (py-compute-indentation): Several changes made to improve navigation | Barry Warsaw | 1998-02-12 | 1 | -14/+33 |
|
|
* | (py-scroll-process-buffer): Default value changed to nil to act more | Barry Warsaw | 1998-02-06 | 1 | -1/+1 |
|
|
* | (py-parse-state): When looking for landing inside triple-quoted | Barry Warsaw | 1998-02-05 | 1 | -1/+1 |
|
|
* | (py-python-command-args): New variable, allows user to customize the | Barry Warsaw | 1998-02-05 | 1 | -1/+6 |
|
|
* | (py-outdent-p): When looking at the previous line, watch out for | Barry Warsaw | 1998-01-21 | 1 | -1/+3 |
|
|
* | (py-goto-initial-line): Shut up the byte compiler. | Barry Warsaw | 1998-01-21 | 1 | -1/+1 |
|
|
* | (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is | Barry Warsaw | 1998-01-21 | 1 | -1/+2 |
|
|
* | (py-compute-indentation): In the most common case, where indentation | Barry Warsaw | 1998-01-20 | 1 | -1/+9 |
|
|
* | (py-master-file): New buffer-local variable which can be set in the | Barry Warsaw | 1998-01-20 | 1 | -0/+24 |
|
|
* | Update to the Big Comment at the top of the file. It should better | Barry Warsaw | 1997-12-11 | 1 | -24/+43 |
|
|
* | Added some links to OO-Browser, given by Harri Pasanen. | Barry Warsaw | 1997-12-06 | 1 | -2/+8 |
|
|
* | (py-jump-on-exception): Variable which if t, means that if an | Barry Warsaw | 1997-12-03 | 1 | -7/+19 |
|
|
* | Removed redundant eval-when-compile. | Barry Warsaw | 1997-12-03 | 1 | -19/+13 |
|
|
* | (python-mode): Patch to make font-lock work automatically for Emacs. | Barry Warsaw | 1997-12-02 | 1 | -0/+1 |
|
|
* | Test for an up-to-date Custom library when byte-compiling, and issue | Barry Warsaw | 1997-12-02 | 1 | -1/+20 |
|
|
* | Require 'cl when compiling so that the push macro gets picked in Emacs | Barry Warsaw | 1997-12-01 | 1 | -0/+2 |
|
|
* | (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. | Barry Warsaw | 1997-11-27 | 1 | -2/+2 |
|
|
* | (py-process-filter): py-delete-file-silently is obsolete. Use a | Barry Warsaw | 1997-11-26 | 1 | -1/+1 |
|
|
* | (py-compute-indentation): Check for multiline stringness and | Barry Warsaw | 1997-11-26 | 1 | -4/+4 |
|
|
* | (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different | Barry Warsaw | 1997-11-26 | 1 | -2/+3 |
|
|
* | (python-mode): Make imenu-create-index-function buffer local. | Barry Warsaw | 1997-11-26 | 1 | -3/+4 |
|
|
* | (py-mark-def-or-class): Added an exchange-point-and-mark and a | Barry Warsaw | 1997-11-26 | 1 | -2/+4 |
|
|
* | (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 |
|
|