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 |
|\ | |||||
| * | Issue #5633: Fixed timeit when the statement is a string and the setup is not. | Serhiy Storchaka | 2015-05-30 | 1 | -0/+7 |
* | | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+1 |
* | | Issue #18983: Allow selection of output units in timeit. | Robert Collins | 2015-03-17 | 1 | -0/+20 |
* | | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+12 |
|\ \ | |/ | |||||
| * | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+12 |
* | | Issue #2527: Add a *globals* argument to timeit functions, in order to overri... | Antoine Pitrou | 2014-08-23 | 1 | -2/+14 |
|/ | |||||
* | skip if __doc__ is gone | Benjamin Peterson | 2012-10-12 | 1 | -0/+1 |
* | #11578: add unit tests for timeit module. | R David Murray | 2011-03-16 | 1 | -0/+305 |