Clarify ownership and license on examples
Please don't use SF to report bugs in Mailman. We've long switched to Launchpad....
Don't chmod() if path is a symlink.
Initial revision
small change in message
small usage note change
point perl to ~/bin/perl
changed script interpreter
Use /depot/gnu/plat/bin/perl
Initial revision
(py-compute-indentation): in `t' clause, watch ...
bump to version 2.0 now that I'm taking over
(python-font-lock-keywords): new variable
#(python-font-lock-keywords): paren typo
(py-keep-region-active): new function.
(python-font-lock-keywords): better defaults.
(py-delete-char): must have 'supersede value fo...
#updated copywrite notice by removing the GPL l...
#(py-indent-line): cosmetic
(py-outdent-re): new constant
(py-no-outdent-re): new constant
(py-electric-colon): don't re-indent the line i...
(py-indent-right, py-outdent-left): new command...
(py-electric-colon): don't indent, only outdent.
#(py-electric-colon): updated comment
(py-electric-colon): use a save-excursion inste...
#updated to-do list
updated comments
Added tbd's on python-font-lock-keywords
(py-process-filter): if command takes a long ti...
(py-append-to-process-buffer): XEmacs doesn't h...
#changed all email address to go through python...
(python-mode): comment-multi-line must be nil f...
(py-electric-colon): turn off electric behavior...
(py-align-multiline-strings-p): new variable
changed underscore to have symbol syntax
(py-indent-offset): Change default to 4.
(py-shell): Fixed Emacs 18 bug, use of boundp i...
(py-compute-indentation): fix skipping backward...
(py-honor-comment-indentation): new variable.
(py-honor-comment-indentation, py-compute-inden...
(python-font-lock-keywords): make it a defconst
(py-comment-region): obsoleted by comment-region
(py-indent-right, py-indent-left): support inde...
#updated some comments
(py-indent-right, py-outdent-left): Watch out f...
(py-parse-state): make sure we don't land insid...
(py-indent-right, py-outdent-left): fixed place...
(py-shift-region-left, py-shift-region-right, p...
(py-delete-char): Obey numeric argument.
(python-font-lock-keywords): added class and def
added a thing on the to-do list
(py-shift-region-left): When checking for left ...
(py-forward-into-nomenclature, py-backward-into...
#comment update, re: py-mode-syntax-table
(py-forward-into-nomenclature): small fix to no...
(python-mode): Added menu support, requires eas...
(py-statement-closes-block-p, py-compute-indent...
(py-parse-state): stop searching backwards when...
#updated to do list
#comment update
#comment update
(py-mode): comment-start is now "# " so indent-...
(py-delete-char): Check for py-honor-comment-in...
(py-keep-region-active): Zap duplicate defun.
(imenu-example--python-show-method-args-p,
#updated comments
(py-electric-colon): Use (py-next-statement -1)...
(py-forward-into-nomenclature): Slightly better...
(py-menu): Create default value
#updated commentary
(py-no-outdent-re): Added return, break, raise,...
*** empty log message ***
#py-shell gets an autoload cookie
(python-mode): font-lock-defaults necessary for...
(py-dump-help-string): Use documentation-proper...
(python-mode): font-lock-defaults must be make-...
(python-font-lock-keywords): with Python 1.4 `a...
(py-process-filter): Make sure current-buffer i...
(py-indent-line): take an optional universal ar...
(match-string): Added a definition for older Em...
A rewrite for better Python-ish style
implementation complete. need to update countr...
Output original address
Added a few meta info
/usr/bin/env is slightly more portable
Removed the USA'isms that aren't really true
Unpacker.get_buffer(): new method to access the...
Describe the new Unpacker.get_buffer() method.
test of time module. not terribly fancy, but i...
Added 'test_time'
ins(): missed a renaming in a string: dictinser...
Greatly renamed.
Added tests of all strop module functions, and ...
Added test_strop
C coding standard for Python C files.
(python-cc-style): Oops, we decided to use TABs...
Renamed
(testall.py): Slightly improved test harness to...
(python-cc-style): Although open braces for sub...