COMMITS
/ Misc/python-mode.el February 6, 2008
August 12, 2007
N
Kill execfile(), use exec() instead
Neal Norwitz committed
June 13, 2007
G
Merged revisions 55817-55961 via svnmerge from
Guido van Rossum committed
December 19, 2006
G
Patch #1601678: move intern() to sys.intern().
Georg Brandl committed
August 29, 2006
N
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Neal Norwitz committed
August 26, 2006
G
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Guido van Rossum committed
March 17, 2006
N
Get rid of a bunch more raw_input references
Neal Norwitz committed
December 18, 2003
S
Sync with python-mode project. Adds two changes:
Skip Montanaro committed
August 1, 2003
S
delete the f1 key binding. py-help-at-point is still available @ C-c C-h.
Skip Montanaro committed
S
make pending-delete/delete-selection mode work with py-electric-colon
Skip Montanaro committed
July 31, 2003
S
tweak to py-fill-paragraph - problem noted by John Lee and correction
Skip Montanaro committed
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