[issue17118] Add tests for testing Python-Tcl interaction

2013-02-07 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7cc6fbd7ae1 by Serhiy Storchaka in branch '2.7': Issue #17118: Add new tests for testing Python-Tcl interaction. http://hg.python.org/cpython/rev/f7cc6fbd7ae1 New changeset 148e6ebfe854 by Serhiy Storchaka in branch '3.2': Issue #17118: Add new tes

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file28961/tkinter_test_passing_values_2.patch Added file: http://bugs.python.org/file28962/tkinter_test_passing_values-2.7_2.patch ___ Python tracker __

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28960/tkinter_test_passing_values-2.7_2.patch ___ Python tracker ___ _

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28959/tkinter_test_passing_values_2.patch ___ Python tracker ___ ___ P

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28947/tkinter_test_passing_values-2.7.patch ___ Python tracker ___ ___

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28946/tkinter_test_passing_values.patch ___ Python tracker ___ ___ Pyth

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Removed file: http://bugs.python.org/file28946/tkinter_test_passing_values.patch ___ Python tracker ___ ___ Pyth

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: I missed existing test_tcl. Patches updated, now they add new tests into test_tcl. -- Added file: http://bugs.python.org/file28959/tkinter_test_passing_values_2.patch Added file: http://bugs.python.org/file28960/tkinter_test_passing_values-2.7_2.patc

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-03 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- versions: +Python 2.7 Added file: http://bugs.python.org/file28947/tkinter_test_passing_values-2.7.patch ___ Python tracker ___

[issue17118] Add tests for testing Python-Tcl interaction

2013-02-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch adds tests for testing how Python values converted when passed to Tkinter and back. This patch was a part of issue16840, but other issues need this tests. -- assignee: serhiy.storchaka components: Tests, Tkinter files: tkinter_test_p