1. 434882e Added 'static' target; add variable TARGET replacing python by Guido van Rossum · 28 years ago
  2. 8a91302 Toss Q 3.10 on posix.listdir on NeXT. Add revived vpApp. by Guido van Rossum · 28 years ago
  3. 0983315 Toss the outdated QuickRef. by Guido van Rossum · 28 years ago
  4. 7a73ef8 (py-process-filter): Make sure current-buffer is restored, even in the by Barry Warsaw · 28 years ago
  5. dc082eb Added editline fix by Guido van Rossum · 28 years ago
  6. c458e94 Rewrite sections on GUI and DOS/Windows, various other small edits, by Guido van Rossum · 28 years ago
  7. 946cf89 Improvement suggested by Sjoerd: use $(MAKE) by Guido van Rossum · 28 years ago
  8. 1631cbe Added Makefile.pre.in, my generic makefile by Guido van Rossum · 28 years ago
  9. 694f701 Rewritten by Ka-Ping Yee. by Guido van Rossum · 28 years ago
  10. 8727df4 Removed some obsolete questions and references to version 1.2. by Guido van Rossum · 28 years ago
  11. c8adefe PS: use -O2, not -O3 by Guido van Rossum · 28 years ago
  12. 8130054 New email and zip code for Guido by Guido van Rossum · 28 years ago
  13. 566b35f NEXT shared libs instructions by Guido van Rossum · 28 years ago
  14. 2e049b2 (python-font-lock-keywords): with Python 1.4 `access' is no a keyword by Barry Warsaw · 28 years ago
  15. b3e81d5 I have been increasingly annoyed about the fact that by Barry Warsaw · 28 years ago
  16. 01af401 #stylistics by Barry Warsaw · 28 years ago
  17. 550a02e (python-mode): typos by Barry Warsaw · 28 years ago
  18. 615d4a4 (python-mode): font-lock-defaults must be make-local-variable'd by Barry Warsaw · 28 years ago
  19. 604cefa (py-dump-help-string): Use documentation-property to get docstring. by Barry Warsaw · 28 years ago
  20. b1f8951 (python-mode): font-lock-defaults necessary for Emacs 19, but doesn't by Barry Warsaw · 28 years ago
  21. c72ad87 #py-shell gets an autoload cookie by Barry Warsaw · 28 years ago
  22. 62cf605 New version submitted by Jim Fulton. by Guido van Rossum · 28 years ago
  23. 7629bbc Fix paths to match python1.4 installation. (Forgot LIBP) by Guido van Rossum · 28 years ago
  24. be725fd Fix paths to match python1.4 installation. by Guido van Rossum · 28 years ago
  25. 52a42fe Remove the entry for private variables (it's supposed to be a surprise!) by Guido van Rossum · 28 years ago
  26. 5f9aa9e Some final changes. I'll give up on nicely reformatting and by Guido van Rossum · 28 years ago
  27. 4a67a16 Added all changes in beta1 and beta3. Still very rough (needs reordering etc.). by Guido van Rossum · 28 years ago
  28. 3a1fbb4 Added Vlad. by Guido van Rossum · 28 years ago
  29. e8c0a15 New generic makefile by Jim F; drop pyimenu.el by Guido van Rossum · 28 years ago
  30. b4d3779 Minor updates. by Guido van Rossum · 28 years ago
  31. 5c8e256 typo by Guido van Rossum · 28 years ago
  32. 880d1ee Barry's 2.73 by Guido van Rossum · 28 years ago
  33. 6ba1120 Barry's 2.72 by Guido van Rossum · 28 years ago
  34. 261f87d *** empty log message *** by Barry Warsaw · 28 years ago
  35. f67a57e (py-no-outdent-re): Added return, break, raise, continue since we by Barry Warsaw · 28 years ago
  36. 9dc7833 New AIX-NOTES by Guido van Rossum · 28 years ago
  37. 36eb6c7 New AIX-NOTES by Guido van Rossum · 28 years ago
  38. cf34d2a #updated commentary by Barry Warsaw · 28 years ago
  39. 5490a06 (py-menu): Create default value by Barry Warsaw · 28 years ago
  40. c5a8cbd (py-forward-into-nomenclature): Slightly better regex for stopping on by Barry Warsaw · 28 years ago
  41. a766182 (py-electric-colon): Use (py-next-statement -1) instead of by Barry Warsaw · 28 years ago
  42. 3fcaf61 #updated comments by Barry Warsaw · 28 years ago
  43. 755c671 (python-mode): automatically install imenu stuff. by Barry Warsaw · 28 years ago
  44. 8143746 (imenu-example--python-show-method-args-p, by Barry Warsaw · 28 years ago
  45. ce60bc7 (py-keep-region-active): Zap duplicate defun. by Barry Warsaw · 28 years ago
  46. 6e527d2 (py-delete-char): Check for py-honor-comment-indentation. by Barry Warsaw · 28 years ago
  47. a789171 (py-mode): comment-start is now "# " so indent-for-comment does the right thing. by Barry Warsaw · 28 years ago
  48. 64d376a New .pyc magic numnber, too. by Guido van Rossum · 28 years ago
  49. 9e277db #comment update by Barry Warsaw · 28 years ago
  50. c08a949 #comment update by Barry Warsaw · 28 years ago
  51. 5c0d00f #updated to do list by Barry Warsaw · 28 years ago
  52. 170ffa7 (py-parse-state): stop searching backwards when we found a keyword at by Barry Warsaw · 28 years ago
  53. f831d81 (py-statement-closes-block-p, py-compute-indentation): Outdent one by Barry Warsaw · 28 years ago
  54. ccdfce3 Exhaustive list of news in beta2 compared to beta1. by Guido van Rossum · 28 years ago
  55. 74faed2 Got rid of all references to stdwin. by Guido van Rossum · 28 years ago
  56. c30e95f Moved 1.3 news to HISTORY; put some 1.4 news in NEWS by Guido van Rossum · 28 years ago
  57. 0d20cfa Added two new questions; about globals/locals and about recursive imports. by Guido van Rossum · 28 years ago
  58. 63d9cd7 Added Bill Tutt by Guido van Rossum · 28 years ago
  59. d19828d directives for Tools/scripts/fixcid.py by Guido van Rossum · 28 years ago
  60. 42f707f (python-mode): Added menu support, requires easymenu. by Barry Warsaw · 28 years ago
  61. c846f46 (py-forward-into-nomenclature): small fix to not infinitely loop at underscores. by Barry Warsaw · 28 years ago
  62. fb34942 #comment update, re: py-mode-syntax-table by Barry Warsaw · 28 years ago
  63. 9e5a9c8 (py-forward-into-nomenclature, py-backward-into-nomenclature): New functions. by Barry Warsaw · 28 years ago
  64. 71e315b (py-shift-region-left): When checking for left edged code, watch for by Barry Warsaw · 28 years ago
  65. aaa5430 Additions to the cast of thousands by Guido van Rossum · 28 years ago
  66. fc9cc3a added a thing on the to-do list by Barry Warsaw · 28 years ago
  67. 44b7220 (python-font-lock-keywords): added class and def by Barry Warsaw · 28 years ago
  68. 8e9d7d7 (py-mode-syntax-table): revert underscore to word class, even though I by Barry Warsaw · 28 years ago
  69. 0397073 (py-delete-char): Obey numeric argument. by Barry Warsaw · 28 years ago
  70. dea4a29 (py-shift-region-left, py-shift-region-right, py-indent-right, by Barry Warsaw · 28 years ago
  71. ca318ec Some updates. Still out of date. by Guido van Rossum · 28 years ago
  72. 3cd7fa4 new contributors by Guido van Rossum · 28 years ago
  73. f2389a0 (py-indent-right, py-outdent-left): fixed placement of point after adjustments. by Barry Warsaw · 28 years ago
  74. 43ecf8e (py-parse-state): make sure we don't land inside a triple-quoted string by Barry Warsaw · 28 years ago
  75. 5f20477 (py-indent-right, py-outdent-left): Watch out for (mark) returning nil. by Barry Warsaw · 28 years ago
  76. 4669d7e #updated some comments by Barry Warsaw · 28 years ago
  77. 826255b (py-indent-right, py-indent-left): support indentation of regions or by Barry Warsaw · 28 years ago
  78. 867a32a (py-comment-region): obsoleted by comment-region by Barry Warsaw · 28 years ago
  79. 62d9d6e (python-font-lock-keywords): make it a defconst by Barry Warsaw · 28 years ago
  80. 6d62775 (py-honor-comment-indentation, py-compute-indentation): allow other by Barry Warsaw · 28 years ago
  81. 33d6ec0 (py-honor-comment-indentation): new variable. by Barry Warsaw · 28 years ago
  82. 6245a3c #removed font-lock cruft by Barry Warsaw · 28 years ago
  83. 33ab6e4 (python-font-lock-keywords): Much improved descrimination between by Barry Warsaw · 28 years ago
  84. fd0fb38 (py-compute-indentation): fix skipping backwards over comments by by Barry Warsaw · 28 years ago
  85. 9fbcc6a (py-shell): Fixed Emacs 18 bug, use of boundp instead of fboundp. by Barry Warsaw · 29 years ago
  86. 17914f4 (py-indent-offset): Change default to 4. by Barry Warsaw · 29 years ago
  87. 10d0f8f Renamed module tkinter to _tkinter by Jack Jansen · 29 years ago
  88. 2bbe49b changed underscore to have symbol syntax by Barry Warsaw · 29 years ago
  89. 52bc17c (py-indent-offset): this should be buffer local. by Barry Warsaw · 29 years ago
  90. bf032a9 mention syslog upgrade by Guido van Rossum · 29 years ago
  91. e7d92d5 all sorts of minor nits by Guido van Rossum · 29 years ago
  92. 5e639d4 transcribed changes from tut.tex by Guido van Rossum · 29 years ago
  93. c102a13 added two names by Guido van Rossum · 29 years ago
  94. d462f3d added 1.2 news by Guido van Rossum · 29 years ago
  95. 670ded8 added some files by Guido van Rossum · 29 years ago
  96. 3ec97e5 interface for Emacs imenu by Guido van Rossum · 29 years ago
  97. 503b2e8 Barry's version 2.30; some chages for triple quotes by Guido van Rossum · 29 years ago
  98. 05151e0 +aaron watters, +PSA, +GC, -lance, -beta by Guido van Rossum · 29 years ago
  99. 095e9c6 (py-align-multiline-strings-p): new variable by Barry Warsaw · 29 years ago
  100. 0c6563f (py-electric-colon): turn off electric behavior inside strings and comments. by Barry Warsaw · 29 years ago