[issue6181] Tkinter.Listbox several minor issues

2014-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5ab8ec8b5b5b by Serhiy Storchaka in branch '2.7': Issue #6181: Fixed errors in tkinter.Listbox docstrings. http://hg.python.org/cpython/rev/5ab8ec8b5b5b New changeset 932532360578 by Serhiy Storchaka in branch '3.4': Issue #6181: Fixed errors in

[issue6181] Tkinter.Listbox several minor issues

2014-06-02 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8cd7eb00894e by Serhiy Storchaka in branch '2.7': Issue #6181: Fixed minor bugs in tkinter.Listbox methods: http://hg.python.org/cpython/rev/8cd7eb00894e New changeset 54a2ceacac05 by Serhiy Storchaka in branch '3.4': Issue #6181: Fixed minor bugs

[issue6181] Tkinter.Listbox several minor issues

2014-06-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I divided the patch to three parts. First, obvious errors in docstrings. Second, minor behavior bugs. Added tests for affected methods. And I didn't commit third part, style changes to docstrings, because I want to update docstrings in separate issue.

[issue6181] Tkinter.Listbox several minor issues

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- nosy: -BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___ ___

[issue6181] Tkinter.Listbox several minor issues

2013-10-31 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- assignee: - serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___ ___

[issue6181] Tkinter.Listbox several minor issues

2013-10-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue6181] Tkinter.Listbox several minor issues

2013-09-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- nosy: +serhiy.storchaka versions: +Python 3.3, Python 3.4 -Python 3.1, Python 3.2 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___

[issue6181] Tkinter.Listbox several minor issues

2013-06-30 Thread Martin Panter
Changes by Martin Panter vadmium...@gmail.com: -- nosy: +vadmium ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___ ___ Python-bugs-list

[issue6181] Tkinter.Listbox several minor issues

2012-04-04 Thread Andrew Svetlov
Changes by Andrew Svetlov andrew.svet...@gmail.com: -- nosy: +asvetlov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6181 ___ ___ Python-bugs-list

[issue6181] Tkinter.Listbox several minor issues

2010-08-04 Thread Mark Lawrence
Mark Lawrence breamore...@yahoo.co.uk added the comment: Patch seems straight forward so can we commit please. -- nosy: +BreamoreBoy stage: - patch review type: - behavior versions: +Python 3.2 ___ Python tracker rep...@bugs.python.org

[issue6181] Tkinter.Listbox several minor issues

2009-06-02 Thread Guilherme Polo
New submission from Guilherme Polo ggp...@gmail.com: Hi there, I've found several minor issues in Tkinter.Listbox which are all fixed by the attached patch. I'm considering the bbox method should be clear in relation to the amount of accepted arguments, which is always one. So I dropped the