summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_timeit.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+7
|
* Avoid deprecation warnings.Serhiy Storchaka2015-01-311-1/+1
|
* Use float division to avoid deprecation warning in test_timeit (issue #11578).Serhiy Storchaka2015-01-311-2/+2
|
* Use test.test_support instead of test.support.Serhiy Storchaka2015-01-261-3/+3
|
* Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+8
| | | | a function or a loop (e.g. "return" or "break").
* Issue #11578: Backported test for the timeit module.Serhiy Storchaka2015-01-261-0/+304