Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #5633: Fixed timeit when the statement is a string and the setup is not. | Serhiy Storchaka | 2015-05-30 | 1 | -0/+7 |
* | Avoid deprecation warnings. | Serhiy Storchaka | 2015-01-31 | 1 | -1/+1 |
* | Use float division to avoid deprecation warning in test_timeit (issue #11578). | Serhiy Storchaka | 2015-01-31 | 1 | -2/+2 |
* | Use test.test_support instead of test.support. | Serhiy Storchaka | 2015-01-26 | 1 | -3/+3 |
* | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+8 |
* | Issue #11578: Backported test for the timeit module. | Serhiy Storchaka | 2015-01-26 | 1 | -0/+304 |