1. b1d867f Issue #27076: Doc, comment and test function name spelling fixes by Martin Panter · 8 years ago
  2. b74e02e #16303: remove extra quotes from exception and add (). Initial patch by Vladimir Rutsky. by Ezio Melotti · 12 years ago
  3. e4831f6 Issue #14900: Add aliases for sorting params for pstat to follow column names from pstat output. by Andrew Svetlov · 12 years ago
  4. 75033a3 Issue #14900: Distuguish call count and primitive call count in pstat output. by Andrew Svetlov · 12 years ago
  5. beb9170 Merge #12417 followup, also removing an extra docstring by Éric Araujo · 13 years ago
  6. 345fff3 Remove mentions of previous license in profile module (#12417 followup) by Éric Araujo · 13 years ago
  7. cfb7731 strip trailing ws by Benjamin Peterson · 13 years ago
  8. 1105f34 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  9. 7e6b3aa update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  10. 8284bd6 Merged revisions 86580 via svnmerge from by Senthil Kumaran · 14 years ago
  11. fb2c459 Fix merging glitches. by Georg Brandl · 14 years ago
  12. 9c5efad Merged revisions 83523 via svnmerge from by Georg Brandl · 14 years ago
  13. 800a354 Merged revisions 83533 via svnmerge from by Georg Brandl · 14 years ago
  14. a2a92cf Merged revisions 83531 via svnmerge from by Georg Brandl · 14 years ago
  15. 8dc04a4 Merged revisions 77310-77311 via svnmerge from by Ezio Melotti · 14 years ago
  16. d9ede20 Merged revisions 83421,83424 via svnmerge from by Georg Brandl · 14 years ago
  17. 0347c71 Merged revisions 83385-83389,83391 via svnmerge from by Georg Brandl · 14 years ago
  18. bb006cf Add tests for cmp_to_key. by Raymond Hettinger · 15 years ago
  19. d54e699 #4440: modernize a use of filter(), making it compatible with 3.x by Andrew M. Kuchling · 15 years ago
  20. b9d4963 Issue #7092: Fix the DeprecationWarnings emitted by the standard library by Antoine Pitrou · 15 years ago
  21. c3ce0e5 Silence -3 warnings in pstats: a dict.has_key() usage and backport solution to by Brett Cannon · 16 years ago
  22. 66e7363 #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. by Georg Brandl · 17 years ago
  23. 21d900f Bug #1603321: make pstats.Stats accept Unicode file paths. by Georg Brandl · 18 years ago
  24. e588c2b Fix errors found by pychecker. by Neal Norwitz · 18 years ago
  25. 262fb92 Allow pstats.Stats creator to specify an alternate to stdout. by Skip Montanaro · 18 years ago
  26. a871ef2 Added the cProfile module. by Armin Rigo · 19 years ago
  27. 6c92d76 Removed deprecated method from pstats. by Raymond Hettinger · 20 years ago
  28. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  29. 9c43910 - add a dump_stats() method similar to that of the profile.Profile class by Fred Drake · 21 years ago
  30. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  31. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  32. 32200ae Replaced obsolete stat module constants with equivalent attributes by Raymond Hettinger · 22 years ago
  33. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  34. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  35. 281084f Put the deprecated .ignore() method back where it was. by Tim Peters · 23 years ago
  36. 7d01685 Widespread random code cleanup. by Tim Peters · 23 years ago
  37. 77f9caf Remove unused variable (PyChecker) by Andrew M. Kuchling · 23 years ago
  38. 27c430e Patch #445538: add completion for pstats.py sort cmd. by Martin v. Löwis · 23 years ago
  39. 66b6e19 Patch #416224: add readline completion to cmd.Cmd. by Martin v. Löwis · 23 years ago
  40. 22adac5 Patch #416220: Fix misplaced paren. by Martin v. Löwis · 23 years ago
  41. e818761 When guarding an import, only catch ImportError. by Fred Drake · 23 years ago
  42. 53b809d Added more help, and recovery from misspelled sort key arguments. by Eric S. Raymond · 23 years ago
  43. 3c1858a Should resolve [ #416039 ] pstats browser crashes. by Eric S. Raymond · 23 years ago
  44. 9cb9857 Import readline when possible to make the commaninterpreter UI nicer. by Eric S. Raymond · 23 years ago
  45. 613b222 Whitespace normalization. by Tim Peters · 23 years ago
  46. 4f3980d Added a test main to the pstats library that can help you browse profile dumps. by Eric S. Raymond · 23 years ago
  47. c62c81e __all__ for several more modules by Skip Montanaro · 24 years ago
  48. 373c55e String method conversion. by Eric S. Raymond · 24 years ago
  49. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  50. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  51. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  52. dabcd00 Fix mysterious references to jprofile that were in the source since by Guido van Rossum · 25 years ago
  53. c8d3628 Give in to Timmy's Tedious Tab Theorem. by Guido van Rossum · 27 years ago
  54. 9694fca Convert all remaining *simple* cases of regex usage to re usage. by Guido van Rossum · 27 years ago
  55. 2861f4e Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  56. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  57. adb3105 Companion module for new profile.py by Guido van Rossum · 30 years ago