1. 22952a3 SF bug 735293: Command line timeit.py sets sys.path badly by Raymond Hettinger · 21 years ago
  2. cfd5550 add a #! line for unix weenies by Skip Montanaro · 21 years ago
  3. fb2a6cc correct a couple docstring nits by Skip Montanaro · 21 years ago
  4. dd42edc Rename variables _seq to _it and seq to it, to emphasize that this is by Guido van Rossum · 21 years ago
  5. 0070f00 Change the default number of repetitions to 3, both in the Timer class by Guido van Rossum · 21 years ago
  6. 538f1d8 Implement some recommendations from Raymond H: by Guido van Rossum · 21 years ago
  7. 6e31aad Broke down and made it work for Python 2.0 and up. (Older versions by Guido van Rossum · 21 years ago
  8. 5573541 Add a note explaining why you shouldn't try to compute mean and by Guido van Rossum · 21 years ago
  9. e05dcce Simpler way to write reindent(), suggested by Raymond H. by Guido van Rossum · 21 years ago
  10. e8577b7 Add notes about baseline overhead, and about different Python by Guido van Rossum · 21 years ago
  11. b7ab600 Added more documentation. by Guido van Rossum · 21 years ago
  12. b3f09d4 A flexible utility to time the execution speed of a code snippet. by Guido van Rossum · 21 years ago