1. e664896 (py-shell): Remove support for Emacs 18, implicitly add support for by Barry Warsaw · 27 years ago
  2. fb07f40 (python-font-lock-keywords): Use new convention for installing in mode by Barry Warsaw · 27 years ago
  3. 941f70c (py-mode-map): Comment Out Region / Uncomment Region should use by Barry Warsaw · 28 years ago
  4. 2ccda50 #Updated authorship line by Barry Warsaw · 28 years ago
  5. f770578 (py-parse-partial-sexp-works-p): New variable to work around a bug in by Barry Warsaw · 28 years ago
  6. b053993 (py-delete-function): new variable by Barry Warsaw · 28 years ago
  7. 5c8bef1 (python-mode): added comment-end definitions. by Barry Warsaw · 28 years ago
  8. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  9. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  10. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
  11. 2e049b2 (python-font-lock-keywords): with Python 1.4 `access' is no a keyword by Barry Warsaw · 28 years ago
  12. b3e81d5 I have been increasingly annoyed about the fact that by Barry Warsaw · 28 years ago
  13. 01af401 #stylistics by Barry Warsaw · 28 years ago
  14. 550a02e (python-mode): typos by Barry Warsaw · 28 years ago
  15. 615d4a4 (python-mode): font-lock-defaults must be make-local-variable'd by Barry Warsaw · 28 years ago
  16. 604cefa (py-dump-help-string): Use documentation-property to get docstring. by Barry Warsaw · 28 years ago
  17. b1f8951 (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't by Barry Warsaw · 28 years ago
  18. c72ad87 #py-shell gets an autoload cookie by Barry Warsaw · 28 years ago
  19. 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
  20. f67a57e (py-no-outdent-re): Added return, break, raise, continue since we by Barry Warsaw · 28 years ago
  21. cf34d2a #updated commentary by Barry Warsaw · 28 years ago
  22. 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
  23. c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
  24. a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
  25. 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
  26. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  27. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  28. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  29. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  30. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  31. 9e277db #comment update by Barry Warsaw · 28 years ago
  32. c08a949 #comment update by Barry Warsaw · 28 years ago
  33. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  34. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  35. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  36. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  37. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  38. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  39. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  40. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  41. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  42. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
  43. 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago
  44. 0397073 (py-delete-char): Obey numeric argument. by Barry Warsaw · 28 years ago
  45. dea4a29 (py-shift-region-left, py-shift-region-right, py-indent-right, by Barry Warsaw · 28 years ago
  46. f2389a0 (py-indent-right, py-outdent-left): fixed placement of point after adjustments. by Barry Warsaw · 28 years ago
  47. 43ecf8e (py-parse-state): make sure we don't land inside a triple-quoted string by Barry Warsaw · 28 years ago
  48. 5f20477 (py-indent-right, py-outdent-left): Watch out for (mark) returning nil. by Barry Warsaw · 28 years ago
  49. 4669d7e #updated some comments by Barry Warsaw · 28 years ago
  50. 826255b (py-indent-right, py-indent-left): support indentation of regions or by Barry Warsaw · 28 years ago
  51. 867a32a (py-comment-region): obsoleted by comment-region by Barry Warsaw · 28 years ago
  52. 62d9d6e (python-font-lock-keywords): make it a defconst by Barry Warsaw · 28 years ago
  53. 6d62775 (py-honor-comment-indentation, py-compute-indentation): allow other by Barry Warsaw · 28 years ago
  54. 33d6ec0 (py-honor-comment-indentation): new variable. by Barry Warsaw · 28 years ago
  55. 6245a3c #removed font-lock cruft by Barry Warsaw · 28 years ago
  56. 33ab6e4 (python-font-lock-keywords): Much improved descrimination between by Barry Warsaw · 28 years ago
  57. fd0fb38 (py-compute-indentation): fix skipping backwards over comments by by Barry Warsaw · 28 years ago
  58. 9fbcc6a (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. by Barry Warsaw · 29 years ago
  59. 17914f4 (py-indent-offset): Change default to 4. by Barry Warsaw · 29 years ago
  60. 2bbe49b changed underscore to have symbol syntax by Barry Warsaw · 29 years ago
  61. 52bc17c (py-indent-offset): this should be buffer local. by Barry Warsaw · 29 years ago
  62. 095e9c6 (py-align-multiline-strings-p): new variable by Barry Warsaw · 29 years ago
  63. 0c6563f (py-electric-colon): turn off electric behavior inside strings and comments. by Barry Warsaw · 29 years ago
  64. 57697af (python-mode): comment-multi-line must be nil for Emacs 19 by Barry Warsaw · 29 years ago
  65. c01c5c8 (py-compute-indentation): when inside a comment, indent to under the by Barry Warsaw · 29 years ago
  66. fec75d6 #changed all email address to go through python.org by Barry Warsaw · 29 years ago
  67. 4dba7e2 (py-append-to-process-buffer): XEmacs doesn't have last-input-start or by Barry Warsaw · 29 years ago
  68. 4d82c9a (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el value by Barry Warsaw · 29 years ago
  69. e64bfee (py-process-filter): if command takes a long time, input typed before by Barry Warsaw · 29 years ago
  70. 6e98f33 (py-shell): cope with make-comint instead of make-shell by Barry Warsaw · 29 years ago
  71. b01b4fa Added tbd's on python-font-lock-keywords by Barry Warsaw · 29 years ago
  72. 7a1f6f4 #updated to-do list by Barry Warsaw · 29 years ago
  73. 3aca2a1 (py-electric-colon): use a save-excursion instead of a progn in by Barry Warsaw · 29 years ago
  74. d865bc5 #(py-electric-colon): updated comment by Barry Warsaw · 29 years ago
  75. a6a714e (py-electric-colon): don't indent, only outdent. by Barry Warsaw · 29 years ago
  76. 1a6c82f (py-indent-right, py-outdent-left): new commands, bound to C-c C-r and by Barry Warsaw · 29 years ago
  77. 9b623b3 (py-electric-colon): don't re-indent the line if it starts in column zero by Barry Warsaw · 29 years ago
  78. 464c94a (py-no-outdent-re): fixed the regexp for try: clauses by Barry Warsaw · 29 years ago
  79. 3874a3d (py-outdent-p): new function by Barry Warsaw · 29 years ago
  80. 4f009fb (py-no-outdent-re): new constant by Barry Warsaw · 29 years ago
  81. b5e0ecb (py-submit-bug-report): fixed summary querying by Barry Warsaw · 29 years ago
  82. 0012c1e (py-outdent-re): new constant by Barry Warsaw · 29 years ago
  83. b86bbad #(py-indent-line): cosmetic by Barry Warsaw · 29 years ago
  84. b91b743 (py-electric-colon): new command by Barry Warsaw · 29 years ago
  85. cfec359 #updated copywrite notice by removing the GPL language according to by Barry Warsaw · 29 years ago
  86. fc8a01f (py-delete-char): must have 'supersede value for 'delete-selection and by Barry Warsaw · 29 years ago
  87. 65bc7a7 (python-font-lock-keywords): better defaults. by Barry Warsaw · 29 years ago
  88. 74d9cc5 (py-keep-region-active): new function. by Barry Warsaw · 29 years ago
  89. c723b75 #(python-font-lock-keywords): paren typo by Barry Warsaw · 29 years ago
  90. 4f005cf (python-font-lock-keywords): new variable by Barry Warsaw · 29 years ago
  91. 850437a (py-mode-map): py-mark-block moved to C-c C-m (was C-c C-b). by Barry Warsaw · 29 years ago
  92. 7b0f568 #initial stylistic rewrite by Barry Warsaw · 29 years ago
  93. 3ff4449 (py-compute-indentation): in `t' clause, watch for the by Barry Warsaw · 30 years ago
  94. 7ae7768 Initial revision by Barry Warsaw · 30 years ago