| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (py-comint-output-filter-function): Horrible kludgearound for making | Barry Warsaw | 1998-09-25 | 1 | -1/+4 |
|
|
* | (py-guess-indent-offset): Only print message about py-indent-offset | Barry Warsaw | 1998-09-25 | 1 | -3/+4 |
|
|
* | (py-execute-file, py-execute-import-or-reload): Use a Python `raw' | Barry Warsaw | 1998-09-24 | 1 | -2/+2 |
|
|
* | (py-block-comment-prefix): Remove trailing space. Also explain that | Barry Warsaw | 1998-09-22 | 1 | -4/+5 |
|
|
* | #Code rearranging to quiet byte-compiler | Barry Warsaw | 1998-09-14 | 1 | -88/+88 |
|
|
* | (py-in-literal): How'd this get through? c-point => py-point | Barry Warsaw | 1998-08-29 | 1 | -1/+1 |
|
|
* | Update commentary. For most stuff, point people to the web page | Barry Warsaw | 1998-08-20 | 1 | -58/+18 |
|
|
* | (py-shell-map): New variable contains the keymap used in *Python* | Barry Warsaw | 1998-08-20 | 1 | -5/+12 |
|
|
* | (py-shell): comint-output-filter-functions is already buffer-local | Barry Warsaw | 1998-08-20 | 1 | -1/+0 |
|
|
* | (py-process-filter): Deleted this function. In order to fix | Barry Warsaw | 1998-08-20 | 1 | -116/+16 |
|
|
* | (imenu-example--create-python-index-engine): Fix nesting breakage when | Barry Warsaw | 1998-08-18 | 1 | -0/+2 |
|
|
* | (imenu-example--python-method-regexp): Patch from Christian Tanzer: | Barry Warsaw | 1998-08-10 | 1 | -1/+1 |
|
|
* | (py-compute-indentation): Changes to the `t' condition which affect | Barry Warsaw | 1998-08-10 | 1 | -9/+15 |
|
|
* | #Typos from previous checkin | Barry Warsaw | 1998-08-10 | 1 | -2/+2 |
|
|
* | Huge number of docstring changes, typo fixes, rewordings, GNU standard | Barry Warsaw | 1998-08-10 | 1 | -186/+234 |
|
|
* | (py-execute-region): When temp-names are broken (Emacs 19.34), a | Barry Warsaw | 1998-08-07 | 1 | -3/+7 |
|
|
* | (py-beginning-of-def-or-class, py-end-of-def-or-class, | Barry Warsaw | 1998-07-07 | 1 | -21/+37 |
|
|
* | (py-comment-indent-function): A replacement for | Barry Warsaw | 1998-07-07 | 1 | -13/+32 |
|
|
* | (py-ask-about-save): New variable used in | Barry Warsaw | 1998-05-19 | 1 | -5/+13 |
|
|
* | (py-execute-string): Bind to C-c C-s, and put on menu | Barry Warsaw | 1998-05-19 | 1 | -0/+2 |
|
|
* | (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs | Barry Warsaw | 1998-05-19 | 1 | -2/+20 |
|
|
* | More ME patches: | Barry Warsaw | 1998-05-19 | 1 | -4/+86 |
|
|
* | (beginning-of-python-def-or-class): Renamed to | Barry Warsaw | 1998-05-19 | 1 | -52/+82 |
|
|
* | More ME patches: | Barry Warsaw | 1998-05-19 | 1 | -2/+7 |
|
|
* | #Documentation and comment typos patch given by Michael Ernst. More | Barry Warsaw | 1998-05-19 | 1 | -17/+17 |
|
|
* | (py-compute-indentation): Use forward-comment to skip over all | Barry Warsaw | 1998-04-16 | 1 | -1/+1 |
|
|
* | (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 |
|
|