[issue989712] Support using Tk without a mainloop

2012-03-26 Thread Roger Serwy
Roger Serwy roger.se...@gmail.com added the comment: There's a subtle bug in the currently applied patch. import tkinter a = tkinter.Tk() b = tkinter.Tk() Closing the first window will prevent closing the second window. This example may seem abstract, but it is a real issue

[issue989712] Support using Tk without a mainloop

2012-03-26 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 837ac3abf0c5 by Andrew Svetlov in branch 'default': Issue #989712: update the code to process tkinter messages in IDLE http://hg.python.org/cpython/rev/837ac3abf0c5 --

[issue989712] Support using Tk without a mainloop

2012-03-26 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: Roger, your patch is pushed. Please next time when you reopen closed bug set 'Resolution' field to 'remind'. Thank you. -- ___ Python tracker rep...@bugs.python.org

[issue989712] Support using Tk without a mainloop

2012-03-26 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712 ___ ___

[issue989712] Support using Tk without a mainloop

2012-03-26 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- assignee: kbk - asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712 ___ ___

[issue989712] Support using Tk without a mainloop

2012-03-13 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: I've uploaded gpolo's patch converted to python 3.3 Works good on Linux -- nosy: +asvetlov, loewis versions: +Python 3.3 -Python 3.2 Added file: http://bugs.python.org/file24830/issue989712.diff

[issue989712] Support using Tk without a mainloop

2012-03-13 Thread Martin v . Löwis
Martin v. Löwis mar...@v.loewis.de added the comment: +1. asvetlov: please commit. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712 ___ ___

[issue989712] Support using Tk without a mainloop

2012-03-13 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za added the comment: New changeset 535bb0bf1f49 by Andrew Svetlov in branch 'default': Issue #989712: Support using Tk without a mainloop. http://hg.python.org/cpython/rev/535bb0bf1f49 -- nosy: +python-dev

[issue989712] Support using Tk without a mainloop

2012-03-13 Thread Andrew Svetlov
Andrew Svetlov andrew.svet...@gmail.com added the comment: The issue is fixed. Thanks to Guilherme Polo. -- resolution: - fixed stage: patch review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org

[issue989712] Support using Tk without a mainloop

2010-08-19 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: There were no comments in reply to msg84306, anyone got any comments now? If not could someone take a look at the patch and if happy get it committed. -- nosy: +BreamoreBoy stage: unit test needed - patch review versions:

[issue989712] Support using Tk without a mainloop

2010-07-28 Thread C. E. Ball
Changes by C. E. Ball ceb...@users.sf.net: -- nosy: +ceball ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712 ___ ___ Python-bugs-list mailing

[issue989712] Support using Tk without a mainloop

2009-03-28 Thread Guilherme Polo
Guilherme Polo ggp...@gmail.com added the comment: I've changed the patch a bit and give it a quick try on the python-trunk. I didn't understand the need to verify for _tkinter while IDLE is already running, also, _tkinter.dooneevent is gone in py3k so I'm not using the module function (these

[issue989712] Support using Tk without a mainloop

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz aja...@gmail.com: -- components: +Tkinter dependencies: +IDLE / PyOS_InputHook stage: - test needed type: - feature request versions: +Python 2.7 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue989712