1. 466e18e Remove unused imports in tests (GH-14518) (GH-14520) by Victor Stinner · 5 years ago
  2. 0025350 bpo-37069: tests use catch_unraisable_exception() (GH-13762) by Victor Stinner · 5 years ago
  3. ad1a25f bpo-32512: Add -m option to profile for profiling modules (#5132) by Mario Corchero · 6 years ago
  4. fcd5e84 bpo-23420: Verify the value of '-s' when execute the CLI of cProfile (GH-9925) by Stéphane Wirtel · 6 years ago
  5. 2e01b75 bpo-29235: Make cProfile.Profile a context manager (GH-6808) by Scott Sanderson · 6 years ago
  6. 7973e27 bpo-21862: Add -m option to cProfile for profiling modules (#4297) by Sanyam Khurana · 7 years ago
  7. e437a10 Issue #23277: Remove unused imports in tests. by Serhiy Storchaka · 8 years ago
  8. 8477f7a Issue #21863: cProfile now displays the module name of C extension functions, in addition to their own name. by Antoine Pitrou · 10 years ago
  9. 647f120 touch _lsprof's clear() method for C code coverage by Christian Heimes · 11 years ago
  10. b071d4f profile/cProfile: add tests for run() and runctx() functions by Giampaolo Rodola' · 11 years ago
  11. 7f86811 Issue #12400: test_cprofile now restores correctly the previous sys.stderr by Victor Stinner · 13 years ago
  12. d05f9ad Windows can't remove a file before it is closed by Antoine Pitrou · 14 years ago
  13. 5ede149 Properly close a test file in test_cprofile. by Brett Cannon · 14 years ago
  14. 8e124f3 Merged revisions 73064 via svnmerge from by Antoine Pitrou · 15 years ago
  15. 6ccc703 Merged revisions 66677,66700 via svnmerge from by Benjamin Peterson · 16 years ago
  16. 7d76653 a trival fix to let test_profile pass if it runs after test_cprofile by Benjamin Peterson · 16 years ago
  17. 4e299c7 unbreak test_cprofile by Benjamin Peterson · 16 years ago