Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (py-indent-right, py-outdent-left): fixed placement of point after | Barry Warsaw | 1996-04-08 | 1 | -16/+22 |
| | | | | adjustments. | ||||
* | (py-parse-state): make sure we don't land inside a triple-quoted | Barry Warsaw | 1996-04-06 | 1 | -10/+16 |
| | | | | string | ||||
* | (py-indent-right, py-outdent-left): Watch out for (mark) returning | Barry Warsaw | 1996-03-25 | 1 | -4/+10 |
| | | | | nil. | ||||
* | #updated some comments | Barry Warsaw | 1996-03-22 | 1 | -7/+9 |
| | |||||
* | (py-indent-right, py-indent-left): support indentation of regions or | Barry Warsaw | 1996-03-22 | 1 | -34/+69 |
| | | | | current line. | ||||
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
| | | | | | | (python-mode): set comment-start to "## " for comment-region. (py-mode-map): Bind C-c# to comment-region. | ||||
* | (python-font-lock-keywords): make it a defconst | Barry Warsaw | 1996-03-06 | 1 | -2/+2 |
| | |||||
* | (py-honor-comment-indentation, py-compute-indentation): allow other | Barry Warsaw | 1996-03-06 | 1 | -10/+23 |
| | | | | than nil or t values. | ||||
* | (py-honor-comment-indentation): new variable. | Barry Warsaw | 1996-03-05 | 1 | -1/+13 |
| | | | | (py-compute-indentation): use new variable. | ||||
* | #removed font-lock cruft | Barry Warsaw | 1996-03-05 | 1 | -44/+0 |
| | |||||
* | (python-font-lock-keywords): Much improved descrimination between | Barry Warsaw | 1996-03-05 | 1 | -23/+23 |
| | | | | keywords and names with keywords in them. | ||||
* | (py-compute-indentation): fix skipping backwards over comments by | Barry Warsaw | 1996-03-04 | 1 | -2/+5 |
| | | | | using forward-comment (and Emacs 19 function) if available. | ||||
* | (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. | Barry Warsaw | 1996-01-23 | 1 | -1/+1 |
| | |||||
* | (py-indent-offset): Change default to 4. | Barry Warsaw | 1995-11-03 | 1 | -1/+1 |
| | |||||
* | Renamed module tkinter to _tkinter | Jack Jansen | 1995-10-23 | 1 | -6/+6 |
| | |||||
* | changed underscore to have symbol syntax | Barry Warsaw | 1995-10-18 | 1 | -1/+1 |
| | |||||
* | (py-indent-offset): this should be buffer local. | Barry Warsaw | 1995-10-12 | 1 | -0/+2 |
| | |||||
* | mention syslog upgrade | Guido van Rossum | 1995-10-11 | 1 | -0/+2 |
| | |||||
* | all sorts of minor nits | Guido van Rossum | 1995-10-11 | 1 | -66/+73 |
| | |||||
* | transcribed changes from tut.tex | Guido van Rossum | 1995-10-11 | 1 | -135/+144 |
| | |||||
* | added two names | Guido van Rossum | 1995-10-11 | 1 | -0/+2 |
| | |||||
* | added 1.2 news | Guido van Rossum | 1995-10-09 | 1 | -0/+141 |
| | |||||
* | added some files | Guido van Rossum | 1995-10-09 | 1 | -0/+6639 |
| | |||||
* | interface for Emacs imenu | Guido van Rossum | 1995-10-09 | 1 | -0/+305 |
| | |||||
* | Barry's version 2.30; some chages for triple quotes | Guido van Rossum | 1995-10-08 | 1 | -122/+146 |
| | |||||
* | +aaron watters, +PSA, +GC, -lance, -beta | Guido van Rossum | 1995-09-28 | 1 | -41/+99 |
| | |||||
* | (py-align-multiline-strings-p): new variable | Barry Warsaw | 1995-09-19 | 1 | -106/+105 |
| | |||||
* | (py-electric-colon): turn off electric behavior inside strings and | Barry Warsaw | 1995-09-14 | 1 | -23/+31 |
| | | | | comments. | ||||
* | (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 |
| | | | | most previous non-blank line. | ||||
* | 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 |
| | | | | last-input-end either! | ||||
* | (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el | Barry Warsaw | 1995-07-05 | 1 | -50/+58 |
| | | | | value | ||||
* | (py-process-filter): if command takes a long time, input typed before | Barry Warsaw | 1995-07-05 | 1 | -8/+13 |
| | | | | | the next prompt could end up in the middle of the line, instead of after it. Fix given by klm@nist.gov. | ||||
* | (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 |
| |