1. fca677a Fix #17197: profile/cProfile modules refactored so that code of run() and runctx() utility functions is not duplicated in both modules. by Giampaolo Rodola' · 11 years ago
  2. 2f50aaf modernize some modules' code by using with statement around open() by Giampaolo Rodola' · 11 years ago
  3. fe98e2f Issue #14428: Use the new time.perf_counter() and time.process_time() functions by Victor Stinner · 12 years ago
  4. 0f93d3d strip trailing ws by Benjamin Peterson · 13 years ago
  5. 8d77069 update profile license (closes #12417) by Benjamin Peterson · 13 years ago
  6. 8e43fbf #9428: fix running scripts from profile/cProfile with their own name and the right namespace. Same fix as for trace.py in #1690103. by Georg Brandl · 14 years ago
  7. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  8. e3a1f6d Issue #4282: Fix the main function of the profile module for a non-ASCII by Victor Stinner · 14 years ago
  9. 90f5ba5 convert shebang lines: python -> python3 by Benjamin Peterson · 14 years ago
  10. f6b76b0 Merged revisions 74773 via svnmerge from by Matthias Klose · 15 years ago
  11. b6b1324 Remove the just-removed "help" from __all__. by Georg Brandl · 15 years ago
  12. 85477af Remove backwards compatibility stuff from profile/cProfile. by Georg Brandl · 15 years ago
  13. 0168802 Kill execfile(), use exec() instead by Neal Norwitz · 17 years ago
  14. cc2b016 - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone; by Guido van Rossum · 17 years ago
  15. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  16. 7cae87c Patch #1550800: make exec a function. by Georg Brandl · 18 years ago
  17. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  18. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  19. a4dac40 Patch #645894: Use getrusage for computing the time consumption in by Martin v. Löwis · 19 years ago
  20. b497c10 Whitespace normalization. by Tim Peters · 19 years ago
  21. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 19 years ago
  22. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 19 years ago
  23. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  24. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  25. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  26. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  27. 48713e8 Add runctx to __all__. by Guido van Rossum · 20 years ago
  28. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  29. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  30. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  31. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  32. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  33. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  34. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  35. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  36. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  37. ee83644 Added a missing period at the end of an error message. by Fred Drake · 22 years ago
  38. d10ed8b Minor code cleanups based on comments from Neal Norwitz. by Fred Drake · 23 years ago
  39. e13cc92 Repair key stutter + auto-complete ugliness. by Tim Peters · 23 years ago
  40. 659a603 Allow the profiler's calibration constant to be specified in the constructor by Tim Peters · 23 years ago
  41. cce092d A brand new implementation of Profile.calibrate(). This measures an by Tim Peters · 23 years ago
  42. fb16378 Typo repair in comment. by Tim Peters · 23 years ago
  43. 8d061ed Guido points out that the comments for self.cur[2] were subtly but by Tim Peters · 23 years ago
  44. db1ed2a At Guido's request, changed the code that's conceptually asserting stuff by Tim Peters · 23 years ago
  45. 6e22149 Repair some longstanding comment errors: by Tim Peters · 23 years ago
  46. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  47. df5cfd8 The fix to profile semantics broke the miserable but advertised way to by Tim Peters · 23 years ago
  48. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  49. a0bc999 Undo previous patch; it did not quite work out. by Fred Drake · 23 years ago
  50. 5a28bfb Change the sense of a test in how the profiler interprets exception events. by Fred Drake · 23 years ago
  51. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  52. 1bdcadd An import MacOS was missing after the code-rearranging. Added. by Jack Jansen · 23 years ago
  53. edb5ffb Performance improvements to the profiler: by Fred Drake · 23 years ago
  54. adcf8a0 Add doc string for run from profile.doc. (pydoc motivates me to write by Jeremy Hylton · 23 years ago
  55. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  56. 2344fae Whitespace normalization. by Tim Peters · 23 years ago
  57. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  58. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  59. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 24 years ago
  60. 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 25 years ago
  61. 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  62. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  63. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  64. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  65. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  66. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 26 years ago
  67. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  68. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  69. cc778eb Add main program similar to pdb. by Guido van Rossum · 28 years ago
  70. 6cb84f3 change return values of simple run* functions by Guido van Rossum · 28 years ago
  71. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  72. 9c3241d exec() -> exec by Guido van Rossum · 29 years ago
  73. 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 29 years ago
  74. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  75. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 30 years ago
  76. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  77. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  78. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  79. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  80. 8176258 Initial revision by Guido van Rossum · 32 years ago