| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Issue #18983: Allow selection of output units in timeit. | Robert Collins | 2015-03-17 | 1 | -0/+20 |
| | | | | | | | | | This allows manual selection of a specific unit such as usecs rather than the use of a heuristic. This is intended to aid machine processing of timeit output. Patch by Serhiy Storchaka. | ||||
| * | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+12 |
| |\ | | | | | | | a function or a loop (e.g. "return" or "break"). | ||||
| | * | Issue #18518: timeit now rejects statements which can't be compiled outside | Serhiy Storchaka | 2015-01-26 | 1 | -0/+12 |
| | | | | | | | | | a function or a loop (e.g. "return" or "break"). | ||||
| * | | Issue #2527: Add a *globals* argument to timeit functions, in order to ↵ | Antoine Pitrou | 2014-08-23 | 1 | -2/+14 |
| |/ | | | | | | override the globals namespace in which the timed code is executed. Patch by Ben Roberts. | ||||
| * | 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 |
| Patch by Michael Henry. | |||||
