summaryrefslogtreecommitdiff
path: root/Doc/library/timeit.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... insteadSerhiy Storchaka2016-10-231-12/+11
* Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
|\
| * Issue #19795: Mark up None as literal text.Serhiy Storchaka2016-10-191-1/+1
| |\
* | | timeit: add nsec (nanosecond) unit for format timingsVictor Stinner2016-10-181-1/+1
* | | timeit: remove --clock and --time optionsVictor Stinner2016-10-181-9/+1
|/ /
* | Add versionadded tag to docs for timeit.autorangeSteven D'Aprano2016-08-151-0/+2
* | Issue6422 add autorange method to timeit.TimerSteven D'Aprano2016-08-151-2/+17
|/
* Issue #22558: Add remaining doc links to source code for Python-coded modules.Terry Jan Reedy2016-06-111-2/+1
* Issue #26638: Fix links to some CLI options and section headingsMartin Panter2016-04-161-3/+3
* Merge from 3.4Andrew Kuchling2015-04-211-6/+38
|\
| * Issue #18983: Allow selection of output units in timeit.Robert Collins2015-03-181-1/+7
| * Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
| |\
| * | Issue #2527: Add a *globals* argument to timeit functions, in order to overri...Antoine Pitrou2014-08-221-5/+31
* | | #15183: clarify timeit documentation to say that setup statement isn't timedAndrew Kuchling2015-04-211-0/+2
| |/ |/|
* | Issue #18518: timeit now rejects statements which can't be compiled outsideSerhiy Storchaka2015-01-261-6/+0
|/
* #18588: update the timeit examples to be consistent.Ezio Melotti2014-08-041-9/+10
* #18518: mention that including a return statement changes/breaks the behaviourAndrew Kuchling2014-04-141-0/+6
* Issue #16261: fix bare excepts in Doc/Andrew Svetlov2012-11-021-1/+1
* #15979: merge with 3.2.Ezio Melotti2012-10-021-99/+162
|\
| * #15979: improve timeit documentation.Ezio Melotti2012-10-021-105/+165
* | Merge rst markup fixes in timeit docs with 3.2.Ezio Melotti2012-09-201-15/+15
|\ \ | |/ |/|
| * Update timeit documentation w.r.t default timer changes.Georg Brandl2012-05-011-15/+15
* | Fix rst markup in timeit docs.Ezio Melotti2012-09-201-10/+10
|/
* Issue #13478: document timeit.default_timer()Sandro Tosi2012-04-241-8/+16
* Fix closes Issue12697 - Update the usage syntax of timeit module in the docs.Senthil Kumaran2011-08-061-6/+6
* More source links.Raymond Hettinger2011-01-271-0/+4
* Fix usage of :option: in the docs (#9312).Éric Araujo2010-11-181-9/+18
* Last round of adapting style of documenting argument default values.Georg Brandl2009-09-161-7/+6
* Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,...Benjamin Peterson2009-06-281-2/+3
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-1/+1
* Merged revisions 59259-59274 via svnmerge fromChristian Heimes2007-12-021-5/+6
* Partial py3k-ification of Doc/library/: convert has_key references into eithe...Collin Winter2007-09-011-8/+6
* Get rid of the remaining versionadded/versionchanged directives.Georg Brandl2007-09-011-11/+4
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+243