summaryrefslogtreecommitdiff
path: root/Lib/test/test_timeit.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #24631: Fixed regression in the timeit modulu with multyline setup.Serhiy Storchaka2015-07-151-2/+8
* Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-7/+35
|\
| * Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+1
| * Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-181-0/+20
| * Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+12
| |\
| * | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-221-2/+14
* | | Issue #5633: Fixed timeit when the statement is a string and the setup is not.Serhiy Storchaka2015-05-301-0/+7
| |/ |/|
* | Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-0/+12
|/
* skip if __doc__ is goneBenjamin Peterson2012-10-121-0/+1
* #11578: add unit tests for timeit module.R David Murray2011-03-161-0/+305