1. 3ef769f bpo-28240: timeit: Update repeat() doc (GH-7419) by Victor Stinner · 6 years ago
  2. 46936d5 Improve highlighting of some code blocks. (GH-6401) by Serhiy Storchaka · 6 years ago
  3. 210d6a9 bpo-29662: fix wrong indentation in timeit.Timer's doc (GH-332) by Xiang Zhang · 7 years ago
  4. d3ff784 Issue #28469: timeit now uses the sequence 1, 2, 5, 10, 20, 50,... instead by Serhiy Storchaka · 8 years ago
  5. c2e9983 Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  6. 989db5c Issue #19795: Mark up None as literal text. by Serhiy Storchaka · 8 years ago
  7. c3e40f8 timeit: add nsec (nanosecond) unit for format timings by Victor Stinner · 8 years ago
  8. 3d7feb9 timeit: remove --clock and --time options by Victor Stinner · 8 years ago
  9. a0d3eef Add versionadded tag to docs for timeit.autorange by Steven D'Aprano · 8 years ago
  10. 09f4f71 Issue6422 add autorange method to timeit.Timer by Steven D'Aprano · 8 years ago
  11. fa089b9 Issue #22558: Add remaining doc links to source code for Python-coded modules. by Terry Jan Reedy · 8 years ago
  12. 00ccacc Issue #26638: Fix links to some CLI options and section headings by Martin Panter · 8 years ago
  13. c3a7f18 Merge from 3.4 by Andrew Kuchling · 9 years ago
  14. 333518e #15183: clarify timeit documentation to say that setup statement isn't timed by Andrew Kuchling · 9 years ago
  15. 302dbc6 Issue #18983: Allow selection of output units in timeit. by Robert Collins · 9 years ago
  16. c959b0c Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  17. 2bef585 Issue #18518: timeit now rejects statements which can't be compiled outside by Serhiy Storchaka · 10 years ago
  18. ef3b9ed Issue #2527: Add a *globals* argument to timeit functions, in order to override the globals namespace in which the timed code is executed. by Antoine Pitrou · 10 years ago
  19. 591176e #18588: update the timeit examples to be consistent. by Ezio Melotti · 10 years ago
  20. 44da19a #18518: mention that including a return statement changes/breaks the behaviour by Andrew Kuchling · 10 years ago
  21. 4739561 Issue #16261: fix bare excepts in Doc/ by Andrew Svetlov · 12 years ago
  22. 4443762 #15979: merge with 3.2. by Ezio Melotti · 12 years ago
  23. d0fe3e5 #15979: improve timeit documentation. by Ezio Melotti · 12 years ago
  24. f6813f6 Merge rst markup fixes in timeit docs with 3.2. by Ezio Melotti · 12 years ago
  25. a3ccb23 Fix rst markup in timeit docs. by Ezio Melotti · 12 years ago
  26. 67c1444 Update timeit documentation w.r.t default timer changes. by Georg Brandl · 12 years ago
  27. e6c3462 Issue #13478: document timeit.default_timer() by Sandro Tosi · 12 years ago
  28. 2e01535 Fix closes Issue12697 - Update the usage syntax of timeit module in the docs. by Senthil Kumaran · 13 years ago
  29. a199368 More source links. by Raymond Hettinger · 14 years ago
  30. 713d303 Fix usage of :option: in the docs (#9312). by Éric Araujo · 14 years ago
  31. 7f01a13 Last round of adapting style of documenting argument default values. by Georg Brandl · 15 years ago
  32. 0289b15 Merged revisions 73004,73439,73496,73509,73529,73564,73576-73577,73595-73596,73605 via svnmerge from by Benjamin Peterson · 15 years ago
  33. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  34. d8654cf Merged revisions 59259-59274 via svnmerge from by Christian Heimes · 17 years ago
  35. c79461b Partial py3k-ification of Doc/library/: convert has_key references into either 'k in d' or __contains__; normalize raise statements; convert print statements into print function calls. by Collin Winter · 17 years ago
  36. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  37. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago