[issue1253] IDLE - Percolator overhaul

2014-06-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody please close as requested in msg210212, thanks. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___

[issue1253] IDLE - Percolator overhaul

2014-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Tal could have. Anyway, I made a note to look at this or #1252 if I want to understand Percolator or Delegator or think about changing them. -- resolution: - wont fix status: open - closed ___ Python tracker

[issue1253] IDLE - Percolator overhaul

2014-02-04 Thread Tal Einat
Changes by Tal Einat talei...@gmail.com: -- nosy: -taleinat ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___ ___ Python-bugs-list mailing

[issue1253] IDLE - Percolator overhaul

2014-02-04 Thread Tal Einat
Tal Einat added the comment: This should be closed as wont fix. -- nosy: +taleinat ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___ ___

[issue1253] IDLE - Percolator overhaul

2013-06-15 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- assignee: kbk - versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___

[issue1253] IDLE - Percolator overhaul

2012-03-25 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___ ___ Python-bugs-list

[issue1253] IDLE - Percolator overhaul

2010-07-21 Thread Tal Einat
Tal Einat talei...@gmail.com added the comment: Note that at one point discussion of this issue was continued on the tracker page for issue1252. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253

[issue1253] IDLE - Percolator overhaul

2010-07-20 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: +tjreedy -gvanrossum versions: +Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___

[issue1253] IDLE - Percolator overhaul

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- nosy: +gpolo stage: - patch review versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1253 ___

[issue1253] IDLE - Percolator overhaul

2007-10-22 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: What change was required to allow Squeezer and ShellLogger to co-exist? __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1253 __ ___

[issue1253] IDLE - Percolator overhaul

2007-10-15 Thread Kurt B. Kaiser
Kurt B. Kaiser added the comment: Thanks for the patch, it will definitely be applied once I finish reviewing it! Good job splitting off TkTextPercolator and inheriting from Delegator. -- assignee: - kbk priority: - normal __ Tracker [EMAIL PROTECTED]

[issue1253] IDLE - Percolator overhaul

2007-10-10 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker [EMAIL PROTECTED] http://bugs.python.org/issue1253 __ ___ Python-bugs-list mailing list Unsubscribe:

[issue1253] IDLE - Percolator overhaul

2007-10-09 Thread Tal Einat
New submission from Tal Einat: The Percolator class has been very hard to figure out, and has been a source of confusion for users wanting to hack IDLE. This patch makes Percolator a generally useful class which inherits from Delegator. It also adds a new class, TkTextPercolator, which inherits

[issue1253] IDLE - Percolator overhaul

2007-10-09 Thread Guido van Rossum
Guido van Rossum added the comment: It's been too long since I wrote this code to be able to review, but I'm glad that it still gets some love and attention. Here's to hoping that your patch gets applied. -- nosy: +gvanrossum __ Tracker [EMAIL