1. 70d28a1 Remove unused imports. by Serhiy Storchaka · 8 years ago
  2. d3ff784 Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead by Serhiy Storchaka · 8 years ago
  3. 62cca92 timeit: add newlines to output for readability by Victor Stinner · 8 years ago
  4. c3e40f8 timeit: add nsec (nanosecond) unit for format timings by Victor Stinner · 8 years ago
  5. 61de57f timeit: enhance format of raw timings (in verbose mode) by Victor Stinner · 8 years ago
  6. 3d7feb9 timeit: remove --clock and --time options by Victor Stinner · 8 years ago
  7. 1b90115 timeit: change default repeat to 5, instead of 3 by Victor Stinner · 8 years ago
  8. f8fb82c timeit: start autorange with 1 iteration, not 10 by Victor Stinner · 8 years ago
  9. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  10. ced770d Issue #24631: Fixed regression in the timeit modulu with multyline setup. by Serhiy Storchaka · 9 years ago
  11. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  12. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  13. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  14. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  15. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  16. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 9 years ago
  17. 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
  18. a5c4090 skip if __doc__ is gone by Benjamin Peterson · 12 years ago
  19. a88da67 #11578: add unit tests for timeit module. by R David Murray · 13 years ago