COMMITS
/ Lib/timeit.py April 3, 2026
M
gh-80642: timeit - make target time of autorange configurable (#140283)
Miikka Koskinen committed
September 28, 2025
March 30, 2025
S
gh-131178: Update help message for `timeit` CLI (#131326)
Semyon Moroz committed
May 29, 2024
J
gh-118673: Remove shebang and executable bits from stdlib modules. (#119658)
Jason R. Coombs committed
August 27, 2023
October 7, 2022
S
gh-90085: Remove vestigial -t and -c timeit options (#94941)
Shantanu committed
September 22, 2020
S
bpo-40670: More reliable validation of statements in timeit.Timer. (GH-22358)
Serhiy Storchaka committed
May 2, 2020
June 6, 2018
V
bpo-28240: timeit: Update repeat() doc (GH-7419)
Victor Stinner committed
February 28, 2017
X
bpo-29661: fix contradiction in timeit.Timer.autorange's docstring (GH-331)
Xiang Zhang committed
October 23, 2016
S
Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead
Serhiy Storchaka committed
October 19, 2016
V
Issue #28240: Fix formatting of the warning.
Victor Stinner committed
October 18, 2016
V
timeit: add newlines to output for readability
Victor Stinner committed
V
timeit: add nsec (nanosecond) unit for format timings
Victor Stinner committed
V
timeit: enhance format of raw timings (in verbose mode)
Victor Stinner committed
V
timeit: remove --clock and --time options
Victor Stinner committed
V
timeit: change default repeat to 5, instead of 3
Victor Stinner committed
V
timeit: start autorange with 1 iteration, not 10
Victor Stinner committed
August 14, 2016
S
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano committed
October 6, 2015
S
Merge with 3.5.
Serhiy Storchaka committed
August 26, 2015
R
Issue #23552: Timeit now warns when there is substantial (4x) variance
Robert Collins committed
July 15, 2015
S
Issue #24631: Fixed regression in the timeit modulu with multyline setup.
Serhiy Storchaka committed
May 30, 2015
S
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka committed
S
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Serhiy Storchaka committed
April 21, 2015
A
Merge from 3.4
Andrew Kuchling committed
A
#15183: clarify timeit documentation to say that setup statement isn't timed
Andrew Kuchling committed
March 17, 2015
R
Issue #18983: Allow selection of output units in timeit.
Robert Collins committed
January 26, 2015
S
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka committed
S
Issue #18518: timeit now rejects statements which can't be compiled outside
Serhiy Storchaka committed
August 23, 2014
January 16, 2014
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
S
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka committed
March 15, 2013
T
Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
Terry Jan Reedy committed
May 1, 2012
G
Add an option to timeit to use time.process_time() and mark -t and -c as deprecated.
Georg Brandl committed
April 29, 2012
V
Issue #14428: Use the new time.perf_counter() and time.process_time() functions
Victor Stinner committed
October 28, 2011
F
Closes #13258: Use callable() built-in in the standard library.
Florent Xicluna committed
July 29, 2011
R
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger committed
R
Issue 12514: Use try/finally to assure that timeit restores GC when done.
Raymond Hettinger committed
April 4, 2011
R
Update timeit to use the new string formatting syntax.
Raymond Hettinger committed
March 16, 2011
R
#11578: add unit tests for timeit module.
R David Murray committed
August 1, 2010
G
#4810: document "--" option separator in timeit help.
Georg Brandl committed
March 11, 2010
B
convert shebang lines: python -> python3
Benjamin Peterson committed
April 3, 2009
R
Localize the function lookup in timeit.
Raymond Hettinger committed
October 16, 2007
G
Patch# 1258 by Christian Heimes: kill basestring.
Guido van Rossum committed
May 22, 2007
G
Merged revisions 55407-55513 via svnmerge from
Guido van Rossum committed
April 27, 2007
G
Merged revisions 53952-54987 via svnmerge from
Guido van Rossum committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
September 6, 2006
G
Patch #1550800: make exec a function.
Georg Brandl committed