1. f64b405 (py-compute-indentation): Several changes made to improve navigation by Barry Warsaw · 26 years ago
  2. 8ee4a60 (py-scroll-process-buffer): Default value changed to nil to act more by Barry Warsaw · 26 years ago
  3. f1b3e89 (py-parse-state): When looking for landing inside triple-quoted by Barry Warsaw · 26 years ago
  4. 8f972b7 (py-python-command-args): New variable, allows user to customize the by Barry Warsaw · 26 years ago
  5. f06777d (py-outdent-p): When looking at the previous line, watch out for by Barry Warsaw · 26 years ago
  6. 9ec9fbc (py-goto-initial-line): Shut up the byte compiler. by Barry Warsaw · 27 years ago
  7. 82aecb9 (py-mode-map): Add a binding of C-m to py-newline-and-indent. This is by Barry Warsaw · 27 years ago
  8. c210e69 (py-compute-indentation): In the most common case, where indentation by Barry Warsaw · 27 years ago
  9. c0ecb53 (py-master-file): New buffer-local variable which can be set in the by Barry Warsaw · 27 years ago
  10. b25c0e7 delete gMakefile, clarify Makefile.pre.in by Guido van Rossum · 27 years ago
  11. 5eb3f90 No longer needed, sez Jim. by Guido van Rossum · 27 years ago
  12. fbea1d3 Added from 1.5b2 to 1.5. by Guido van Rossum · 27 years ago
  13. 14777f87 New blood. by Guido van Rossum · 27 years ago
  14. 105ff95 Typed in the relevant changes since 1.5b1. by Guido van Rossum · 27 years ago
  15. 5a978dc Doug Marien. by Guido van Rossum · 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. 87908f5 New names. by Guido van Rossum · 27 years ago
  18. 5ea20d5 Added some links to OO-Browser, given by Harri Pasanen. by Barry Warsaw · 27 years ago
  19. 9981d22 (py-jump-on-exception): Variable which if t, means that if an by Barry Warsaw · 27 years ago
  20. 27ee115 Removed redundant eval-when-compile. by Barry Warsaw · 27 years ago
  21. 5c38bf6 (python-mode): Patch to make font-lock work automatically for Emacs. by Barry Warsaw · 27 years ago
  22. 673d05f Test for an up-to-date Custom library when byte-compiling, and issue by Barry Warsaw · 27 years ago
  23. 2888a12 Add attributions to Jeffrey Ollie and Tim Peters for re.py. by Guido van Rossum · 27 years ago
  24. 8529ebb Require 'cl when compiling so that the push macro gets picked in Emacs 19.34. by Barry Warsaw · 27 years ago
  25. ffbc17d (py-traceback-line-re): Relaxation of regexp to catch SyntaxErrors. by Barry Warsaw · 27 years ago
  26. f471056 (py-process-filter): py-delete-file-silently is obsolete. Use a by Barry Warsaw · 27 years ago
  27. 3b3ff4e (py-compute-indentation): Check for multiline stringness and by Barry Warsaw · 27 years ago
  28. 8c4a8de (py-mode-map): Bind py-mark-def-or-class to C-M-h with a different by Barry Warsaw · 27 years ago
  29. 7ea639b Added list of what's new in 1.5b1. Changed intro and some section titles. by Guido van Rossum · 27 years ago
  30. 4d8e7c5 Four more valuable contributors... by Guido van Rossum · 27 years ago
  31. c852035 (python-mode): Make imenu-create-index-function buffer local. by Barry Warsaw · 27 years ago
  32. 4da6bd5 (py-mark-def-or-class): Added an exchange-point-and-mark and a by Barry Warsaw · 27 years ago
  33. e467bfb (python-mode): Patch to fix Imenu support under Emacs, given by by Barry Warsaw · 27 years ago
  34. 4738478 (py-kill-emacs-hook): Simplification. by Barry Warsaw · 27 years ago
  35. a0ee8cd Added comment about where to find details on python-mode.el, pointing by Barry Warsaw · 27 years ago
  36. 4aa6186 Drop Capitalized Important Words. by Guido van Rossum · 27 years ago
  37. 275feea New names... by Guido van Rossum · 27 years ago
  38. 4a9aff2 A comparison with several other languages that also appears in the by Guido van Rossum · 27 years ago
  39. 51bb7b7 Dang. Formatting glitch. by Guido van Rossum · 27 years ago
  40. f5831ae New blurb, derived from my Handbook of Object Technology abstract. by Guido van Rossum · 27 years ago
  41. 6f5a312 New version from Neale... He promised it's the last. by Guido van Rossum · 27 years ago
  42. 3120bc3 v1.1; added attribution to Neale Pickett. by Guido van Rossum · 27 years ago
  43. 1abbd7f Added vgrindefs. by Guido van Rossum · 27 years ago
  44. 93a47d7 Plucked this from the net. by Guido van Rossum · 27 years ago
  45. 6ae21ad #(py-emacs-features): Fixed typo in docstring. by Barry Warsaw · 27 years ago
  46. b8f1166 (python-font-lock-keywords): Pick up block introducing keywords with by Barry Warsaw · 27 years ago
  47. ef3c891 (python-font-lock-keywords): Fix for consecutive keyword font locking, by Barry Warsaw · 27 years ago
  48. 5e21cb0 (py-emacs-features): Test for working make-temp-name, which is broken by Barry Warsaw · 27 years ago
  49. 2bd358c A nice blurb that Mark Hammond wrote, aimed at Windows users. by Guido van Rossum · 27 years ago
  50. a9ce70f (py-execute-region): Fixed small bug with queuing file for execution by Barry Warsaw · 27 years ago
  51. 2518c67 (mark-python-def-or-class): Renamed to py-mark-def-or-class globally. by Barry Warsaw · 27 years ago
  52. 6d48c4a (py-backspace-function): New variable. by Barry Warsaw · 27 years ago
  53. a97a3f3 First round of changes, mostly subprocess stuff. by Barry Warsaw · 27 years ago
  54. 615022f Doing the most complicated CVS dance I've ever seen. Barry has had by Guido van Rossum · 27 years ago
  55. affc0ca Changes in preparation for integrating into the Python CVS tree. by Barry Warsaw · 27 years ago
  56. 9a513ef Final touch -- Don's SGI_ABI patches. by Guido van Rossum · 27 years ago
  57. 9192267 Don Beaudry's changes to support SGI_ABI on Irix 6.x. by Guido van Rossum · 27 years ago
  58. 764a377 Typo in description of news in errno; added setlocale() call. by Guido van Rossum · 27 years ago
  59. b68b77f A few last-minute additions and some rearrangements and corrections. by Guido van Rossum · 27 years ago
  60. 9337453 Updated for Python 1.5, including my experiences with Purify on by Barry Warsaw · 27 years ago
  61. 43b26ea Whole bunch of additions... by Guido van Rossum · 27 years ago
  62. 92664b8 Completed the changes between 1.5a3 and now. Not yet sorted though. by Guido van Rossum · 27 years ago
  63. 1f83cce Done with adding changes from 1.4 till 1.5a3. by Guido van Rossum · 27 years ago
  64. 474ba3b The directory containing config.h has changed. by Guido van Rossum · 27 years ago
  65. bfeb74d install: New target that installs shared modules in by Fred Drake · 27 years ago
  66. 4cf4de5 Brought up to date with new options and env vars. by Guido van Rossum · 27 years ago
  67. c12c62e (py-parse-partial-sexp-works-p): Removed as obsolete. All current by Barry Warsaw · 27 years ago
  68. 522578e Complete log of changes since 1.5a3 at the end. by Guido van Rossum · 27 years ago
  69. 2da391f I'm tired -- checking in more news items. This isn't complete; I'm by Guido van Rossum · 27 years ago
  70. 6688d35 Removed ancient FAQ from distribution by Guido van Rossum · 27 years ago
  71. 6100033 Another checkpoint -- reorganized, in sections. by Guido van Rossum · 27 years ago
  72. 34900f8 . by Guido van Rossum · 27 years ago
  73. f0b69f0 Checkpoint checkin of list of changes. Much more to follow, but it's late... by Guido van Rossum · 27 years ago
  74. 516b620 #Fixed two byte-compiler errors by Barry Warsaw · 27 years ago
  75. c72c11c #Checkpointing X/Emacs 20'fication of this mode. by Barry Warsaw · 27 years ago
  76. 7d6b7d3 #Bumping to version 3.0 by Barry Warsaw · 27 years ago
  77. fb84255 New version of Vladimir Marangozov's AIX hacks -- simpler etc. by Guido van Rossum · 27 years ago
  78. bef03ae Adapted to the new build system. by Guido van Rossum · 27 years ago
  79. 8aea8d9 Remove -s option and $PYTHONSUPPRESS environment variable. by Guido van Rossum · 27 years ago
  80. 5624abd Emptied (in expectation of a laundry list of what's new in 1.5). by Guido van Rossum · 27 years ago
  81. ecd3b15 Added note about libpython1.5.a. by Guido van Rossum · 27 years ago
  82. 132cd06 Some new names. by Guido van Rossum · 27 years ago
  83. e664896 (py-shell): Remove support for Emacs 18, implicitly add support for by Barry Warsaw · 27 years ago
  84. 821a558 Moved the 1.4 NEWS file here (it had to happen someday...). by Guido van Rossum · 27 years ago
  85. cbf1b9c Added warning about the optimizer bug on AIX 4.2.1 by Guido van Rossum · 27 years ago
  86. d0c87ee Oops, another forgotten renaming: varobject -> PyVarObject. by Guido van Rossum · 27 years ago
  87. 6a9ee0e New heros. by Guido van Rossum · 27 years ago
  88. b6a7f77 Oops -- missed FloatingPointError in renaming. by Guido van Rossum · 27 years ago
  89. 45510ae Fix old typo PyArgs_VaParse -> PyArg_VaParse. by Guido van Rossum · 27 years ago
  90. 1a43ce8 Added inittab. by Guido van Rossum · 27 years ago
  91. 04e30c1 Remove err_input from rename list -- it is a static inside errors.c. by Guido van Rossum · 27 years ago
  92. 58d8e3d Remove renaming instructions for ANY -- this is not renamed in by Guido van Rossum · 27 years ago
  93. 5d88aa3 Oops, added <URL:...> around the URL. by Guido van Rossum · 27 years ago
  94. 24c9359 (Sjoerd:) Incorporate `build number' stuff. by Guido van Rossum · 27 years ago
  95. 44adb0c Added note about SWIG (replacing a whole lot of nonsense about how by Guido van Rossum · 27 years ago
  96. 31ef35b Added two new questions about number conversions. by Guido van Rossum · 27 years ago
  97. 14d1c72 Added note about adding \n to source for exec and compile. by Guido van Rossum · 27 years ago
  98. 4a908be Added Q. about HTTP/1.1. by Guido van Rossum · 27 years ago
  99. 80eb3c0 Zap all env vars beginning with PYTHON to prevent an obvious form of attack. by Guido van Rossum · 27 years ago
  100. 17e973c Remove the list of Python users, replace it with a pointer to the by Guido van Rossum · 27 years ago