History log of /external/python/cpython3/Tools/unittestgui/unittestgui.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b992a0e102c1dcc8d038983755f792c2f65a233f 16-Jan-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #19936: Added executable bits or shebang lines to Python scripts which
requires them. Disable executable bits and shebang lines in test and
benchmark files in order to prevent using a random system python, and in
source files of modules which don't provide command line interface. Fixed
shebang line to use python3 executable in the unittestgui script.
/external/python/cpython3/Tools/unittestgui/unittestgui.py
8c6f88efa2371addacc2acf5cc4634974160406c 01-Jun-2011 Benjamin Peterson <benjamin@python.org> remove __version__s dependent on subversion keyword expansion (closes #12221)
/external/python/cpython3/Tools/unittestgui/unittestgui.py
32e1d8340c05fa62ba51dbd942bdc09a21e65f6e 03-Jan-2011 Michael Foord <fuzzyman@voidspace.org.uk> Enable unittest.TestCase to be instantiated without providing a method name.
Changed unittestgui to show number of discovered tests in the status bar.
/external/python/cpython3/Tools/unittestgui/unittestgui.py
90efac7f3794760b3a4d07171b90c86eeb4f2f81 03-Jan-2011 Michael Foord <fuzzyman@voidspace.org.uk> Issue 10502: addition of unittestgui to Tools/
/external/python/cpython3/Tools/unittestgui/unittestgui.py