Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Change the default number of repetitions to 3, both in the Timer class | Guido van Rossum | 2003-03-15 | 1 | -12/+21 | |
* | Implement some recommendations from Raymond H: | Guido van Rossum | 2003-03-14 | 1 | -10/+48 | |
* | Broke down and made it work for Python 2.0 and up. (Older versions | Guido van Rossum | 2003-03-07 | 1 | -24/+25 | |
* | Add a note explaining why you shouldn't try to compute mean and | Guido van Rossum | 2003-03-06 | 1 | -0/+14 | |
* | Simpler way to write reindent(), suggested by Raymond H. | Guido van Rossum | 2003-03-06 | 1 | -1/+1 | |
* | Add notes about baseline overhead, and about different Python | Guido van Rossum | 2003-03-06 | 1 | -6/+22 | |
* | Added more documentation. | Guido van Rossum | 2003-03-06 | 1 | -9/+73 | |
* | A flexible utility to time the execution speed of a code snippet. | Guido van Rossum | 2003-03-05 | 1 | -0/+123 | |