Commits
User selector
Commit History
Commits on Feb 6, 2008
Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-…
Show description for 9ea5e1fcommitted
christian.heimes
Commits on Aug 12, 2007
Kill execfile(), use exec() instead
Show description for 5c77232committed
neal.norwitz
Commits on Jun 13, 2007
Merged revisions 55817-55961 via svnmerge from
Show description for ef3745acommitted
guido.van.rossum
Commits on Dec 19, 2006
Patch #1601678: move intern() to sys.intern().
Show description for 69ff833committed
georg.brandl
Commits on Aug 29, 2006
Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
Show description for a9e348bcommitted
neal.norwitz
Commits on Aug 26, 2006
Part of SF patch #1513870 (the still relevant part) -- add reduce() to
Show description for 177ba98committed
guido.van.rossum
Commits on Mar 17, 2006
Get rid of a bunch more raw_input references
Show description for 7e39541committed
neal.norwitz
Commits on Dec 18, 2003
Sync with python-mode project. Adds two changes:
Show description for ee81602committed
montanaro
Commits on Aug 1, 2003
delete the f1 key binding. py-help-at-point is still available @ C-c C-h.
Show description for c137476committed
montanaromake pending-delete/delete-selection mode work with py-electric-colon
Show description for e81d77fcommitted
montanaro
Commits on Jul 31, 2003
tweak to py-fill-paragraph - problem noted by John Lee and correction
Show description for 8e21234committed
montanaro
Commits on Jun 17, 2003
Remove short-circuitying grubbing by using last grubbed buffer. It's
Show description for 8b82a0dcommitted
klm
Commits on May 1, 2003
Slightly more lenient pdbtrack prompt recognition, for people who use
Show description for ed07d4fcommitted
klmAllow for multiple parens around pdb prompt for (new) nested debugging
Show description for 4f8f1e5committed
klm
Commits on Mar 3, 2003
py-pdbtrack-grub-for-buffer(): Rectified some logic errors i
Show description for 358bc9ccommitted
klmGuard advancing past leading meta-comments.
Show description for 7fea253committed
klmEnhanced pdbtrack to provide for source code that's not findable by
Show description for 00c9681committed
klm
Commits on Dec 31, 2002
Bernhard Herzog's paragraph and string-filling code. I've been using it for
Show description for bd227c3committed
montanaro
Commits on Oct 21, 2002
(py-parse-state-re): Remove the "if" from the regular expression.
Show description for dac9487committed
bwarsaw
Commits on Sep 28, 2002
(py-pychecker-run): Fix calculation of last command to include the
Show description for ce4528ccommitted
bwarsaw
Commits on Jul 17, 2002
(py-pychecker-run): Use the last pychecker invocation as the default
Show description for 2253926committed
bwarsawWe need to (require 'compile) to guarantee that compile-internal is
Show description for 578e700committed
bwarsaw
Commits on Jul 16, 2002
(py-imenu-create-index-function): Skip over stuff that looks like code
Show description for 792f716committed
bwarsaw(py-pychecker-run): Thomas Heller points out that this function messes
Show description for b007891committed
bwarsaw
Commits on May 23, 2002
(py-goto-statement-below): Watch out for landing in a triple quoted
Show description for d23dc48committed
bwarsaw
Commits on May 12, 2002
(py-execute-region): Do the blank line skipping inside the
Show description for d16cb65committed
bwarsaw
Commits on Apr 30, 2002
Watch out for older XEmacsen for which requiring info-look doesn't
Show description for bccd5d5committed
bwarsaw
Commits on Apr 26, 2002
(py-comint-output-filter-function): Put the pop-to-buffer call inside
Show description for e03c2ffcommitted
bwarsaw
Commits on Apr 25, 2002
Fix typo in the setup of interpreter-mode-alist.
Show description for 1863641committed
bwarsawSF patch #510288 by Kevin J. Butler, mod'd by Barry. This provides
Show description for 621d18ecommitted
bwarsaw(py-execute-region): Alexander Schmolck points out that leading
Show description for c9e5b4acommitted
bwarsaw(py-comint-output-filter-function): Add a pop-to-buffer call so you
Show description for 03c9718committed
bwarsaw(py-shell-hook): A new hook variable, run at the end of py-shell.
Show description for 44b38edcommitted
bwarsaw
Commits on Apr 22, 2002
Merge in Skip's last few updates w.r.t. py-help-at-point:
Show description for 06f16b2committed
bwarsawSome contributions and ideas by Alexander Schmolck: add a keybinding
Show description for cb0b716committed
bwarsaw