1. 71d9f0d testing CVS by Barry Warsaw · 25 years ago
  2. 3479053 testing CVS by Barry Warsaw · 25 years ago
  3. a8a57a7 testing CVS by Barry Warsaw · 25 years ago
  4. 8896a2b Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  5. de4636c Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  6. 61c0461 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  7. 086bc36 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  8. bda81c8 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  9. 0319b370 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  10. 554cd94 Minor change to test new CVS reporting by Barry Warsaw · 25 years ago
  11. fd6aabb Checking in text versions of release forms and explanation. by Guido van Rossum · 25 years ago
  12. f2e9e29 Oops, better update the date on the .TH line. by Fred Drake · 25 years ago
  13. 4c9be9d Various updates, mostly to add information to the SEE ALSO and by Fred Drake · 25 years ago
  14. 50765ab (py-shell): Set the default shell if not set yet. It's sometimes by Barry Warsaw · 25 years ago
  15. 5ed843f A few minor Customize changes: by Barry Warsaw · 25 years ago
  16. 11f2156 (python-mode): Set which interpreter (CPython or JPython) to use the by Barry Warsaw · 25 years ago
  17. ddc4696 (py-beginning-of-def-or-class): Only move to match-beginning if the by Barry Warsaw · 25 years ago
  18. c0d2d51 (py-statement-closes-block-p): py-goto-initial-line could leave us in by Barry Warsaw · 25 years ago
  19. fa2def2 (py-electric-backspace): I'm not sure this function should be special by Barry Warsaw · 25 years ago
  20. 53db859 (py-parse-state): When running under Emacs -- which doesn't have by Barry Warsaw · 25 years ago
  21. a8f99ba (py-statement-closes-block-p): Add a py-goto-initial-line which fixes by Barry Warsaw · 25 years ago
  22. b65a43a News for 1.5.2 (final). by Guido van Rossum · 25 years ago
  23. 8f9fabd More (Cameron Laird is honorary; the others are 1.5.2c1 testers). by Guido van Rossum · 25 years ago
  24. 7cf9047 Bunch of new names who helped iron out the last wrinkles of 1.5.2. by Guido van Rossum · 25 years ago
  25. 913a326 Correct missed character in Andrew Dalke's name. by Guido van Rossum · 25 years ago
  26. 437cfe8 News for the 1.5.2c1 release. by Guido van Rossum · 25 years ago
  27. 1e7b0ac Removing an unused image of a snake. by Guido van Rossum · 25 years ago
  28. ae14230 Bunch of new contributors, including 9 who contributed to the Docs, by Guido van Rossum · 25 years ago
  29. 0df2188 Typo: "apparentlt" --> "apparently" by Fred Drake · 26 years ago
  30. 74608e6 New in 1.5.2b2. by Guido van Rossum · 26 years ago
  31. 8a06aea Couple of new names. by Guido van Rossum · 26 years ago
  32. 3b4e2f0 (py-shell): Added optional argprompt, which will prompt for additional by Barry Warsaw · 26 years ago
  33. aa384fd (py-default-interpreter): New variable which selects whether CPython by Barry Warsaw · 26 years ago
  34. 71ddcd8 Finn Bock. by Guido van Rossum · 26 years ago
  35. c54367a Uwe Zessin. by Guido van Rossum · 26 years ago
  36. 3e0d319 The usual. by Guido van Rossum · 26 years ago
  37. f19feb8 (py-mode-map): Add back force of RET (aka C-m) to py-newline-and-indent. by Barry Warsaw · 26 years ago
  38. cb5540e (py-mode-map): Removed special bindings for C-m and C-j to by Barry Warsaw · 26 years ago
  39. f8ddb6a (py-narrow-to-defun): New command (bound to C-x n d) which mimics the by Barry Warsaw · 26 years ago
  40. 1d7b0fa (py-electric-delete): Implement the XEmacs 21 blessed way of checking by Barry Warsaw · 26 years ago
  41. 1a1c6bb (py-outdent-p): Short circuit infloop for illegal construct by Barry Warsaw · 26 years ago
  42. de8b026 Added shlex and netrc modules; added warning about urllib change by Guido van Rossum · 26 years ago
  43. e96bd3f News for 1.5.2b1. Moved news before 1.5.1 to HISTORY. by Guido van Rossum · 26 years ago
  44. 9818d0f New names. Keep those contributions coming! by Guido van Rossum · 26 years ago
  45. 439d1fa Moved history up to and including 1.5.1 here. by Guido van Rossum · 26 years ago
  46. 9c1696c (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted by Barry Warsaw · 26 years ago
  47. 9819e4c Sjoerd Mullender writes: by Guido van Rossum · 26 years ago
  48. 34d8317 (py-execute-region): Hack around the different behavior and switch by Barry Warsaw · 26 years ago
  49. 014e0e2 (py-execute-region): Patch by Hunter Kelly so that execution uses the by Barry Warsaw · 26 years ago
  50. 1d5f988 (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to by Barry Warsaw · 26 years ago
  51. 6839d3a #XEmacs 21 now supports Imenu, so I am able to test (and fix) some by Barry Warsaw · 26 years ago
  52. 38e21e7 #Some minor changes in the commentary, obstensibly to test the new by Barry Warsaw · 26 years ago
  53. 1bbc031 #Fixed some typos in docstrings. by Barry Warsaw · 26 years ago
  54. e8c10f9 All the news that's fit to print. In other words, it's 1.5.2a2 time. by Guido van Rossum · 26 years ago
  55. fdb8fb8 A few new ones... by Guido van Rossum · 26 years ago
  56. 4f94c73 (py-comint-output-filter-function): Horrible kludgearound for making by Barry Warsaw · 26 years ago
  57. d35c255 (py-guess-indent-offset): Only print message about py-indent-offset by Barry Warsaw · 26 years ago
  58. 02e5f69 (py-execute-file, py-execute-import-or-reload): Use a Python `raw' by Barry Warsaw · 26 years ago
  59. 218eb75 (py-block-comment-prefix): Remove trailing space. Also explain that by Barry Warsaw · 26 years ago
  60. bc3760b #Code rearranging to quiet byte-compiler by Barry Warsaw · 26 years ago
  61. faff0bd correct bogus instructions 'ccoment out' -> 'uncomment' by Jeremy Hylton · 26 years ago
  62. 106a470 Fixed the words in the comment and error message about defining FULL_PATH. by Guido van Rossum · 26 years ago
  63. 1deebab include <string.h> to get prototype for strcmp by Jeremy Hylton · 26 years ago
  64. 4d18740 (py-in-literal): How'd this get through? c-point => py-point by Barry Warsaw · 26 years ago
  65. f7039e2 Update commentary. For most stuff, point people to the web page by Barry Warsaw · 26 years ago
  66. 6dfbe5d (py-shell-map): New variable contains the keymap used in *Python* shell buffers. by Barry Warsaw · 26 years ago
  67. a81fb33 (py-shell): comint-output-filter-functions is already buffer-local by Barry Warsaw · 26 years ago
  68. 3c96f6f (py-process-filter): Deleted this function. In order to fix by Barry Warsaw · 26 years ago
  69. 93c88cc (imenu-example--create-python-index-engine): Fix nesting breakage when by Barry Warsaw · 26 years ago
  70. 0ceaada New contributor. by Guido van Rossum · 26 years ago
  71. 27b3bc3 Reordered the news to make it more accessible. Also removed some dups. by Guido van Rossum · 26 years ago
  72. ab9d6f0 Got all the 1.5.2 news that's fit to print. Now we may need to by Guido van Rossum · 26 years ago
  73. 650e8a6 (imenu-example--python-method-regexp): Patch from Christian Tanzer: by Barry Warsaw · 26 years ago
  74. 12c9294 (py-compute-indentation): Changes to the `t' condition which affect by Barry Warsaw · 26 years ago
  75. 20392cc # mention Porting in list of files by Guido van Rossum · 26 years ago
  76. 6ca3def mini-faq on porting python by Guido van Rossum · 26 years ago
  77. 71c3adb #Typos from previous checkin by Barry Warsaw · 26 years ago
  78. 41a05c7 Huge number of docstring changes, typo fixes, rewordings, GNU standard by Barry Warsaw · 26 years ago
  79. 1b34424 (py-execute-region): When temp-names are broken (Emacs 19.34), a by Barry Warsaw · 26 years ago
  80. f5475c9 Checkpointing news for 1.5.2a1... (Not all done.) by Guido van Rossum · 26 years ago
  81. a690394 New meat. by Guido van Rossum · 26 years ago
  82. fc8f5d1 typo (pwill -> will). by Guido van Rossum · 26 years ago
  83. 7c29b23 (py-beginning-of-def-or-class, py-end-of-def-or-class, by Barry Warsaw · 26 years ago
  84. 003932a (py-comment-indent-function): A replacement for by Barry Warsaw · 26 years ago
  85. 0b3b43c New blood. by Guido van Rossum · 26 years ago
  86. 795a4bc Added a line to process SGI_ABI. by Guido van Rossum · 26 years ago
  87. 750c8ce Add LDLAST to the list of variables processed by the sed script. by Guido van Rossum · 26 years ago
  88. 3bfed5b (py-ask-about-save): New variable used in by Barry Warsaw · 26 years ago
  89. 1d0364b (py-execute-string): Bind to C-c C-s, and put on menu by Barry Warsaw · 26 years ago
  90. 751f493 (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs by Barry Warsaw · 26 years ago
  91. 820273d More ME patches: by Barry Warsaw · 26 years ago
  92. ab0e86c (beginning-of-python-def-or-class): Renamed to by Barry Warsaw · 26 years ago
  93. ebc7b7a More ME patches: by Barry Warsaw · 26 years ago
  94. 145ab1c #Documentation and comment typos patch given by Michael Ernst. More by Barry Warsaw · 26 years ago
  95. cc8e1a4 Add some help for AIX. (Konrad Hinsen) by Guido van Rossum · 26 years ago
  96. 77d1fce (py-compute-indentation): Use forward-comment to skip over all by Barry Warsaw · 26 years ago
  97. 974f295 Some more new stuff. by Guido van Rossum · 26 years ago
  98. 9238f23 Two more, for beta testers who reported real bugs. by Guido van Rossum · 26 years ago
  99. c45cf02 Added changes from 1.5 to 1.5.1. by Guido van Rossum · 26 years ago
  100. 07c44c7 Document -x too. by Guido van Rossum · 26 years ago