[Idle-dev] How does one offer patches?

2010-10-10 Thread Bruce Sherwood
Please forgive me for my ignorance, but how does one offer patches to IDLE? At http://vpython.org/vidle/patch.diff is a patch from the idlelib installed with Windows Python3.1.2 to vidle, where vidle incorporates the work done in the 2009 GSoC by Guilherme Polo, updated for Python 3. For details, s

Re: [Idle-dev] How does one offer patches?

2010-10-10 Thread Bruce Sherwood
Hmm. The "missing top line" problem is seen on Windows. I find that whether the statement is present or not in IOBinding.py makes no difference on the Mac. Bruce Sherwood On Sun, Oct 10, 2010 at 3:40 PM, Bruce Sherwood wrote: > > I should add that just today I remade the diff at > http://vpython

Re: [Idle-dev] How does one offer patches?

2010-10-10 Thread Bruce Sherwood
Nor does it matter on (Ubuntu) Linux. It only seems to matter on Windows. Bruce Sherwood On Sun, Oct 10, 2010 at 5:04 PM, Bruce Sherwood wrote: > Hmm. The "missing top line" problem is seen on Windows. I find that > whether the statement is present or not in IOBinding.py makes no > difference on

Re: [Idle-dev] How does one offer patches?

2010-10-10 Thread Tal Einat
Bruce Sherwood wrote: > Please forgive me for my ignorance, but how does one offer patches to > IDLE? At http://vpython.org/vidle/patch.diff is a patch from the > idlelib installed with Windows Python3.1.2 to vidle, where vidle > incorporates the work done in the 2009 GSoC by Guilherme Polo, update

Re: [Idle-dev] How does one offer patches?

2010-10-10 Thread Bruce Sherwood
Thanks much, Tal. There has already been extensive testing of VIDLE. Guilherme's GSoC version was distributed under the name of VIDLE with VPython 2.6 or 2.7 during the past year with no hint of problems. As part of getting VPython to work with Python 3 I manually applied Guilherme's patches to the