| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #19936: Added executable bits or shebang lines to Python scripts which | Serhiy Storchaka | 2014-01-16 | 1 | -0/+0 |
|
|
* | Issue 12514: Use try/finally to assure that timeit restores GC when done. | Raymond Hettinger | 2011-07-29 | 1 | -3/+5 |
|
|
* | Merged revisions 83393,83396,83398,83405,83408 via svnmerge from | Georg Brandl | 2010-08-01 | 1 | -1/+2 |
|
|
* | replace callable() | Benjamin Peterson | 2009-10-09 | 1 | -3/+3 |
|
|
* | Localize the function lookup in timeit. | Raymond Hettinger | 2009-04-03 | 1 | -2/+2 |
|
|
* | Whitespace normalization. Ugh, we really need to do this more often. | Neal Norwitz | 2007-04-25 | 1 | -4/+4 |
|
|
* | Patch #1533909: the timeit module now accepts callables in addition to | Georg Brandl | 2007-03-13 | 1 | -11/+53 |
|
|
* | SF patch #868736: Disable GC for timeit | Raymond Hettinger | 2004-01-04 | 1 | -1/+7 |
|
|
* | Show microseconds, milliseconds or seconds, whichever is most natural, | Guido van Rossum | 2003-10-20 | 1 | -1/+9 |
|
|
* | Patch #808362: Fix typos. | Martin v. Löwis | 2003-09-20 | 1 | -1/+1 |
|
|
* | remove unused import math | Neal Norwitz | 2003-06-29 | 1 | -1/+0 |
|
|
* | SF bug 735293: Command line timeit.py sets sys.path badly | Raymond Hettinger | 2003-05-20 | 1 | -0/+5 |
|
|
* | add a #! line for unix weenies | Skip Montanaro | 2003-04-08 | 1 | -0/+2 |
|
|
* | correct a couple docstring nits | Skip Montanaro | 2003-04-08 | 1 | -3/+3 |
|
|
* | Rename variables _seq to _it and seq to it, to emphasize that this is | Guido van Rossum | 2003-03-21 | 1 | -5/+5 |
|
|
* | 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 |
|
|