Re: [Idle-dev] Updates to the IDLE Dev Guide

2015-05-07 Thread Sean Felipe Wolfe
Hey guys, I've got some cycles opening up and I'd like to help out a bit with IDLE development. I'm reading the guide now and I'll be in touch. I'm especially interested in helping the existing contributions get tested and finalized so they can get pushed into the latest python 2 and 3 releases.

[Idle-dev] issue 2704 - shell terminal functionality

2015-05-07 Thread Sean Felipe Wolfe
https://bugs.python.org/issue2704 Title: IDLE: Patch to make PyShell behave more like a Terminal interface I'd love to see this patch committed to the main line. Do we think the change is ready at this point? Thanks! -- A musician must make music, an artist must paint, a poet must write, if he

Re: [Idle-dev] issue 2704 - shell terminal functionality

2015-05-07 Thread Al Sweigart
Hi Sean. I'll take a look at the patch on my Windows 7 machine later this week. On Thu, May 7, 2015 at 1:40 PM, Sean Felipe Wolfe wrote: > https://bugs.python.org/issue2704 > Title: IDLE: Patch to make PyShell behave more like a Terminal interface > > I'd love to see this patch committed to the m

Re: [Idle-dev] Updates to the IDLE Dev Guide

2015-05-07 Thread Kevin Walzer
On 5/7/15 4:26 PM, Sean Felipe Wolfe wrote: There's also an issue in OSX with the Preferences window, where the ok and apply buttons have the wrong font size. I'll attach a screenshot here and see if there's an issue already filed. That's more an issue with Tk than IDLE, and it's been fixed upst

Re: [Idle-dev] Updates to the IDLE Dev Guide

2015-05-07 Thread Kevin Walzer
On 5/7/15 4:26 PM, Sean Felipe Wolfe wrote: There's also an issue in OSX with the Preferences window, where the ok and apply buttons have the wrong font size. I'll attach a screenshot here and see if there's an issue already filed. That's more an issue with Tk than IDLE, and it's been fixed

Re: [Idle-dev] issue 2704 - shell terminal functionality

2015-05-07 Thread Sean Felipe Wolfe
Hey Al if that's what you need, I'm happy to take of that. I've got a W7 machine as well. On Thu, May 7, 2015 at 4:27 PM, Al Sweigart wrote: > Hi Sean. I'll take a look at the patch on my Windows 7 machine later this > week. > > On Thu, May 7, 2015 at 1:40 PM, Sean Felipe Wolfe wrote: >> https:

Re: [Idle-dev] Updates to the IDLE Dev Guide

2015-05-07 Thread Sean Felipe Wolfe
On Thu, May 7, 2015 at 5:08 PM, Kevin Walzer wrote: > On 5/7/15 4:26 PM, Sean Felipe Wolfe wrote: >> >> >> There's also an issue in OSX with the Preferences window, where the ok and >> apply buttons have the wrong font size. I'll attach a screenshot here and >> see if there's an issue already fil

Re: [Idle-dev] Updates to the IDLE Dev Guide

2015-05-07 Thread Kevin Walzer
On 5/7/15 8:40 PM, Sean Felipe Wolfe wrote: Where does the Tk dependency come from in a default Python install -- does it come from within Python? I'd love to see it not appear. Tkinter is the UI toolkit that IDLE uses; it's a Python wrapper for Tk. If it's a matter of osx not having an updated