1. 937fb55 bpo-5978: Document that profiling needs cmd/function to return (GH-7938) by Andrés Delfino · 6 years ago
  2. cebe80b bpo-29235: Update document for Profiler's context manager (GH-7331) by Scott Sanderson · 6 years ago
  3. f7745e1 bpo-27902: Add compatibility note to Profile docs (GH-7295) by Tobias Kunze · 6 years ago
  4. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  5. 863b1e4 bpo-29237: Create enum for pstats sorting options (GH-5103) by mwidjaja · 7 years ago
  6. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  7. 884d13a time.clock() now emits a DeprecationWarning (GH-4020) by Victor Stinner · 7 years ago
  8. 9977629 bpo-30358: Document sort argument of profile.runctx() (GH-1566) by csabella · 7 years ago
  9. bd3d8ba doc: minor fix for library/profile (GH-761) by INADA Naoki · 7 years ago
  10. 8fb1f6e bpo-29554: Improve docs for pstat module and profile. (#88) by Matthias Bussonnier · 7 years ago
  11. 6eb740b Add the original author of profile.py back to the docs, at his request. by Guido van Rossum · 9 years ago
  12. 2558774 Issue #24148: Fix incorrect Stats.sort_stats() example. by Berker Peksag · 9 years ago
  13. b19542d Fix minor docs markup errors. by Serhiy Storchaka · 9 years ago
  14. c2b17b2 Fix "customer timer" -> "custom timer" (reported by Kirk Strauser on docs@) by Georg Brandl · 11 years ago
  15. 21101f7 Correct Profile class usage example. Addresses issue #18033. by Senthil Kumaran · 11 years ago
  16. 075d87c #6696: add documentation for the Profile objects, and improve profile/cProfile docs. Patch by Tom Pinckney. by Ezio Melotti · 11 years ago
  17. 5f91ad3 Issue #14900: document added sort keys for profile stats. by Andrew Svetlov · 12 years ago
  18. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  19. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  20. 9481e41 Merge with 3.1 by Ezio Melotti · 13 years ago
  21. b5ff3e4 Fix typo noticed by Sandro Tosi. by Ezio Melotti · 13 years ago
  22. 469271d More source links by Raymond Hettinger · 14 years ago
  23. aba9796 Merged revisions 85450-85455,85460-85465 via svnmerge from by Georg Brandl · 14 years ago
  24. 4eb6597 #3865: add note about benchmarking with profilers, and move licensing stuff to bottom of document. by Georg Brandl · 14 years ago
  25. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  26. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  27. 23b9ef7 Merged revisions 77937 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 5e55b3e Merged revisions 77484,77487,77561,77570,77593,77603,77608,77667,77702-77703,77739,77858,77887,77889 via svnmerge from by Benjamin Peterson · 15 years ago
  29. 8f6713f Merged revisions 76235 via svnmerge from by Benjamin Peterson · 15 years ago
  30. a0dfa82 Merged revisions 75149,75260-75263,75265-75267,75292,75300,75376,75405,75429-75433,75437,75445,75501,75551,75572,75589-75591,75657,75742,75868,75952-75957,76057,76105,76139,76143,76162,76223 via svnmerge from by Benjamin Peterson · 15 years ago
  31. 1824415 Switch more function arguments docs to new-style. by Georg Brandl · 15 years ago
  32. 48310cd Remove trailing whitespace. by Georg Brandl · 16 years ago
  33. 8321f97 Remove merge conflict by Neal Norwitz · 16 years ago
  34. e6bcc91 Remove many "versionchanged" items that didn't use the official markup, by Georg Brandl · 16 years ago
  35. 95817b3 Remove mentions of "plain" integers. by Georg Brandl · 16 years ago
  36. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  37. c3f30c4 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from by Christian Heimes · 16 years ago
  38. 5b5e81c Merged revisions 59605-59624 via svnmerge from by Christian Heimes · 17 years ago
  39. 0e474a8 remove hotshot profiler from Py3k by Fred Drake · 17 years ago
  40. 6911e3c Convert all print statements in the docs. by Georg Brandl · 17 years ago
  41. 55ac8f0 Get rid of the remaining versionadded/versionchanged directives. by Georg Brandl · 17 years ago
  42. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago