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