1. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  2. ac9240b closes bpo-33445: fail properly in test_cprofile() (GH-6727) by jdemeyer · 6 years ago
  3. 58cf453 fix NameError exception in test_profile by Giampaolo Rodola' · 11 years ago
  4. b071d4f profile/cProfile: add tests for run() and runctx() functions by Giampaolo Rodola' · 11 years ago
  5. 1b37e87 Merged revisions 78093 via svnmerge from by Georg Brandl · 14 years ago
  6. 5a53fde Merged revisions 78678,78680,78682 via svnmerge from by Benjamin Peterson · 14 years ago
  7. b58e0bd use assert[Not]In where appropriate by Ezio Melotti · 15 years ago
  8. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  9. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 16 years ago
  10. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  11. dae2a89 Merged revisions 62350-62355,62358-62359,62364-62365,62370,62372-62375,62378-62379,62381 via svnmerge from by Christian Heimes · 16 years ago
  12. c17b35c Change test_profile to only compare data that originates from the test file. by Brett Cannon · 16 years ago
  13. 2202f87 Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60568-60598,60600-60616 via svnmerge from by Christian Heimes · 16 years ago
  14. a871ef2 Added the cProfile module. by Armin Rigo · 18 years ago
  15. f879024 test and fix for buggy handling of exceptions raised by C functions, by Armin Rigo · 19 years ago
  16. 27f8836 Whitespace normalization. by Tim Peters · 20 years ago
  17. 1eb4bfc Added global runctx function to profile to fix SF Bug #716587 by Nicholas Bastin · 20 years ago
  18. 527e64f Whitespace normalization. by Tim Peters · 23 years ago
  19. f137f75 Hopefully fix the profiler right. Add a test suite that checks that by Guido van Rossum · 23 years ago