index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
test_timeit.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
Serhiy Storchaka
2020-09-22
1
-0/+9
*
Remove unused imports.
Serhiy Storchaka
2016-12-16
1
-1/+0
*
Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
Serhiy Storchaka
2016-10-23
1
-25/+38
*
timeit: add newlines to output for readability
Victor Stinner
2016-10-18
1
-0/+4
*
timeit: add nsec (nanosecond) unit for format timings
Victor Stinner
2016-10-18
1
-1/+1
*
timeit: enhance format of raw timings (in verbose mode)
Victor Stinner
2016-10-18
1
-2/+2
*
timeit: remove --clock and --time options
Victor Stinner
2016-10-18
1
-12/+0
*
timeit: change default repeat to 5, instead of 3
Victor Stinner
2016-10-18
1
-17/+17
*
timeit: start autorange with 1 iteration, not 10
Victor Stinner
2016-10-18
1
-14/+21
*
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano
2016-08-14
1
-0/+22
*
Issue #24631: Fixed regression in the timeit modulu with multyline setup.
Serhiy Storchaka
2015-07-15
1
-2/+8
*
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka
2015-05-30
1
-0/+7
|
\
|
*
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka
2015-05-30
1
-0/+7
*
|
Issue #21741: Update 147 test modules to use test discovery.
Zachary Ware
2015-04-13
1
-5/+1
*
|
Issue #18983: Allow selection of output units in timeit.
Robert Collins
2015-03-17
1
-0/+20
*
|
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-0/+12
|
\
\
|
|
/
|
*
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka
2015-01-26
1
-0/+12
*
|
Issue #2527: Add a *globals* argument to timeit functions, in order to overri...
Antoine Pitrou
2014-08-23
1
-2/+14
|
/
*
skip if __doc__ is gone
Benjamin Peterson
2012-10-12
1
-0/+1
*
#11578: add unit tests for timeit module.
R David Murray
2011-03-16
1
-0/+305