1. 974f295 Some more new stuff. by Guido van Rossum · 26 years ago
  2. 9238f23 Two more, for beta testers who reported real bugs. by Guido van Rossum · 26 years ago
  3. c45cf02 Added changes from 1.5 to 1.5.1. by Guido van Rossum · 26 years ago
  4. 07c44c7 Document -x too. by Guido van Rossum · 26 years ago
  5. 29d465b Document -t flag. by Guido van Rossum · 26 years ago
  6. 13aa5ce Jeff Epler by Guido van Rossum · 26 years ago
  7. ea609c1 (py-toggle-shells): Added a message in the minibuf. by Barry Warsaw · 26 years ago
  8. a239880 Quick and extremely dirty hacks to toggle between using CPython and by Barry Warsaw · 26 years ago
  9. e2bb8bb Tons of new names... by Guido van Rossum · 26 years ago
  10. 3179fe0 (imenu-example--python-class-regexp): Fix to recognize Module.Class in by Barry Warsaw · 26 years ago
  11. 5204b4a #Oops, I lost the CVS/RCS $Revision$ by Barry Warsaw · 26 years ago
  12. 92166d9 (py-compute-indentation): When looking at a continuation line inside by Barry Warsaw · 26 years ago
  13. 585f733 Two patches for Emacs 20.2 compatibility: by Barry Warsaw · 26 years ago
  14. f9b99f4 (py-postprocess-output-buffer): Return t if an exception was found, by Barry Warsaw · 26 years ago
  15. 512af04 (py-execute-region): Watch out for shell-command-on-region killing a by Barry Warsaw · 26 years ago
  16. beef9e7 Removed all the mixed indentation face stuff. It's not as helpful as by Barry Warsaw · 26 years ago
  17. 8ca7028 (py-tab-face): => py-mixed-indentation-face by Barry Warsaw · 26 years ago
  18. e908b6b (py-in-literal, py-fast-in-literal): New functions (mostly) stolen from CC Mode. by Barry Warsaw · 26 years ago
  19. b6c1f1f #minor change to eval-while-compile so that it must both find by Barry Warsaw · 26 years ago
  20. 0d2805b (py-tab-face, python-font-lock-keywords): Color all tabs at the start by Barry Warsaw · 26 years ago
  21. 639eea6 (py-smart-indentation): Updated docstring for new policy. by Barry Warsaw · 26 years ago
  22. 8046bef #(py-smart-indentation): Small fixes for clarity in the docstring. by Barry Warsaw · 26 years ago
  23. 9e99688 (python-mode): Removed vi vi vi hack for setting the tab width from a by Barry Warsaw · 26 years ago
  24. 742a511 (py-smart-indentation): New variable which controls the automagic by Barry Warsaw · 26 years ago
  25. 38d3fe0 Add LINKFORSHARED and LDLAST as in the main Makefile. by Guido van Rossum · 26 years ago
  26. 2f32fbb (py-execute-region): Simplified calculation of temporary file name. by Barry Warsaw · 26 years ago
  27. 6c6db0a (py-temp-directory): Minor docstring nit. by Barry Warsaw · 26 years ago
  28. 50b3eb6 (py-master-file): Fixed some typos in the docstring. by Barry Warsaw · 26 years ago
  29. f64b405 (py-compute-indentation): Several changes made to improve navigation by Barry Warsaw · 27 years ago
  30. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 27 years ago
  31. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 27 years ago
  32. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 27 years ago
  33. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 27 years ago
  34. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 27 years ago
  35. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 27 years ago
  36. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 27 years ago
  37. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 27 years ago
  38. b25c0e7 delete gMakefile, clarify Makefile.pre.in by Guido van Rossum · 27 years ago
  39. 5eb3f90 No longer needed, sez Jim. by Guido van Rossum · 27 years ago
  40. fbea1d3 Added from 1.5b2 to 1.5. by Guido van Rossum · 27 years ago
  41. 14777f87 New blood. by Guido van Rossum · 27 years ago
  42. 105ff95 Typed in the relevant changes since 1.5b1. by Guido van Rossum · 27 years ago
  43. 5a978dc Doug Marien. by Guido van Rossum · 27 years ago
  44. 3723152 Update to the Big Comment at the top of the file. It should better by Barry Warsaw · 27 years ago
  45. 87908f5 New names. by Guido van Rossum · 27 years ago
  46. 5ea20d5 Added some links to OO-Browser, given by Harri Pasanen. by Barry Warsaw · 27 years ago
  47. 9981d22 (py-jump-on-exception): Variable which if t, means that if an by Barry Warsaw · 27 years ago
  48. 27ee115 Removed redundant eval-when-compile. by Barry Warsaw · 27 years ago
  49. 5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. by Barry Warsaw · 27 years ago
  50. 673d05f Test for an up-to-date Custom library when byte-compiling, and issue by Barry Warsaw · 27 years ago
  51. 2888a12 Add attributions to Jeffrey Ollie and Tim Peters for re.py. by Guido van Rossum · 27 years ago
  52. 8529ebb Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. by Barry Warsaw · 27 years ago
  53. ffbc17d (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. by Barry Warsaw · 27 years ago
  54. f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a by Barry Warsaw · 27 years ago
  55. 3b3ff4e (py-compute-indentation): Check for multiline stringness and by Barry Warsaw · 27 years ago
  56. 8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different by Barry Warsaw · 27 years ago
  57. 7ea639b Added list of what's new in 1.5b1. Changed intro and some section titles. by Guido van Rossum · 27 years ago
  58. 4d8e7c5 Four more valuable contributors... by Guido van Rossum · 27 years ago
  59. c852035 (python-mode): Make imenu-create-index-function buffer local. by Barry Warsaw · 27 years ago
  60. 4da6bd5 (py-mark-def-or-class): Added an exchange-point-and-mark and a by Barry Warsaw · 27 years ago
  61. e467bfb (python-mode): Patch to fix Imenu support under Emacs, given by by Barry Warsaw · 27 years ago
  62. 4738478 (py-kill-emacs-hook): Simplification. by Barry Warsaw · 27 years ago
  63. a0ee8cd Added comment about where to find details on python-mode.el, pointing by Barry Warsaw · 27 years ago
  64. 4aa6186 Drop Capitalized Important Words. by Guido van Rossum · 27 years ago
  65. 275feea New names... by Guido van Rossum · 27 years ago
  66. 4a9aff2 A comparison with several other languages that also appears in the by Guido van Rossum · 27 years ago
  67. 51bb7b7 Dang. Formatting glitch. by Guido van Rossum · 27 years ago
  68. f5831ae New blurb, derived from my Handbook of Object Technology abstract. by Guido van Rossum · 27 years ago
  69. 6f5a312 New version from Neale... He promised it's the last. by Guido van Rossum · 27 years ago
  70. 3120bc3 v1.1; added attribution to Neale Pickett. by Guido van Rossum · 27 years ago
  71. 1abbd7f Added vgrindefs. by Guido van Rossum · 27 years ago
  72. 93a47d7 Plucked this from the net. by Guido van Rossum · 27 years ago
  73. 6ae21ad #(py-emacs-features): Fixed typo in docstring. by Barry Warsaw · 27 years ago
  74. b8f1166 (python-font-lock-keywords): Pick up block introducing keywords with by Barry Warsaw · 27 years ago
  75. ef3c891 (python-font-lock-keywords): Fix for consecutive keyword font locking, by Barry Warsaw · 27 years ago
  76. 5e21cb0 (py-emacs-features): Test for working make-temp-name, which is broken by Barry Warsaw · 27 years ago
  77. 2bd358c A nice blurb that Mark Hammond wrote, aimed at Windows users. by Guido van Rossum · 27 years ago
  78. a9ce70f (py-execute-region): Fixed small bug with queuing file for execution by Barry Warsaw · 27 years ago
  79. 2518c67 (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. by Barry Warsaw · 27 years ago
  80. 6d48c4a (py-backspace-function): New variable. by Barry Warsaw · 27 years ago
  81. a97a3f3 First round of changes, mostly subprocess stuff. by Barry Warsaw · 27 years ago
  82. 615022f Doing the most complicated CVS dance I've ever seen. Barry has had by Guido van Rossum · 27 years ago
  83. affc0ca Changes in preparation for integrating into the Python CVS tree. by Barry Warsaw · 27 years ago
  84. 9a513ef Final touch -- Don's SGI_ABI patches. by Guido van Rossum · 27 years ago
  85. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  86. 764a377 Typo in description of news in errno; added setlocale() call. by Guido van Rossum · 27 years ago
  87. b68b77f A few last-minute additions and some rearrangements and corrections. by Guido van Rossum · 27 years ago
  88. 9337453 Updated for Python 1.5, including my experiences with Purify on by Barry Warsaw · 27 years ago
  89. 43b26ea Whole bunch of additions... by Guido van Rossum · 27 years ago
  90. 92664b8 Completed the changes between 1.5a3 and now. Not yet sorted though. by Guido van Rossum · 27 years ago
  91. 1f83cce Done with adding changes from 1.4 till 1.5a3. by Guido van Rossum · 27 years ago
  92. 474ba3b The directory containing config.h has changed. by Guido van Rossum · 27 years ago
  93. bfeb74d install: New target that installs shared modules in by Fred Drake · 27 years ago
  94. 4cf4de5 Brought up to date with new options and env vars. by Guido van Rossum · 27 years ago
  95. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  96. 522578e Complete log of changes since 1.5a3 at the end. by Guido van Rossum · 27 years ago
  97. 2da391f I'm tired -- checking in more news items. This isn't complete; I'm by Guido van Rossum · 27 years ago
  98. 6688d35 Removed ancient FAQ from distribution by Guido van Rossum · 27 years ago
  99. 6100033 Another checkpoint -- reorganized, in sections. by Guido van Rossum · 27 years ago
  100. 34900f8 . by Guido van Rossum · 27 years ago