[Idle-dev] Ability to integrate 3rd party code checker into IDLE

2014-05-06 Thread Saimadhav Heblikar
Hi, I am posting an initial design plan to be able to integrate 3rd party code checker's into IDLE. 1. UI Part OutputWindow already has a 'goto file/line' feature, where a user can open a file/line. This feature will be used. Depending on the 3rd party api, there may be a need to reformat the res

Re: [Idle-dev] Fwd: Idle working on OS 10.9.2?

2014-05-06 Thread Terry Reedy
On 3/29/2014 5:48 PM, birdlandbill wrote: Just wondering if anyone has been able to run Idle 2.7.6 on OS 10.9.2 I expect so. There may have been an issue on the tracker. One of the answers is to use the proper version of tck/tk for the OS and Python version. -- Terry Jan Reedy ___

Re: [Idle-dev] Fwd: Idle working on OS 10.9.2?

2014-05-06 Thread Ned Deily
In article <[email protected]>, birdlandbill wrote: > Begin forwarded message: > > From: birdlandbill > > Subject: Idle working on OS 10.9.2? > > Date: March 29, 2014 at 4:38:28 PM CDT > > To: [email protected] > > > > It isn't on my computer. Worke

Re: [Idle-dev] GSOC 2014

2014-05-06 Thread Terry Reedy
On 1/26/2014 2:56 PM, Asish Panda wrote: This apparently got stuck in the moderation queue, and while this is obsolete in respect to GSOC 2014 selection, I will give answers where relevant. My first question is whether the project list of 2013 is still applicable for gsoc 2014. Not as writ

Re: [Idle-dev] Non-buildbot human mediated tests

2014-05-06 Thread Terry Reedy
On 4/27/2014 1:34 AM, Saimadhav Heblikar wrote: Hi, In this email, I'd like to detail how i plan to move forward on making human mediated non-buildbot tests in IDLE. I answered this privately while it was stuck in the queue. Saimadhav is preparing a new version to post. -- Terry Jan Reedy _

Re: [Idle-dev] Non-buildbot human mediated tests

2014-05-06 Thread Ned Deily
In article , Saimadhav Heblikar wrote: > Have i missed any other aspect? A metapoint about IDLE: it is crucial to keep in mind that IDLE is both a Python application and a Tk application. In many ways, the latter is more significant than the former because, unfortunately but unavoidably, th

Re: [Idle-dev] Non-buildbot human mediated tests

2014-05-06 Thread Terry Reedy
On 5/6/2014 3:10 PM, Ned Deily wrote: In article , Saimadhav Heblikar wrote: Have i missed any other aspect? A metapoint about IDLE: it is crucial to keep in mind that IDLE is both a Python application and a Tk application. In many ways, the latter is more significant than the former becau