COMMITS
/ Doc/library/timeit.rst April 3, 2026
M
gh-80642: timeit - make target time of autorange configurable (#140283)
Miikka Koskinen committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
October 5, 2023
T
gh-110383 TimeIt Docs Spelling Fix (#110407)
Towster15 committed
October 3, 2023
A
Docs: Avoid the deprecated ``.. cmdoption::`` directive (#110292)
Adam Turner committed
August 27, 2023
July 1, 2023
T
gh-106232: Make timeit doc command lines compatible with Windows. (#106296)
Terry Jan Reedy committed
February 5, 2023
B
gh-101221: Add options in the documentation of timeit command (#101222)
busywhitespace committed
January 11, 2023
M
gh-98763: Prefer "python" over "python3" for command line examples in docs. (#98761)
Mariusz Felisiak committed
January 14, 2022
H
bpo-23183: Document the timeit output (GH-30359)
Hugo van Kemenade committed
September 29, 2021
S
[docs] Use full names for time units (GH-28611)
Serhiy Storchaka committed
May 21, 2021
T
Specify Python Cookbook edition for reference (GH-26301)
Terry Jan Reedy committed
September 8, 2020
A
[doc] Fix padding in timeit (GH-22152)
Andre Delfino committed
May 2, 2020
May 13, 2019
A
bpo-35138: Added an example for timeit.timeit with callable arguments (GH-9787)
Anders Hovmöller committed
February 27, 2019
S
Fix grammar error in timeit module docs (GH-12066)
Shiv Dhar committed
January 15, 2019
H
bpo-35738: Update the example for timer.Timer.repeat(). (GH-11559)
Henry Chen committed
June 6, 2018
V
bpo-28240: timeit: Update repeat() doc (GH-7419)
Victor Stinner committed
April 8, 2018
S
Improve highlighting of some code blocks. (GH-6401)
Serhiy Storchaka committed
February 27, 2017
X
bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332)
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
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
S
Issue #19795: Mark up None as literal text.
Serhiy Storchaka committed
October 18, 2016
V
timeit: add nsec (nanosecond) unit for format timings
Victor Stinner committed
V
timeit: remove --clock and --time options
Victor Stinner committed
August 14, 2016
S
Add versionadded tag to docs for timeit.autorange
Steven D'Aprano committed
S
Issue6422 add autorange method to timeit.Timer
Steven D'Aprano committed
June 11, 2016
T
Issue #22558: Add remaining doc links to source code for Python-coded modules.
Terry Jan Reedy committed
April 16, 2016
M
Issue #26638: Fix links to some CLI options and section headings
Martin Panter 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
August 4, 2014
E
#18588: update the timeit examples to be consistent.
Ezio Melotti committed
April 14, 2014
A
#18518: mention that including a return statement changes/breaks the behaviour
Andrew Kuchling committed
November 2, 2012
A
Issue #16261: fix bare excepts in Doc/
Andrew Svetlov committed
October 2, 2012
E
#15979: merge with 3.2.
Ezio Melotti committed
E
#15979: improve timeit documentation.
Ezio Melotti committed
September 20, 2012
E
Merge rst markup fixes in timeit docs with 3.2.
Ezio Melotti committed
E
Fix rst markup in timeit docs.
Ezio Melotti committed
May 1, 2012
G
Update timeit documentation w.r.t default timer changes.
Georg Brandl committed
April 24, 2012
S
Issue #13478: document timeit.default_timer()
Sandro Tosi committed
August 6, 2011
S
Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.
Senthil Kumaran committed
January 27, 2011
R
More source links.
Raymond Hettinger committed
November 18, 2010
É
Fix usage of :option: in the docs (#9312).
Éric Araujo committed
September 16, 2009
G
Last round of adapting style of documenting argument default values.
Georg Brandl committed
June 28, 2009
B
Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from
Benjamin Peterson committed
May 12, 2008
G
Remove many "versionchanged" items that didn't use the official markup,
Georg Brandl committed