1. ed6000a py-pdbtrack-grub-for-buffer(): Rectified some logic errors i by Ken Manheimer · 21 years ago
  2. ad428cd Guard advancing past leading meta-comments. by Ken Manheimer · 21 years ago
  3. e7aca52 Enhanced pdbtrack to provide for source code that's not findable by by Ken Manheimer · 21 years ago
  4. 6c5bc34 Bernhard Herzog's paragraph and string-filling code. I've been using it for by Skip Montanaro · 22 years ago
  5. 644991f (py-parse-state-re): Remove the "if" from the regular expression. by Barry Warsaw · 22 years ago
  6. 7f23212 (py-pychecker-run): Fix calculation of last command to include the by Barry Warsaw · 22 years ago
  7. f31ff27 (py-pychecker-run): Use the last pychecker invocation as the default by Barry Warsaw · 22 years ago
  8. 1f4fed6 We need to (require 'compile) to guarantee that compile-internal is by Barry Warsaw · 22 years ago
  9. 32a0396 (py-imenu-create-index-function): Skip over stuff that looks like code by Barry Warsaw · 22 years ago
  10. daa1921 (py-pychecker-run): Thomas Heller points out that this function messes by Barry Warsaw · 22 years ago
  11. f070cce (py-goto-statement-below): Watch out for landing in a triple quoted by Barry Warsaw · 22 years ago
  12. 69c9266 (py-execute-region): Do the blank line skipping inside the by Barry Warsaw · 22 years ago
  13. 5dfc7af Watch out for older XEmacsen for which requiring info-look doesn't by Barry Warsaw · 22 years ago
  14. 17afa13 (py-comint-output-filter-function): Put the pop-to-buffer call inside by Barry Warsaw · 22 years ago
  15. cf22c82 Fix typo in the setup of interpreter-mode-alist. by Barry Warsaw · 22 years ago
  16. 8849161 SF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides by Barry Warsaw · 22 years ago
  17. 4aab68e (py-execute-region): Alexander Schmolck points out that leading by Barry Warsaw · 22 years ago
  18. 13caba3 (py-comint-output-filter-function): Add a pop-to-buffer call so you by Barry Warsaw · 22 years ago
  19. 56bd2ed (py-shell-hook): A new hook variable, run at the end of py-shell. by Barry Warsaw · 22 years ago
  20. 0494955 Merge in Skip's last few updates w.r.t. py-help-at-point: by Barry Warsaw · 22 years ago
  21. 29a90f0 Some contributions and ideas by Alexander Schmolck: add a keybinding by Barry Warsaw · 22 years ago
  22. a7cc43b Skip Montanaro's contribution (slightly mod'd by Barry) to provide a by Barry Warsaw · 22 years ago
  23. a0113cd (py-execute-region): If the line at the beginning of the region is a by Barry Warsaw · 22 years ago
  24. b2d5e62 (py-execute-region): If you ran this without having visited a by Barry Warsaw · 22 years ago
  25. d164837 (py-temp-directory): Add /var/tmp to the list of directories this by Barry Warsaw · 22 years ago
  26. d36cfe4 (py-honor-comment-indentation, py-compute-indentation): Fix the by Barry Warsaw · 22 years ago
  27. 19b1c61 (py-version): Hopefully fixed my XEmacs settings so this doesn't get by Barry Warsaw · 23 years ago
  28. 40fb452 (py-continuation-offset): Update docstring to describe that this by Barry Warsaw · 23 years ago
  29. e275c42 (python-font-lock-keywords): Add "yield" as a keyword to support the by Barry Warsaw · 23 years ago
  30. fd4c9e8 (py-continuation-offset): New variable which controls how much to by Barry Warsaw · 23 years ago
  31. c8c1a5b (py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:" by Barry Warsaw · 23 years ago
  32. 4f577d2 intermediate by Barry Warsaw · 23 years ago
  33. 68d486c (py-parse-state): Teach python-mode how to scan code which follows by Barry Warsaw · 23 years ago
  34. 7153460 (py-execute-region): This one's easy... kill the temporary file's by Barry Warsaw · 23 years ago
  35. e0c182f (python-font-lock-keywords): Add highlighting of `as' as a keyword, by Barry Warsaw · 24 years ago
  36. 3c34bb3 (py-goto-beginning-of-tqs): When searching backwards for the matching by Barry Warsaw · 24 years ago
  37. 99eadf4 (py-execute-region): Make sure the new temporary buffer is current for by Barry Warsaw · 24 years ago
  38. caee2fe (py-execute-region): Based on suggestions by Francois Pinard and Skip by Barry Warsaw · 24 years ago
  39. 50765ab (py-shell): Set the default shell if not set yet. It's sometimes by Barry Warsaw · 25 years ago
  40. 5ed843f A few minor Customize changes: by Barry Warsaw · 25 years ago
  41. 11f2156 (python-mode): Set which interpreter (CPython or JPython) to use the by Barry Warsaw · 25 years ago
  42. ddc4696 (py-beginning-of-def-or-class): Only move to match-beginning if the by Barry Warsaw · 25 years ago
  43. c0d2d51 (py-statement-closes-block-p): py-goto-initial-line could leave us in by Barry Warsaw · 25 years ago
  44. fa2def2 (py-electric-backspace): I'm not sure this function should be special by Barry Warsaw · 25 years ago
  45. 53db859 (py-parse-state): When running under Emacs -- which doesn't have by Barry Warsaw · 25 years ago
  46. a8f99ba (py-statement-closes-block-p): Add a py-goto-initial-line which fixes by Barry Warsaw · 25 years ago
  47. 3b4e2f0 (py-shell): Added optional argprompt, which will prompt for additional by Barry Warsaw · 25 years ago
  48. aa384fd (py-default-interpreter): New variable which selects whether CPython by Barry Warsaw · 25 years ago
  49. f19feb8 (py-mode-map): Add back force of RET (aka C-m) to py-newline-and-indent. by Barry Warsaw · 25 years ago
  50. cb5540e (py-mode-map): Removed special bindings for C-m and C-j to by Barry Warsaw · 25 years ago
  51. f8ddb6a (py-narrow-to-defun): New command (bound to C-x n d) which mimics the by Barry Warsaw · 25 years ago
  52. 1d7b0fa (py-electric-delete): Implement the XEmacs 21 blessed way of checking by Barry Warsaw · 25 years ago
  53. 1a1c6bb (py-outdent-p): Short circuit infloop for illegal construct by Barry Warsaw · 26 years ago
  54. 9c1696c (py-goto-beginning-of-tqs): Finds the beginning of the triple quoted by Barry Warsaw · 26 years ago
  55. 34d8317 (py-execute-region): Hack around the different behavior and switch by Barry Warsaw · 26 years ago
  56. 014e0e2 (py-execute-region): Patch by Hunter Kelly so that execution uses the by Barry Warsaw · 26 years ago
  57. 1d5f988 (py-imenu-method-regexp): Fix suggested by Daniel Calvelo to by Barry Warsaw · 26 years ago
  58. 6839d3a #XEmacs 21 now supports Imenu, so I am able to test (and fix) some by Barry Warsaw · 26 years ago
  59. 38e21e7 #Some minor changes in the commentary, obstensibly to test the new by Barry Warsaw · 26 years ago
  60. 1bbc031 #Fixed some typos in docstrings. by Barry Warsaw · 26 years ago
  61. 4f94c73 (py-comint-output-filter-function): Horrible kludgearound for making by Barry Warsaw · 26 years ago
  62. d35c255 (py-guess-indent-offset): Only print message about py-indent-offset by Barry Warsaw · 26 years ago
  63. 02e5f69 (py-execute-file, py-execute-import-or-reload): Use a Python `raw' by Barry Warsaw · 26 years ago
  64. 218eb75 (py-block-comment-prefix): Remove trailing space. Also explain that by Barry Warsaw · 26 years ago
  65. bc3760b #Code rearranging to quiet byte-compiler by Barry Warsaw · 26 years ago
  66. 4d18740 (py-in-literal): How'd this get through? c-point => py-point by Barry Warsaw · 26 years ago
  67. f7039e2 Update commentary. For most stuff, point people to the web page by Barry Warsaw · 26 years ago
  68. 6dfbe5d (py-shell-map): New variable contains the keymap used in *Python* shell buffers. by Barry Warsaw · 26 years ago
  69. a81fb33 (py-shell): comint-output-filter-functions is already buffer-local by Barry Warsaw · 26 years ago
  70. 3c96f6f (py-process-filter): Deleted this function. In order to fix by Barry Warsaw · 26 years ago
  71. 93c88cc (imenu-example--create-python-index-engine): Fix nesting breakage when by Barry Warsaw · 26 years ago
  72. 650e8a6 (imenu-example--python-method-regexp): Patch from Christian Tanzer: by Barry Warsaw · 26 years ago
  73. 12c9294 (py-compute-indentation): Changes to the `t' condition which affect by Barry Warsaw · 26 years ago
  74. 71c3adb #Typos from previous checkin by Barry Warsaw · 26 years ago
  75. 41a05c7 Huge number of docstring changes, typo fixes, rewordings, GNU standard by Barry Warsaw · 26 years ago
  76. 1b34424 (py-execute-region): When temp-names are broken (Emacs 19.34), a by Barry Warsaw · 26 years ago
  77. 7c29b23 (py-beginning-of-def-or-class, py-end-of-def-or-class, by Barry Warsaw · 26 years ago
  78. 003932a (py-comment-indent-function): A replacement for by Barry Warsaw · 26 years ago
  79. 3bfed5b (py-ask-about-save): New variable used in by Barry Warsaw · 26 years ago
  80. 1d0364b (py-execute-string): Bind to C-c C-s, and put on menu by Barry Warsaw · 26 years ago
  81. 751f493 (py-stringlit-re): Another ME patch to recognize SQTQs and DQTQs by Barry Warsaw · 26 years ago
  82. 820273d More ME patches: by Barry Warsaw · 26 years ago
  83. ab0e86c (beginning-of-python-def-or-class): Renamed to by Barry Warsaw · 26 years ago
  84. ebc7b7a More ME patches: by Barry Warsaw · 26 years ago
  85. 145ab1c #Documentation and comment typos patch given by Michael Ernst. More by Barry Warsaw · 26 years ago
  86. 77d1fce (py-compute-indentation): Use forward-comment to skip over all by Barry Warsaw · 26 years ago
  87. ea609c1 (py-toggle-shells): Added a message in the minibuf. by Barry Warsaw · 26 years ago
  88. a239880 Quick and extremely dirty hacks to toggle between using CPython and by Barry Warsaw · 26 years ago
  89. 3179fe0 (imenu-example--python-class-regexp): Fix to recognize Module.Class in by Barry Warsaw · 26 years ago
  90. 5204b4a #Oops, I lost the CVS/RCS $Revision$ by Barry Warsaw · 26 years ago
  91. 92166d9 (py-compute-indentation): When looking at a continuation line inside by Barry Warsaw · 26 years ago
  92. 585f733 Two patches for Emacs 20.2 compatibility: by Barry Warsaw · 26 years ago
  93. f9b99f4 (py-postprocess-output-buffer): Return t if an exception was found, by Barry Warsaw · 26 years ago
  94. 512af04 (py-execute-region): Watch out for shell-command-on-region killing a by Barry Warsaw · 26 years ago
  95. beef9e7 Removed all the mixed indentation face stuff. It's not as helpful as by Barry Warsaw · 26 years ago
  96. 8ca7028 (py-tab-face): => py-mixed-indentation-face by Barry Warsaw · 26 years ago
  97. e908b6b (py-in-literal, py-fast-in-literal): New functions (mostly) stolen from CC Mode. by Barry Warsaw · 26 years ago
  98. b6c1f1f #minor change to eval-while-compile so that it must both find by Barry Warsaw · 26 years ago
  99. 0d2805b (py-tab-face, python-font-lock-keywords): Color all tabs at the start by Barry Warsaw · 26 years ago
  100. 639eea6 (py-smart-indentation): Updated docstring for new policy. by Barry Warsaw · 26 years ago