1. b067a5e bpo-29554: Improve docs for pstat module and profile. (#88) (#227) by Berker Peksag · 7 years ago
  2. e12a68b Issue #27241: Catch exception when running pstats as main. by Stefan Krah · 8 years ago
  3. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  4. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  5. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  6. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 11 years ago
  7. 3e5dae0 Merge issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  8. c3e5b10 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  9. a514ea3 Merge issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  10. 2ef4584 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  11. 9d8c186 Issue #13839: When invoked on the command-line, the pstats module now accepts several filenames of profile stat files and merges them all. by Antoine Pitrou · 12 years ago
  12. 54540ec Remove redundant imports. by Florent Xicluna · 13 years ago
  13. fc662dd Merge profile docs followup (#12417) from 3.1 by Éric Araujo · 13 years ago
  14. ee19c77 Remove mentions of previous license in profile module docs (#12417 followup). by Éric Araujo · 13 years ago
  15. 0f93d3d strip trailing ws by Benjamin Peterson · 13 years ago
  16. afa44a8 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  17. 8d77069 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  18. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  19. e062ba4 Merged revisions 86580 via svnmerge from by Senthil Kumaran · 14 years ago
  20. 5e703cf Fix issue10377 - Output from pstats - it is just secs (i.e, wallclock time) and not CPU time. by Senthil Kumaran · 14 years ago
  21. 9a8439d Refactor interesting use of try-finally. by Georg Brandl · 14 years ago
  22. eb7e569 Make top_level attribute a set instead of a dict with None values. by Georg Brandl · 14 years ago
  23. 8393843 #10166: rewrite self-recursion to iteration in pstats.Stats.add(). Also add a unittest and a stats test file. by Georg Brandl · 14 years ago
  24. 4009c9e Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-83555,83558,83560 via svnmerge from by Georg Brandl · 14 years ago
  25. e90bce7 Merged revisions 83531 via svnmerge from by Georg Brandl · 14 years ago
  26. 2d3c4e7 #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. by Georg Brandl · 14 years ago
  27. b1a97af #9209 and #7781: fix two crashes in pstats interactive browser. by Georg Brandl · 14 years ago
  28. 44c5823 Merged revisions 83385-83389,83391 via svnmerge from by Georg Brandl · 14 years ago
  29. f02e736 Small improvements to pstats browser: do not crash on reading invalid file, and actually do a reload when executing "read" as intended. by Georg Brandl · 14 years ago
  30. 3e4f2ec #7395: fix traceback in do_add() when no stats are loaded. Apply same fix for do_sort() and do_reverse(). by Georg Brandl · 14 years ago
  31. c50846a Forward port total_ordering() and cmp_to_key(). by Raymond Hettinger · 14 years ago
  32. 0a62823 Merged revisions 79603 via svnmerge from by Andrew M. Kuchling · 14 years ago
  33. 7837a96 Use true kwonly arg instead of **kwds hackaround. by Georg Brandl · 15 years ago
  34. 70b64fc Issue #1771: Remove cmp parameter from list.sort() and builtin.sorted(). by Raymond Hettinger · 16 years ago
  35. e1c9811 Merged revisions 60143-60149 via svnmerge from by Christian Heimes · 16 years ago
  36. 50da60c The final occurrences of exception slicing. by Georg Brandl · 16 years ago
  37. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  38. ce36ad8 Raise statement normalization in Lib/. by Collin Winter · 17 years ago
  39. a18af4e PEP 3114: rename .next() to .__next__() and add next() builtin. by Georg Brandl · 17 years ago
  40. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  41. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  42. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  43. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 17 years ago
  44. 01c77c6 Anna Ravenscroft identified many occurrences of "file" used to open a file by Alex Martelli · 18 years ago
  45. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  46. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  47. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  48. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  49. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  50. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  51. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  52. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  53. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  54. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  55. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  56. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  57. 281084f Put the deprecated .ignore() method back where it was. by Tim Peters · 23 years ago
  58. 7d01685 Widespread random code cleanup. by Tim Peters · 23 years ago
  59. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  60. 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
  61. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  62. 22adac5 Patch #416220: Fix misplaced paren. by Martin v. Löwis · 23 years ago
  63. e818761 When guarding an import, only catch ImportError. by Fred Drake · 23 years ago
  64. 53b809d Added more help, and recovery from misspelled sort key arguments. by Eric S. Raymond · 23 years ago
  65. 3c1858a Should resolve [ #416039 ] pstats browser crashes. by Eric S. Raymond · 23 years ago
  66. 9cb9857 Import readline when possible to make the commaninterpreter UI nicer. by Eric S. Raymond · 23 years ago
  67. 613b222 Whitespace normalization. by Tim Peters · 23 years ago
  68. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 23 years ago
  69. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  70. 373c55e String method conversion. by Eric S. Raymond · 23 years ago
  71. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  72. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  73. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  74. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  75. c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 26 years ago
  76. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  77. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  78. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  79. adb3105 Companion module for new profile.py by Guido van Rossum · 30 years ago