1. b497c10 Whitespace normalization. by Tim Peters · 20 years ago
  2. c0b194a Bug #489256: remove out of date and out of place profile.doc, and let by Johannes Gijsbers · 20 years ago
  3. 2abe785 Move code in __name__ == '__main__' block into main() function, rewrite code so by Johannes Gijsbers · 20 years ago
  4. 12ac3e1 Using repr() generates entries that the current stats package can't by Nicholas Bastin · 20 years ago
  5. 2e39d80 Fix SF Bug #989066 by Nicholas Bastin · 20 years ago
  6. 4e0e1b6 Whitespace normalization. by Tim Peters · 20 years ago
  7. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  8. 48713e8 Add runctx to __all__. by Guido van Rossum · 20 years ago
  9. 824b1b2 Added command line options for profile.py - one for stats output file by Nicholas Bastin · 20 years ago
  10. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  11. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  12. 38443c1 Remove unneeded import. by Guido van Rossum · 21 years ago
  13. 97aa32b Replace a reduce() with sum(). by Raymond Hettinger · 21 years ago
  14. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  15. e0d4972 Replaced .keys() with dictionary iterators by Raymond Hettinger · 22 years ago
  16. 16e3c42 Replace boolean test with is None. by Raymond Hettinger · 22 years ago
  17. 54f0222 SF 563203. Replaced 'has_key()' with 'in'. by Raymond Hettinger · 22 years ago
  18. ee83644 Added a missing period at the end of an error message. by Fred Drake · 23 years ago
  19. d10ed8b Minor code cleanups based on comments from Neal Norwitz. by Fred Drake · 23 years ago
  20. e13cc92 Repair key stutter + auto-complete ugliness. by Tim Peters · 23 years ago
  21. 659a603 Allow the profiler's calibration constant to be specified in the constructor by Tim Peters · 23 years ago
  22. cce092d A brand new implementation of Profile.calibrate(). This measures an by Tim Peters · 23 years ago
  23. fb16378 Typo repair in comment. by Tim Peters · 23 years ago
  24. 8d061ed Guido points out that the comments for self.cur[2] were subtly but by Tim Peters · 23 years ago
  25. db1ed2a At Guido's request, changed the code that's conceptually asserting stuff by Tim Peters · 23 years ago
  26. 6e22149 Repair some longstanding comment errors: by Tim Peters · 23 years ago
  27. 0a1fc4e Remove code and docs for the OldProfile and HotProfile classes: code by Tim Peters · 23 years ago
  28. df5cfd8 The fix to profile semantics broke the miserable but advertised way to by Tim Peters · 23 years ago
  29. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago
  30. a0bc999 Undo previous patch; it did not quite work out. by Fred Drake · 23 years ago
  31. 5a28bfb Change the sense of a test in how the profiler interprets exception events. by Fred Drake · 23 years ago
  32. e4deb95 Fix two bugs detected by PyChecker: there's no need for redundant by Guido van Rossum · 23 years ago
  33. 1bdcadd An import MacOS was missing after the code-rearranging. Added. by Jack Jansen · 23 years ago
  34. edb5ffb Performance improvements to the profiler: by Fred Drake · 23 years ago
  35. adcf8a0 Add doc string for run from profile.doc. (pydoc motivates me to write by Jeremy Hylton · 23 years ago
  36. c62c81e __all__ for several more modules by Skip Montanaro · 23 years ago
  37. 2344fae Whitespace normalization. by Tim Peters · 24 years ago
  38. 10e1bf2 remove all occurence of math.rint() from the sources by Peter Schneider-Kamp · 24 years ago
  39. 7e47402 Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either by Thomas Wouters · 24 years ago
  40. 54f22ed More trivial comment -> docstring transformations by Ka-Ping Yee, who writes: by Guido van Rossum · 25 years ago
  41. 138bdaf Typo. (Andrew Dalke, without kjpylint) by Guido van Rossum · 25 years ago
  42. 6952f17 No need to import string. (Andrew Dalke & kjpylint) by Guido van Rossum · 25 years ago
  43. 4ecd85a After the previous changes, func_normalize() turned out to be redundant. by Guido van Rossum · 26 years ago
  44. b0a94c0 Changes so that JPython can also use this version of profile.py. by Guido van Rossum · 26 years ago
  45. e3f8a64 Comment out 't = t[0] + t[1]' in profiler_simulation() -- this by Guido van Rossum · 26 years ago
  46. 8ca8420 A few lines were indented using spaces instead of tabs -- fix them. by Guido van Rossum · 26 years ago
  47. 96c07fe Prefer clock() over times() for timer function, except on the Mac, by Guido van Rossum · 26 years ago
  48. cbf3dd5 Use better timer on the mac Open files in binary mode (Jack) by Guido van Rossum · 27 years ago
  49. f06ee5f /usr/local/bin/python -> /usr/bin/env python by Guido van Rossum · 28 years ago
  50. cc778eb Add main program similar to pdb. by Guido van Rossum · 28 years ago
  51. 6cb84f3 change return values of simple run* functions by Guido van Rossum · 28 years ago
  52. 4f399fb more robust coding, adapted for mac by Guido van Rossum · 29 years ago
  53. 9c3241d exec() -> exec by Guido van Rossum · 29 years ago
  54. 8afa824 functions don't have a __name__ attribute by Guido van Rossum · 29 years ago
  55. b6775db Merge alpha100 branch back to main trunk by Guido van Rossum · 30 years ago
  56. 7bc817d * Mass change: get rid of all init() methods, in favor of __init__() by Guido van Rossum · 31 years ago
  57. e61fa0a * profile.py, pdb.py: added help() function by Guido van Rossum · 31 years ago
  58. 4fddf33 XEvent.py: Added support for ExposeEvent. by Sjoerd Mullender · 31 years ago
  59. d316607 * ftplib.py: added abort() command (sends oob data). by Guido van Rossum · 31 years ago
  60. 4e16098 Added a _v21 def to FL.py and added two new input field types by Guido van Rossum · 32 years ago
  61. 8176258 Initial revision by Guido van Rossum · 32 years ago