1. 5d1155c Closes #13258: Use callable() built-in in the standard library. by Florent Xicluna · 13 years ago
  2. 3a081f5 Issue 12514: Use try/finally to assure that timeit restores GC when done. by Raymond Hettinger · 13 years ago
  3. a88da67 #11578: add unit tests for timeit module. by R David Murray · 13 years ago
  4. 794f5b3 #4810: document "--" option separator in timeit help. by Georg Brandl · 14 years ago
  5. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  6. b646aa1 Localize the function lookup in timeit. by Raymond Hettinger · 15 years ago
  7. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  8. d59da4b Merged revisions 55407-55513 via svnmerge from by Guido van Rossum · 17 years ago
  9. d8faa36 Merged revisions 53952-54987 via svnmerge from by Guido van Rossum · 17 years ago
  10. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  11. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  12. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  13. 816ed1b SF patch #868736: Disable GC for timeit by Raymond Hettinger · 21 years ago
  14. 5717208 Show microseconds, milliseconds or seconds, whichever is most natural, by Guido van Rossum · 21 years ago
  15. 7bdc484 Patch #808362: Fix typos. by Martin v. Löwis · 21 years ago
  16. c556722 remove unused import math by Neal Norwitz · 21 years ago
  17. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  18. cfd5550 add a #! line for unix weenies by Skip Montanaro · 21 years ago
  19. fb2a6cc correct a couple docstring nits by Skip Montanaro · 21 years ago
  20. dd42edc Rename variables _seq to _it and seq to it, to emphasize that this is by Guido van Rossum · 21 years ago
  21. 0070f00 Change the default number of repetitions to 3, both in the Timer class by Guido van Rossum · 21 years ago
  22. 538f1d8 Implement some recommendations from Raymond H: by Guido van Rossum · 21 years ago
  23. 6e31aad Broke down and made it work for Python 2.0 and up. (Older versions by Guido van Rossum · 21 years ago
  24. 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 21 years ago
  25. e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 21 years ago
  26. e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 21 years ago
  27. b7ab600 Added more documentation. by Guido van Rossum · 21 years ago
  28. b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 21 years ago