1. e26da7c Issue #27171: Fix typos in documentation, comments, and test function names by Martin Panter · 8 years ago
  2. 38c707e Issue #21741: Update 147 test modules to use test discovery. by Zachary Ware · 9 years ago
  3. bb6c0aa PEP 479: Use the return-keyword instead of raising StopIteration inside a generators. by Raymond Hettinger · 10 years ago
  4. ca9f128 use assertion methods by Benjamin Peterson · 14 years ago
  5. cb17094 disable the garbage collector while collecting traces, so that __del__s don't get caught by Benjamin Peterson · 14 years ago
  6. fc49f2a remove rather pointless test by Benjamin Peterson · 14 years ago
  7. 13c4753 Issue #9315: Renamed test_trace to test_sys_settrace and by Alexander Belopolsky · 14 years ago[Renamed from Lib/test/test_profilehooks.py]
  8. 9b86b9a Merged revisions 79100 via svnmerge from by Florent Xicluna · 14 years ago
  9. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  10. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  11. ff73795 Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance). by Christian Heimes · 17 years ago
  12. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  13. c69ebe8 Enable the profiling of C functions (builtins and extensions) by Nicholas Bastin · 20 years ago
  14. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  15. 04f357c Get rid of relative imports in all unittests. Now anything that by Barry Warsaw · 22 years ago
  16. 496563a Remove some now-obsolete generator future statements. by Tim Peters · 22 years ago
  17. 290d31e SF #506611, fix sys.setprofile(), sys.settrace() core dumps by Neal Norwitz · 22 years ago
  18. 7c0a93d Updated to reflect the rationalized profiler event reporting. by Fred Drake · 23 years ago
  19. 0099ba7 Add some more test cases to be sure we do the right thing in various cases. by Fred Drake · 23 years ago
  20. 39cd603 More test cases, including something that simulates what the profiler by Fred Drake · 23 years ago
  21. cc91ac0 Factor out the protect-from-exceptions helpers and make capture_events() by Fred Drake · 23 years ago
  22. 2d87901 Add more tests showing the relationship between exceptions raised & caught by Fred Drake · 23 years ago
  23. 3208d4b Start of a test to make sure the profiler/tracer support in the core by Fred Drake · 23 years ago