1. 702f8f3 bpo-33041: Rework compiling an "async for" loop. (#6142) by Serhiy Storchaka · 6 years ago
  2. bc300ce bpo-33041: Add tests for jumps in/out of 'async with' blocks. (#6110) by Serhiy Storchaka · 6 years ago
  3. b8e9d6c bpo-17288: Prevent jumps from 'return' and 'exception' trace events. (GH-6107) by xdegaye · 6 years ago
  4. 26c9f56 bpo-33026: Fix jumping out of "with" block by setting f_lineno. (#6026) by Serhiy Storchaka · 6 years ago
  5. 520b7ae bpo-17611. Move unwinding of stack for "pseudo exceptions" from interpreter to compiler. (GH-5006) by Serhiy Storchaka · 6 years ago
  6. e8ed965 bpo-32416: Add two new tests in test_sys_settrace. (#5072) by Serhiy Storchaka · 7 years ago
  7. 531dd7e Fix minor spelling error in test_sys_settrace.py. (#5025) by gfyoung · 7 years ago
  8. 53f9135 bpo-32416: Refactor tests for the f_lineno setter and add new tests. (#4991) by Serhiy Storchaka · 7 years ago
  9. 53f7a7c bpo-32297: Few misspellings found in Python source code comments. (#4803) by Mike · 7 years ago
  10. 5a85167 bpo-31344: Per-frame control of trace events (GH-3417) by Nick Coghlan · 7 years ago
  11. 64c26e5 Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  12. 64a263a Issue #20041: Fixed TypeError when frame.f_trace is set to None. by Serhiy Storchaka · 8 years ago
  13. 51d8c52 Replace noop constant statement with expression by Victor Stinner · 8 years ago
  14. 3cda0ed pop the loop block even for infinite while loops (closes #23048) by Benjamin Peterson · 10 years ago
  15. 3583761 #17413: make sure settrace funcs get passed exception instances for 'value'. by R David Murray · 11 years ago
  16. 5b89840 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  17. 737fb89 Issue #16714: use 'raise' exceptions, don't 'throw'. by Andrew Svetlov · 12 years ago
  18. 6e3358a merge 3.2 (#14612) by Benjamin Peterson · 12 years ago
  19. e42fb30 SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (closes #14612) by Benjamin Peterson · 12 years ago
  20. 3484c09 Merge from 3.2 by Amaury Forgeot d'Arc · 13 years ago
  21. 3e961a5 Enable the only tests for sys.gettrace by Amaury Forgeot d'Arc · 13 years ago
  22. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  23. 13c4753 Issue #9315: Renamed test_trace to test_sys_settrace and by Alexander Belopolsky · 14 years ago[Renamed from Lib/test/test_trace.py]
  24. f6d2ca0 Issue #9315: Revert r83005 before renaming test_trace to by Alexander Belopolsky · 14 years ago[Renamed from Lib/test/test_line_tracing.py]
  25. 013783c move test_trace.py so as not to conflict with future tests for the trace module by Benjamin Peterson · 14 years ago[Renamed from Lib/test/test_trace.py]
  26. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  27. 4db6ff6 Merged revisions 72776,72796 via svnmerge from by Jeffrey Yasskin · 15 years ago
  28. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  29. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  30. 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
  31. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 17 years ago
  32. f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  33. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  34. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  35. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  36. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  37. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  38. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  39. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  40. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  41. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  42. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 20 years ago
  43. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 20 years ago
  44. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 20 years ago
  45. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 20 years ago
  46. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  47. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  48. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  49. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  50. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  51. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  52. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  53. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  54. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago