COMMITS
/ Misc/python-mode.el June 17, 2003
K
Remove short-circuitying grubbing by using last grubbed buffer. It's
Ken Manheimer committed
May 1, 2003
K
Slightly more lenient pdbtrack prompt recognition, for people who use
Ken Manheimer committed
K
Allow for multiple parens around pdb prompt for (new) nested debugging
Ken Manheimer committed
March 3, 2003
K
py-pdbtrack-grub-for-buffer(): Rectified some logic errors i
Ken Manheimer committed
K
Guard advancing past leading meta-comments.
Ken Manheimer committed
K
Enhanced pdbtrack to provide for source code that's not findable by
Ken Manheimer committed
December 31, 2002
S
Bernhard Herzog's paragraph and string-filling code. I've been using it for
Skip Montanaro committed
October 21, 2002
B
(py-parse-state-re): Remove the "if" from the regular expression.
Barry Warsaw committed
September 28, 2002
B
(py-pychecker-run): Fix calculation of last command to include the
Barry Warsaw committed
July 17, 2002
B
(py-pychecker-run): Use the last pychecker invocation as the default
Barry Warsaw committed
B
We need to (require 'compile) to guarantee that compile-internal is
Barry Warsaw committed
July 16, 2002
B
(py-imenu-create-index-function): Skip over stuff that looks like code
Barry Warsaw committed
B
(py-pychecker-run): Thomas Heller points out that this function messes
Barry Warsaw committed
May 23, 2002
B
(py-goto-statement-below): Watch out for landing in a triple quoted
Barry Warsaw committed
May 12, 2002
B
(py-execute-region): Do the blank line skipping inside the
Barry Warsaw committed
April 30, 2002
B
Watch out for older XEmacsen for which requiring info-look doesn't
Barry Warsaw committed
April 26, 2002
B
(py-comint-output-filter-function): Put the pop-to-buffer call inside
Barry Warsaw committed
April 25, 2002
B
Fix typo in the setup of interpreter-mode-alist.
Barry Warsaw committed
B
SF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides
Barry Warsaw committed
B
(py-execute-region): Alexander Schmolck points out that leading
Barry Warsaw committed
B
(py-comint-output-filter-function): Add a pop-to-buffer call so you
Barry Warsaw committed
B
(py-shell-hook): A new hook variable, run at the end of py-shell.
Barry Warsaw committed
April 22, 2002
B
Merge in Skip's last few updates w.r.t. py-help-at-point:
Barry Warsaw committed
B
Some contributions and ideas by Alexander Schmolck: add a keybinding
Barry Warsaw committed
B
Skip Montanaro's contribution (slightly mod'd by Barry) to provide a
Barry Warsaw committed
B
(py-execute-region): If the line at the beginning of the region is a
Barry Warsaw committed
B
(py-execute-region): If you ran this without having visited a
Barry Warsaw committed
March 18, 2002
B
(py-temp-directory): Add /var/tmp to the list of directories this
Barry Warsaw committed
March 15, 2002
B
(py-honor-comment-indentation, py-compute-indentation): Fix the
Barry Warsaw committed
July 6, 2001
B
(py-version): Hopefully fixed my XEmacs settings so this doesn't get
Barry Warsaw committed
B
(py-continuation-offset): Update docstring to describe that this
Barry Warsaw committed
June 19, 2001
B
(python-font-lock-keywords): Add "yield" as a keyword to support the
Barry Warsaw committed
June 18, 2001
B
(py-continuation-offset): New variable which controls how much to
Barry Warsaw committed
April 11, 2001
B
(py-pdbtrack-track-stack-file): On Ken's suggestion, add "pdbtrack:"
Barry Warsaw committed
B
intermediate
Barry Warsaw committed
February 24, 2001
B
(py-parse-state): Teach python-mode how to scan code which follows
Barry Warsaw committed
February 20, 2001
B
(py-execute-region): This one's easy... kill the temporary file's
Barry Warsaw committed
December 27, 2000
B
(python-font-lock-keywords): Add highlighting of `as' as a keyword,
Barry Warsaw committed
October 27, 2000
B
(py-goto-beginning-of-tqs): When searching backwards for the matching
Barry Warsaw committed
June 23, 2000
B
(py-execute-region): Make sure the new temporary buffer is current for
Barry Warsaw committed
May 23, 2000
B
(py-execute-region): Based on suggestions by Francois Pinard and Skip
Barry Warsaw committed
August 10, 1999
B
(py-shell): Set the default shell if not set yet. It's sometimes
Barry Warsaw committed
July 28, 1999
B
A few minor Customize changes:
Barry Warsaw committed
B
(python-mode): Set which interpreter (CPython or JPython) to use the
Barry Warsaw committed
July 27, 1999
B
(py-beginning-of-def-or-class): Only move to match-beginning if the
Barry Warsaw committed
June 3, 1999
B
(py-statement-closes-block-p): py-goto-initial-line could leave us in
Barry Warsaw committed
May 24, 1999
B
(py-electric-backspace): I'm not sure this function should be special
Barry Warsaw committed
B
(py-parse-state): When running under Emacs -- which doesn't have
Barry Warsaw committed
B
(py-statement-closes-block-p): Add a py-goto-initial-line which fixes
Barry Warsaw committed
February 16, 1999
B
(py-shell): Added optional argprompt, which will prompt for additional
Barry Warsaw committed