1. 1e4b73f Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 9 years ago
  2. c2077b0 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 14 years ago
  3. 2623a37 Merged revisions 86596 via svnmerge from by Ezio Melotti · 15 years ago
  4. 81acdb4 Merged revisions 85000 via svnmerge from by Alexander Belopolsky · 15 years ago
  5. 517185e Merged revisions 84994 via svnmerge from by Alexander Belopolsky · 15 years ago
  6. 93ae8a6 Removed debugging setting by Alexander Belopolsky · 15 years ago
  7. 9d17da3 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 15 years ago
  8. 9d12ceb Redo r83142 merge manually. QOTD: svnmerge isn't really your best friend by Alexander Belopolsky · 15 years ago
  9. ca23784 Reverted r83142: add Lib/test/test_trace.py back by Alexander Belopolsky · 15 years ago
  10. 137e0b1 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 15 years ago
  11. dde5b94 #7092: Silence more py3k warnings. Patch by Florent Xicluna. by Ezio Melotti · 16 years ago
  12. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  13. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  14. b02ceda #4547: When debugging a very large function, it was not always by Amaury Forgeot d'Arc · 16 years ago
  15. c8d30fe Fix issue #1689458 by teaching frame_setlineno how to jump to the first line of by Jeffrey Yasskin · 16 years ago
  16. 61328ee While I was modifying test_trace, it threw an exception when I accidentally by Jeffrey Yasskin · 16 years ago
  17. 48ebc26 Disable gc when running test_trace, or we may record the __del__ of collected objects. by Amaury Forgeot d'Arc · 17 years ago
  18. 99af7db Change r60575 broke test_compile: by Amaury Forgeot d'Arc · 18 years ago
  19. 6fd03bb #1750076: Debugger did not step on every iteration of a while statement. by Amaury Forgeot d'Arc · 18 years ago
  20. 5611289 #1648: add sys.gettrace() and sys.getprofile(). by Georg Brandl · 18 years ago
  21. 0d75f09 Merge from py3k branch: by Amaury Forgeot d'Arc · 18 years ago
  22. 4ffedad Bug #1191458: tracing over for loops now produces a line event by Neal Norwitz · 19 years ago
  23. ed40ea1 Generate line number table entries for except handlers. by Jeremy Hylton · 19 years ago
  24. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 20 years ago
  25. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 20 years ago
  26. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 21 years ago
  27. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 21 years ago
  28. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 21 years ago
  29. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 21 years ago
  30. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  31. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 22 years ago
  32. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 23 years ago
  33. 3de7526 Whitespace normalization. by Tim Peters · 23 years ago
  34. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 23 years ago
  35. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 23 years ago
  36. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 23 years ago
  37. 519a342 Bunch more tests. by Michael W. Hudson · 23 years ago
  38. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 23 years ago