History log of /external/python/cpython3/Lib/test/test_ttk_textonly.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1e8ee9b3808cd6c1a7a29c75115d1060a8ee877b 24-Apr-2016 Berker Peksag <berker.peksag@gmail.com> Issue #23277: Remove unused sys and os imports

Patch by Jon Dufresne.
/external/python/cpython3/Lib/test/test_ttk_textonly.py
7dc9dea7784c2e8cd07af11d1757ae58a3492bd6 22-May-2015 Zachary Ware <zachary.ware@gmail.com> Issue #20035: Reimplement tkinter._fix module as a C function.

The new private C function makes no permanent changes to the environment
and is #ifdef'd out on non-Windows platforms.
/external/python/cpython3/Lib/test/test_ttk_textonly.py
743c85a32e3623fa1fcdeefc9e31e53d74d700db 16-Mar-2013 Terry Jan Reedy <tjreedy@udel.edu> Issue # 10652: make tcl/tk tests run after __all__ test, patch by Zachary Ware.
/external/python/cpython3/Lib/test/test_ttk_textonly.py
1b37e8728c654efe928b9bc028b2f4f5621a35ea 14-Mar-2010 Georg Brandl <georg@python.org> Merged revisions 78093 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
r78093 | georg.brandl | 2010-02-07 18:03:15 +0100 (So, 07 Feb 2010) | 1 line

Remove unused imports in test modules.
........
/external/python/cpython3/Lib/test/test_ttk_textonly.py
a21e4ca3c6dc00b2825e2bb4e77a4aa76d8485f0 01-Apr-2009 R. David Murray <rdmurray@bitdance.com> Merged revisions 70734,70775,70856,70874,70876-70877 via svnmerge

........
r70734 | r.david.murray | 2009-03-30 15:04:00 -0400 (Mon, 30 Mar 2009) | 7 lines

Add import_function method to test.test_support, and modify a number of
tests that expect to be skipped if imports fail or functions don't
exist to use import_function and import_module. The ultimate goal is
to change regrtest to not skip automatically on ImportError. Checking
in now to make sure the buldbots don't show any errors on platforms
I can't direct test on.
........
r70775 | r.david.murray | 2009-03-30 19:05:48 -0400 (Mon, 30 Mar 2009) | 4 lines

Change more tests to use import_module for the modules that
should cause tests to be skipped. Also rename import_function
to the more descriptive get_attribute and add a docstring.
........
r70856 | r.david.murray | 2009-03-31 14:32:17 -0400 (Tue, 31 Mar 2009) | 7 lines

A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module. Also fixed formatting of some previous comments.
........
r70874 | r.david.murray | 2009-03-31 15:33:15 -0400 (Tue, 31 Mar 2009) | 5 lines

Improve test_support.import_module docstring, remove
deprecated flag from get_attribute since it isn't likely
to do anything useful.
........
r70876 | r.david.murray | 2009-03-31 15:49:15 -0400 (Tue, 31 Mar 2009) | 4 lines

Remove the regrtest check that turns any ImportError into a skipped test.
Hopefully all modules whose imports legitimately result in a skipped
test have been properly wrapped by the previous commits.
........
r70877 | r.david.murray | 2009-03-31 15:57:24 -0400 (Tue, 31 Mar 2009) | 2 lines

Add NEWS entry for regrtest change.
........
/external/python/cpython3/Lib/test/test_ttk_textonly.py
9de29afa7c083a24a5eabfbbc9bb3515e7026745 28-Jan-2009 Guilherme Polo <ggpolo@gmail.com> Merged revisions 69060-69063 via svnmerge from
svn+ssh://pythondev/python/trunk

........
r69060 | guilherme.polo | 2009-01-28 17:23:28 -0200 (Wed, 28 Jan 2009) | 2 lines

Added support for collecting tests only from specific packages.
........
r69061 | guilherme.polo | 2009-01-28 17:28:04 -0200 (Wed, 28 Jan 2009) | 4 lines

* Renaming test_tk_* to test_ttk_* since that is what they are testing.
* Added ttk tests to the expected skips mapping just like where test_tcl
was expected to be skipped too.
........
r69062 | guilherme.polo | 2009-01-28 18:02:01 -0200 (Wed, 28 Jan 2009) | 1 line

Make sure the root windows gets destroyed
........
r69063 | guilherme.polo | 2009-01-28 18:03:26 -0200 (Wed, 28 Jan 2009) | 2 lines

Issue #5083: New 'gui' resource for regrtest.
........
/external/python/cpython3/Lib/test/test_ttk_textonly.py