| Commit message (Expand) | Author | Age | Files | Lines |
* | (py-electric-colon): turn off electric behavior inside strings and | Barry Warsaw | 1995-09-14 | 1 | -23/+31 |
|
|
* | (python-mode): comment-multi-line must be nil for Emacs 19 | Barry Warsaw | 1995-09-14 | 1 | -0/+3 |
|
|
* | (py-compute-indentation): when inside a comment, indent to under the | Barry Warsaw | 1995-09-14 | 1 | -0/+14 |
|
|
* | several new questions, 1.3 beta mentioned | Guido van Rossum | 1995-08-28 | 1 | -45/+195 |
|
|
* | changes by Barry, e.g. font lock & email addresses | Guido van Rossum | 1995-08-28 | 1 | -43/+97 |
|
|
* | updates | Guido van Rossum | 1995-08-28 | 1 | -3/+3 |
|
|
* | new stuff | Guido van Rossum | 1995-08-28 | 1 | -19/+26 |
|
|
* | new people | Guido van Rossum | 1995-08-28 | 1 | -0/+2 |
|
|
* | new version | Guido van Rossum | 1995-07-25 | 1 | -57/+103 |
|
|
* | Initial revision | Guido van Rossum | 1995-07-20 | 1 | -0/+172 |
|
|
* | #changed all email address to go through python.org | Barry Warsaw | 1995-07-05 | 1 | -5/+5 |
|
|
* | (py-append-to-process-buffer): XEmacs doesn't have last-input-start or | Barry Warsaw | 1995-07-05 | 1 | -2/+4 |
|
|
* | (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el | Barry Warsaw | 1995-07-05 | 1 | -50/+58 |
|
|
* | (py-process-filter): if command takes a long time, input typed before | Barry Warsaw | 1995-07-05 | 1 | -8/+13 |
|
|
* | (py-shell): cope with make-comint instead of make-shell | Barry Warsaw | 1995-07-05 | 1 | -1/+2 |
|
|
* | Added tbd's on python-font-lock-keywords | Barry Warsaw | 1995-06-20 | 1 | -0/+37 |
|
|
* | next version; python.org changes | Guido van Rossum | 1995-05-31 | 1 | -147/+168 |
|
|
* | #updated to-do list | Barry Warsaw | 1995-05-08 | 1 | -0/+1 |
|
|
* | micro lay-out change | Guido van Rossum | 1995-04-10 | 1 | -1/+1 |
|
|
* | changed path references | Guido van Rossum | 1995-04-10 | 1 | -110/+75 |
|
|
* | Some more changes for 1.2 | Guido van Rossum | 1995-04-10 | 1 | -42/+59 |
|
|
* | updates for final release of 1.2 | Guido van Rossum | 1995-04-10 | 1 | -53/+81 |
|
|
* | Graham Matthews | Guido van Rossum | 1995-04-07 | 1 | -0/+1 |
|
|
* | fix typo in electric colon | Guido van Rossum | 1995-03-22 | 1 | -5/+5 |
|
|
* | (py-electric-colon): use a save-excursion instead of a progn in | Barry Warsaw | 1995-03-20 | 1 | -1/+1 |
|
|
* | Barry's 2.18 -- don't indent, only outdent | Guido van Rossum | 1995-03-15 | 1 | -8/+10 |
|
|
* | Barry's 2.16 -- more electric colon cruft, add py-outdent-left | Guido van Rossum | 1995-03-15 | 1 | -10/+55 |
|
|
* | barry's 2.13 -- minor reworking of code (added py-outdent-p) | Guido van Rossum | 1995-03-15 | 1 | -16/+19 |
|
|
* | #(py-electric-colon): updated comment | Barry Warsaw | 1995-03-15 | 1 | -5/+5 |
|
|
* | (py-electric-colon): don't indent, only outdent. | Barry Warsaw | 1995-03-15 | 1 | -4/+6 |
|
|
* | (py-indent-right, py-outdent-left): new commands, bound to C-c C-r and | Barry Warsaw | 1995-03-15 | 1 | -0/+41 |
|
|
* | (py-electric-colon): don't re-indent the line if it starts in column | Barry Warsaw | 1995-03-14 | 1 | -5/+9 |
|
|
* | (py-no-outdent-re): fixed the regexp for try: clauses | Barry Warsaw | 1995-03-14 | 1 | -1/+1 |
|
|
* | (py-outdent-p): new function | Barry Warsaw | 1995-03-14 | 1 | -12/+15 |
|
|
* | Barry's 2.12 -- fix some bugs in electric colon code | Guido van Rossum | 1995-03-14 | 1 | -22/+43 |
|
|
* | Barry's version 2.11 -- electric colon | Guido van Rossum | 1995-03-14 | 1 | -10/+68 |
|
|
* | (py-no-outdent-re): new constant | Barry Warsaw | 1995-03-14 | 1 | -18/+39 |
|
|
* | (py-submit-bug-report): fixed summary querying | Barry Warsaw | 1995-03-14 | 1 | -4/+23 |
|
|
* | (py-outdent-re): new constant | Barry Warsaw | 1995-03-14 | 1 | -2/+16 |
|
|
* | #(py-indent-line): cosmetic | Barry Warsaw | 1995-03-14 | 1 | -1/+1 |
|
|
* | (py-electric-colon): new command | Barry Warsaw | 1995-03-14 | 1 | -1/+26 |
|
|
* | removed GPL mumbo jumbo | Guido van Rossum | 1995-03-10 | 2 | -109/+134 |
|
|
* | Lots of formatting changes by Barry, and a few real changes. | Guido van Rossum | 1995-03-10 | 1 | -491/+684 |
|
|
* | #updated copywrite notice by removing the GPL language according to | Barry Warsaw | 1995-03-10 | 1 | -28/+7 |
|
|
* | (py-delete-char): must have 'supersede value for 'delete-selection and | Barry Warsaw | 1995-03-09 | 1 | -0/+4 |
|
|
* | cope with triple-quoted strings (says Barry) | Guido van Rossum | 1995-03-09 | 1 | -0/+7 |
|
|
* | the usual | Guido van Rossum | 1995-03-09 | 2 | -3/+57 |
|
|
* | (python-font-lock-keywords): better defaults. | Barry Warsaw | 1995-03-08 | 1 | -25/+22 |
|
|
* | (py-keep-region-active): new function. | Barry Warsaw | 1995-03-08 | 1 | -1/+7 |
|
|
* | #(python-font-lock-keywords): paren typo | Barry Warsaw | 1995-03-08 | 1 | -2/+2 |
|
|