1. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  2. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  3. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  4. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  5. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  6. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  7. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  8. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  9. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  10. a5c4090 skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  11. a88da67 #11578: add unit tests for timeit module. by R David Murray · 13 years ago