Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.10] Remove a redundant assignment in Tools/unittestgui/unittestgui.py ↵ | Irit Katriel | 2021-05-16 | 1 | -1/+0 |
| | | | | | | | | (GH-21438) (GH-26171) (cherry picked from commit a42d98ed91cd1f08b2e9734ca6ca136dd10dff5d) Co-authored-by: Serhii Hidenko <shidenko97@gmail.com> | ||||
* | Removed unintentional trailing spaces in text files. | Serhiy Storchaka | 2015-03-29 | 1 | -2/+2 |
| | |||||
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | remove __version__s dependent on subversion keyword expansion (closes #12221) | Benjamin Peterson | 2011-06-01 | 1 | -1/+0 |
| | |||||
* | Enable unittest.TestCase to be instantiated without providing a method name. | Michael Foord | 2011-01-03 | 1 | -2/+4 |
| | | | | Changed unittestgui to show number of discovered tests in the status bar. | ||||
* | Issue 10502: addition of unittestgui to Tools/ | Michael Foord | 2011-01-03 | 2 | -0/+493 |