[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-06-10 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody please close as requested in msg210212, thanks. -- nosy: +BreamoreBoy ___ Python tracker ___

[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 ___ ___ Python-bugs-list mailin

[issue1253] IDLE - Percolator overhaul

2014-02-04 Thread Tal Einat
Changes by Tal Einat : -- nosy: -taleinat ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.o

[issue1253] IDLE - Percolator overhaul

2013-06-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- assignee: kbk -> versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker ___ ___ P

[issue1253] IDLE - Percolator overhaul

2012-03-25 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue1253] IDLE - Percolator overhaul

2010-07-21 Thread Tal Einat
Tal Einat added the comment: Note that at one point discussion of this issue was continued on the tracker page for issue1252. -- ___ Python tracker ___ _

[issue1253] IDLE - Percolator overhaul

2010-07-20 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: +tjreedy -gvanrossum versions: +Python 3.2 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-list

[issue1253] IDLE - Percolator overhaul

2009-04-26 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +gpolo stage: -> patch review versions: +Python 2.7, Python 3.1 -Python 2.5 ___ Python tracker ___

[issue1253] IDLE - Percolator overhaul

2007-10-23 Thread Tal Einat
Tal Einat added the comment: The change required for Squeezer and ShellLogger is the separation of the Tk Text specific logic into a subclass, which makes Percolator a generally useful class. Along with the simple patch to Delegator.py which allows delegation to callables, this change allows one

[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]> __ ___ Python-bu

[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 PROTECTE

[issue1253] IDLE - Percolator overhaul

2007-10-09 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[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 PROTECTED

[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 inherit