[issue799428] tk_focusNext() fails

2008-08-02 Thread Martin v. Löwis
Changes by Martin v. Löwis <[EMAIL PROTECTED]>: -- resolution: -> fixed status: open -> closed versions: +Python 2.6, Python 3.0 ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue799428] tk_focusNext() fails

2008-08-02 Thread Martin v. Löwis
Martin v. Löwis <[EMAIL PROTECTED]> added the comment: Thanks for the patch, committed as r65399, r65400, and r65401. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: Sorry for the previous patch, correct one attached now Added file: http://bugs.python.org/file10088/bugfix_and_revamp_nametowidget.diff Tracker <[EMAIL PROTECTED]> ___

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10087/bugfix_and_revamp_nametowidget.diff Tracker <[EMAIL PROTECTED]> _

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: There was a problem with my previous patch if the widget name was just '.' New patch attached Added file: http://bugs.python.org/file10087/bugfix_and_revamp_nametowidget.diff Tracker <[EMAIL PROTECTED]> <

[issue799428] tk_focusNext() fails

2008-04-24 Thread Guilherme Polo
Changes by Guilherme Polo <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file9938/bugfix_and_revamp_nametowidget.diff Tracker <[EMAIL PROTECTED]> __

[issue799428] tk_focusNext() fails

2008-04-04 Thread Guilherme Polo
Guilherme Polo <[EMAIL PROTECTED]> added the comment: While we are at it, can't we revamp nametowidget too ? Patch attached -- nosy: +gpolo Added file: http://bugs.python.org/file9938/bugfix_and_revamp_nametowidget.diff Tracker <[EMAIL PROTECTED]>

[issue799428] tk_focusNext() fails

2008-03-21 Thread Guido van Rossum
Changes by Guido van Rossum <[EMAIL PROTECTED]>: -- assignee: -> loewis nosy: +loewis Tracker <[EMAIL PROTECTED]> ___ Python-bugs-l

[issue799428] tk_focusNext() fails

2008-02-21 Thread Martin v. Löwis
Changes by Martin v. Löwis: -- keywords: +patch Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe: http://

[issue799428] tk_focusNext() fails

2008-02-21 Thread Russell Owen
Russell Owen added the comment: The bug still exists. Please assign this bug and patch to Martin Loewis if possible (I don't have privileges for that). -- nosy: +reowen type: -> behavior versions: +Python 2.5 -Python 2.3 Added file: http://bugs.python.org/file9483/Tkinter_patch.txt __