History log of /external/python/cpython2/Lib/test/test_timeit.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
59ea508bb84006b8e93ff036aa8d9f0a3fa232c7 30-May-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #5633: Fixed timeit when the statement is a string and the setup is not.
/external/python/cpython2/Lib/test/test_timeit.py
5312a7f912088361e2a1fccd5daeaa9dc4ff5fd3 31-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Avoid deprecation warnings.
/external/python/cpython2/Lib/test/test_timeit.py
b84e5daf915296984d46f8fe44547e7bc2924700 31-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Use float division to avoid deprecation warning in test_timeit (issue #11578).
/external/python/cpython2/Lib/test/test_timeit.py
09d7e7ec0e277db87104b77254d9c323ed6e6df1 25-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Use test.test_support instead of test.support.
/external/python/cpython2/Lib/test/test_timeit.py
73c086389a81f81d20a9f87eb95cebd15b6ced58 25-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #18518: timeit now rejects statements which can't be compiled outside
a function or a loop (e.g. "return" or "break").
/external/python/cpython2/Lib/test/test_timeit.py
001320720090976b8a44b2aaf7c5a10ce66f40b9 26-Jan-2015 Serhiy Storchaka <storchaka@gmail.com> Issue #11578: Backported test for the timeit module.
/external/python/cpython2/Lib/test/test_timeit.py