1. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  2. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  3. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  4. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  5. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  6. 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
  7. 9e277db #comment update by Barry Warsaw · 28 years ago
  8. c08a949 #comment update by Barry Warsaw · 28 years ago
  9. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  10. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  11. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  12. ccdfce3 Exhaustive list of news in beta2 compared to beta1. by Guido van Rossum · 28 years ago
  13. 74faed2 Got rid of all references to stdwin. by Guido van Rossum · 28 years ago
  14. c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS by Guido van Rossum · 28 years ago
  15. 0d20cfa Added two new questions; about globals/locals and about recursive imports. by Guido van Rossum · 28 years ago
  16. 63d9cd7 Added Bill Tutt by Guido van Rossum · 28 years ago
  17. d19828d directives for Tools/scripts/fixcid.py by Guido van Rossum · 28 years ago
  18. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  19. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  20. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  21. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  22. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  23. aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
  24. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  25. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
  26. 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago
  27. 0397073 (py-delete-char): Obey numeric argument. by Barry Warsaw · 28 years ago
  28. dea4a29 (py-shift-region-left, py-shift-region-right, py-indent-right, by Barry Warsaw · 28 years ago
  29. ca318ec Some updates. Still out of date. by Guido van Rossum · 28 years ago
  30. 3cd7fa4 new contributors by Guido van Rossum · 28 years ago
  31. f2389a0 (py-indent-right, py-outdent-left): fixed placement of point after adjustments. by Barry Warsaw · 28 years ago
  32. 43ecf8e (py-parse-state): make sure we don't land inside a triple-quoted string by Barry Warsaw · 28 years ago
  33. 5f20477 (py-indent-right, py-outdent-left): Watch out for (mark) returning nil. by Barry Warsaw · 28 years ago
  34. 4669d7e #updated some comments by Barry Warsaw · 28 years ago
  35. 826255b (py-indent-right, py-indent-left): support indentation of regions or by Barry Warsaw · 28 years ago
  36. 867a32a (py-comment-region): obsoleted by comment-region by Barry Warsaw · 28 years ago
  37. 62d9d6e (python-font-lock-keywords): make it a defconst by Barry Warsaw · 28 years ago
  38. 6d62775 (py-honor-comment-indentation, py-compute-indentation): allow other by Barry Warsaw · 28 years ago
  39. 33d6ec0 (py-honor-comment-indentation): new variable. by Barry Warsaw · 28 years ago
  40. 6245a3c #removed font-lock cruft by Barry Warsaw · 28 years ago
  41. 33ab6e4 (python-font-lock-keywords): Much improved descrimination between by Barry Warsaw · 28 years ago
  42. fd0fb38 (py-compute-indentation): fix skipping backwards over comments by by Barry Warsaw · 28 years ago
  43. 9fbcc6a (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. by Barry Warsaw · 29 years ago
  44. 17914f4 (py-indent-offset): Change default to 4. by Barry Warsaw · 29 years ago
  45. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  46. 2bbe49b changed underscore to have symbol syntax by Barry Warsaw · 29 years ago
  47. 52bc17c (py-indent-offset): this should be buffer local. by Barry Warsaw · 29 years ago
  48. bf032a9 mention syslog upgrade by Guido van Rossum · 29 years ago
  49. e7d92d5 all sorts of minor nits by Guido van Rossum · 29 years ago
  50. 5e639d4 transcribed changes from tut.tex by Guido van Rossum · 29 years ago
  51. c102a13 added two names by Guido van Rossum · 29 years ago
  52. d462f3d added 1.2 news by Guido van Rossum · 29 years ago
  53. 670ded8 added some files by Guido van Rossum · 29 years ago
  54. 3ec97e5 interface for Emacs imenu by Guido van Rossum · 29 years ago
  55. 503b2e8 Barry's version 2.30; some chages for triple quotes by Guido van Rossum · 29 years ago
  56. 05151e0 +aaron watters, +PSA, +GC, -lance, -beta by Guido van Rossum · 29 years ago
  57. 095e9c6 (py-align-multiline-strings-p): new variable by Barry Warsaw · 29 years ago
  58. 0c6563f (py-electric-colon): turn off electric behavior inside strings and comments. by Barry Warsaw · 29 years ago
  59. 57697af (python-mode): comment-multi-line must be nil for Emacs 19 by Barry Warsaw · 29 years ago
  60. c01c5c8 (py-compute-indentation): when inside a comment, indent to under the by Barry Warsaw · 29 years ago
  61. b0a2ce5 several new questions, 1.3 beta mentioned by Guido van Rossum · 29 years ago
  62. d4901c8 changes by Barry, e.g. font lock & email addresses by Guido van Rossum · 29 years ago
  63. e7017ba updates by Guido van Rossum · 29 years ago
  64. bf8e7d5 new stuff by Guido van Rossum · 29 years ago
  65. 7911813 new people by Guido van Rossum · 29 years ago
  66. 3fc9d73 new version by Guido van Rossum · 29 years ago
  67. ffa257d Initial revision by Guido van Rossum · 29 years ago
  68. fec75d6 #changed all email address to go through python.org by Barry Warsaw · 29 years ago
  69. 4dba7e2 (py-append-to-process-buffer): XEmacs doesn't have last-input-start or by Barry Warsaw · 29 years ago
  70. 4d82c9a (python-font-lock-keywords): merged with XEmacs 19.12 font-lock.el value by Barry Warsaw · 29 years ago
  71. e64bfee (py-process-filter): if command takes a long time, input typed before by Barry Warsaw · 29 years ago
  72. 6e98f33 (py-shell): cope with make-comint instead of make-shell by Barry Warsaw · 29 years ago
  73. b01b4fa Added tbd's on python-font-lock-keywords by Barry Warsaw · 29 years ago
  74. 7be34a8 next version; python.org changes by Guido van Rossum · 29 years ago
  75. 7a1f6f4 #updated to-do list by Barry Warsaw · 29 years ago
  76. decd2df micro lay-out change by Guido van Rossum · 29 years ago
  77. e530c58 changed path references by Guido van Rossum · 29 years ago
  78. ac3f212 Some more changes for 1.2 by Guido van Rossum · 29 years ago
  79. 0082c1a updates for final release of 1.2 by Guido van Rossum · 29 years ago
  80. eae3f73 Graham Matthews by Guido van Rossum · 29 years ago
  81. 2e0d2dd fix typo in electric colon by Guido van Rossum · 29 years ago
  82. 3aca2a1 (py-electric-colon): use a save-excursion instead of a progn in by Barry Warsaw · 29 years ago
  83. a521c1b Barry's 2.18 -- don't indent, only outdent by Guido van Rossum · 29 years ago
  84. 2ed5354 Barry's 2.16 -- more electric colon cruft, add py-outdent-left by Guido van Rossum · 29 years ago
  85. d97cc37 barry's 2.13 -- minor reworking of code (added py-outdent-p) by Guido van Rossum · 29 years ago
  86. d865bc5 #(py-electric-colon): updated comment by Barry Warsaw · 29 years ago
  87. a6a714e (py-electric-colon): don't indent, only outdent. by Barry Warsaw · 29 years ago
  88. 1a6c82f (py-indent-right, py-outdent-left): new commands, bound to C-c C-r and by Barry Warsaw · 29 years ago
  89. 9b623b3 (py-electric-colon): don't re-indent the line if it starts in column zero by Barry Warsaw · 29 years ago
  90. 464c94a (py-no-outdent-re): fixed the regexp for try: clauses by Barry Warsaw · 29 years ago
  91. 3874a3d (py-outdent-p): new function by Barry Warsaw · 29 years ago
  92. 1c1fbf8 Barry's 2.12 -- fix some bugs in electric colon code by Guido van Rossum · 29 years ago
  93. 1d5645d Barry's version 2.11 -- electric colon by Guido van Rossum · 29 years ago
  94. 4f009fb (py-no-outdent-re): new constant by Barry Warsaw · 29 years ago
  95. b5e0ecb (py-submit-bug-report): fixed summary querying by Barry Warsaw · 29 years ago
  96. 0012c1e (py-outdent-re): new constant by Barry Warsaw · 29 years ago
  97. b86bbad #(py-indent-line): cosmetic by Barry Warsaw · 29 years ago
  98. b91b743 (py-electric-colon): new command by Barry Warsaw · 29 years ago
  99. a8a8d4a removed GPL mumbo jumbo by Guido van Rossum · 29 years ago
  100. deaa105 Lots of formatting changes by Barry, and a few real changes. by Guido van Rossum · 29 years ago