1. 8046bef #(py-smart-indentation): Small fixes for clarity in the docstring. by Barry Warsaw · 26 years ago
  2. 9e99688 (python-mode): Removed vi vi vi hack for setting the tab width from a by Barry Warsaw · 26 years ago
  3. 742a511 (py-smart-indentation): New variable which controls the automagic by Barry Warsaw · 26 years ago
  4. 2f32fbb (py-execute-region): Simplified calculation of temporary file name. by Barry Warsaw · 26 years ago
  5. 6c6db0a (py-temp-directory): Minor docstring nit. by Barry Warsaw · 26 years ago
  6. 50b3eb6 (py-master-file): Fixed some typos in the docstring. by Barry Warsaw · 26 years ago
  7. f64b405 (py-compute-indentation): Several changes made to improve navigation by Barry Warsaw · 26 years ago
  8. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 26 years ago
  9. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 26 years ago
  10. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 26 years ago
  11. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 26 years ago
  12. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 26 years ago
  13. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 26 years ago
  14. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 27 years ago
  15. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 27 years ago
  16. 3723152 Update to the Big Comment at the top of the file. It should better by Barry Warsaw · 27 years ago
  17. 5ea20d5 Added some links to OO-Browser, given by Harri Pasanen. by Barry Warsaw · 27 years ago
  18. 9981d22 (py-jump-on-exception): Variable which if t, means that if an by Barry Warsaw · 27 years ago
  19. 27ee115 Removed redundant eval-when-compile. by Barry Warsaw · 27 years ago
  20. 5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. by Barry Warsaw · 27 years ago
  21. 673d05f Test for an up-to-date Custom library when byte-compiling, and issue by Barry Warsaw · 27 years ago
  22. 8529ebb Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. by Barry Warsaw · 27 years ago
  23. ffbc17d (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. by Barry Warsaw · 27 years ago
  24. f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a by Barry Warsaw · 27 years ago
  25. 3b3ff4e (py-compute-indentation): Check for multiline stringness and by Barry Warsaw · 27 years ago
  26. 8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different by Barry Warsaw · 27 years ago
  27. c852035 (python-mode): Make imenu-create-index-function buffer local. by Barry Warsaw · 27 years ago
  28. 4da6bd5 (py-mark-def-or-class): Added an exchange-point-and-mark and a by Barry Warsaw · 27 years ago
  29. e467bfb (python-mode): Patch to fix Imenu support under Emacs, given by by Barry Warsaw · 27 years ago
  30. 4738478 (py-kill-emacs-hook): Simplification. by Barry Warsaw · 27 years ago
  31. a0ee8cd Added comment about where to find details on python-mode.el, pointing by Barry Warsaw · 27 years ago
  32. 6ae21ad #(py-emacs-features): Fixed typo in docstring. by Barry Warsaw · 27 years ago
  33. b8f1166 (python-font-lock-keywords): Pick up block introducing keywords with by Barry Warsaw · 27 years ago
  34. ef3c891 (python-font-lock-keywords): Fix for consecutive keyword font locking, by Barry Warsaw · 27 years ago
  35. 5e21cb0 (py-emacs-features): Test for working make-temp-name, which is broken by Barry Warsaw · 27 years ago
  36. a9ce70f (py-execute-region): Fixed small bug with queuing file for execution by Barry Warsaw · 27 years ago
  37. 2518c67 (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. by Barry Warsaw · 27 years ago
  38. 6d48c4a (py-backspace-function): New variable. by Barry Warsaw · 27 years ago
  39. a97a3f3 First round of changes, mostly subprocess stuff. by Barry Warsaw · 27 years ago
  40. affc0ca Changes in preparation for integrating into the Python CVS tree. by Barry Warsaw · 27 years ago
  41. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  42. 516b620 #Fixed two byte-compiler errors by Barry Warsaw · 27 years ago
  43. c72c11c #Checkpointing X/Emacs 20'fication of this mode. by Barry Warsaw · 27 years ago
  44. 7d6b7d3 #Bumping to version 3.0 by Barry Warsaw · 27 years ago
  45. e664896 (py-shell): Remove support for Emacs 18, implicitly add support for by Barry Warsaw · 27 years ago
  46. fb07f40 (python-font-lock-keywords): Use new convention for installing in mode by Barry Warsaw · 27 years ago
  47. 941f70c (py-mode-map): Comment Out Region / Uncomment Region should use by Barry Warsaw · 27 years ago
  48. 2ccda50 #Updated authorship line by Barry Warsaw · 27 years ago
  49. f770578 (py-parse-partial-sexp-works-p): New variable to work around a bug in by Barry Warsaw · 27 years ago
  50. b053993 (py-delete-function): new variable by Barry Warsaw · 28 years ago
  51. 5c8bef1 (python-mode): added comment-end definitions. by Barry Warsaw · 28 years ago
  52. 3622e0d (match-string): Added a definition for older Emacsen. by Barry Warsaw · 28 years ago
  53. 7cb505c (py-indent-line): take an optional universal argument which says to by Barry Warsaw · 28 years ago
  54. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
  55. 2e049b2 (python-font-lock-keywords): with Python 1.4 `access' is no a keyword by Barry Warsaw · 28 years ago
  56. b3e81d5 I have been increasingly annoyed about the fact that by Barry Warsaw · 28 years ago
  57. 01af401 #stylistics by Barry Warsaw · 28 years ago
  58. 550a02e (python-mode): typos by Barry Warsaw · 28 years ago
  59. 615d4a4 (python-mode): font-lock-defaults must be make-local-variable'd by Barry Warsaw · 28 years ago
  60. 604cefa (py-dump-help-string): Use documentation-property to get docstring. by Barry Warsaw · 28 years ago
  61. b1f8951 (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't by Barry Warsaw · 28 years ago
  62. c72ad87 #py-shell gets an autoload cookie by Barry Warsaw · 28 years ago
  63. 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
  64. f67a57e (py-no-outdent-re): Added return, break, raise, continue since we by Barry Warsaw · 28 years ago
  65. cf34d2a #updated commentary by Barry Warsaw · 28 years ago
  66. 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
  67. c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
  68. a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
  69. 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
  70. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  71. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  72. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  73. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  74. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  75. 9e277db #comment update by Barry Warsaw · 28 years ago
  76. c08a949 #comment update by Barry Warsaw · 28 years ago
  77. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  78. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  79. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  80. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  81. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  82. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  83. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  84. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  85. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  86. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
  87. 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago
  88. 0397073 (py-delete-char): Obey numeric argument. by Barry Warsaw · 28 years ago
  89. dea4a29 (py-shift-region-left, py-shift-region-right, py-indent-right, by Barry Warsaw · 28 years ago
  90. f2389a0 (py-indent-right, py-outdent-left): fixed placement of point after adjustments. by Barry Warsaw · 28 years ago
  91. 43ecf8e (py-parse-state): make sure we don't land inside a triple-quoted string by Barry Warsaw · 28 years ago
  92. 5f20477 (py-indent-right, py-outdent-left): Watch out for (mark) returning nil. by Barry Warsaw · 28 years ago
  93. 4669d7e #updated some comments by Barry Warsaw · 28 years ago
  94. 826255b (py-indent-right, py-indent-left): support indentation of regions or by Barry Warsaw · 28 years ago
  95. 867a32a (py-comment-region): obsoleted by comment-region by Barry Warsaw · 28 years ago
  96. 62d9d6e (python-font-lock-keywords): make it a defconst by Barry Warsaw · 28 years ago
  97. 6d62775 (py-honor-comment-indentation, py-compute-indentation): allow other by Barry Warsaw · 28 years ago
  98. 33d6ec0 (py-honor-comment-indentation): new variable. by Barry Warsaw · 28 years ago
  99. 6245a3c #removed font-lock cruft by Barry Warsaw · 28 years ago
  100. 33ab6e4 (python-font-lock-keywords): Much improved descrimination between by Barry Warsaw · 28 years ago