| Commit message (Expand) | Author | Age | Files | Lines |
* | Exhaustive list of news in beta2 compared to beta1. | Guido van Rossum | 1996-07-30 | 1 | -9/+73 |
|
|
* | Got rid of all references to stdwin. | Guido van Rossum | 1996-07-30 | 1 | -38/+17 |
|
|
* | Moved 1.3 news to HISTORY; put some 1.4 news in NEWS | Guido van Rossum | 1996-07-30 | 2 | -145/+167 |
|
|
* | Added two new questions; about globals/locals and about recursive imports. | Guido van Rossum | 1996-07-30 | 1 | -6/+40 |
|
|
* | Added Bill Tutt | Guido van Rossum | 1996-07-30 | 1 | -0/+1 |
|
|
* | directives for Tools/scripts/fixcid.py | Guido van Rossum | 1996-07-30 | 1 | -0/+398 |
|
|
* | (python-mode): Added menu support, requires easymenu. | Barry Warsaw | 1996-07-29 | 1 | -10/+45 |
|
|
* | (py-forward-into-nomenclature): small fix to not infinitely loop at | Barry Warsaw | 1996-07-25 | 1 | -1/+1 |
|
|
* | #comment update, re: py-mode-syntax-table | Barry Warsaw | 1996-07-24 | 1 | -4/+5 |
|
|
* | (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. | Barry Warsaw | 1996-07-24 | 1 | -0/+31 |
|
|
* | (py-shift-region-left): When checking for left edged code, watch for | Barry Warsaw | 1996-07-23 | 1 | -1/+2 |
|
|
* | Additions to the cast of thousands | Guido van Rossum | 1996-07-21 | 1 | -0/+13 |
|
|
* | added a thing on the to-do list | Barry Warsaw | 1996-07-08 | 1 | -1/+2 |
|
|
* | (python-font-lock-keywords): added class and def | Barry Warsaw | 1996-07-05 | 1 | -7/+13 |
|
|
* | (py-mode-syntax-table): revert underscore to word class, even though I | Barry Warsaw | 1996-07-03 | 1 | -1/+5 |
|
|
* | (py-delete-char): Obey numeric argument. | Barry Warsaw | 1996-07-03 | 1 | -15/+21 |
|
|
* | (py-shift-region-left, py-shift-region-right, py-indent-right, | Barry Warsaw | 1996-07-03 | 1 | -88/+32 |
|
|
* | Some updates. Still out of date. | Guido van Rossum | 1996-06-26 | 1 | -29/+157 |
|
|
* | new contributors | Guido van Rossum | 1996-06-26 | 1 | -0/+8 |
|
|
* | (py-indent-right, py-outdent-left): fixed placement of point after | Barry Warsaw | 1996-04-08 | 1 | -16/+22 |
|
|
* | (py-parse-state): make sure we don't land inside a triple-quoted | Barry Warsaw | 1996-04-06 | 1 | -10/+16 |
|
|
* | (py-indent-right, py-outdent-left): Watch out for (mark) returning | Barry Warsaw | 1996-03-25 | 1 | -4/+10 |
|
|
* | #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 |
|
|
* | (py-comment-region): obsoleted by comment-region | Barry Warsaw | 1996-03-07 | 1 | -28/+6 |
|
|
* | (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 |
|
|
* | (py-honor-comment-indentation): new variable. | Barry Warsaw | 1996-03-05 | 1 | -1/+13 |
|
|
* | #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 |
|
|
* | (py-compute-indentation): fix skipping backwards over comments by | Barry Warsaw | 1996-03-04 | 1 | -2/+5 |
|
|
* | (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 |
|
|
* | (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 |
|
|