1. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  2. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  3. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 16 years ago
  4. c8d30fe Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of by Jeffrey Yasskin · 16 years ago
  5. 61328ee While I was modifying test_trace, it threw an exception when I accidentally by Jeffrey Yasskin · 16 years ago
  6. 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
  7. 99af7db Change r60575 broke test_compile: by Amaury Forgeot d'Arc · 18 years ago
  8. 6fd03bb #1750076: Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 18 years ago
  9. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 18 years ago
  10. 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 18 years ago
  11. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 19 years ago
  12. ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago
  13. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
  14. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 20 years ago
  15. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
  16. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
  17. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
  18. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
  19. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  20. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 22 years ago
  21. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  22. 3de7526 Whitespace normalization. by Tim Peters · 23 years ago
  23. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 23 years ago
  24. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 23 years ago
  25. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 23 years ago
  26. 519a342 Bunch more tests. by Michael W. Hudson · 23 years ago
  27. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 23 years ago