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