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.
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
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
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
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
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:
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
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