1. a27c064 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  2. 62e32d6 Issue #19398: Extra slash no longer added to sys.path components in case of by Serhiy Storchaka · 8 years ago
  3. 436831d Issue22642 - Convert trace module's option handling mechanism from getopt to argparse. by Senthil Kumaran · 8 years ago
  4. 96b531a Issue #26069: Remove the deprecated apis in the trace module. by Senthil Kumaran · 8 years ago
  5. 1f507a8 Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  6. cbfe07e Issue 24215: Added tests for more builtin types in test_pprint. by Serhiy Storchaka · 9 years ago
  7. f299abd Issue #23731: Implement PEP 488. by Brett Cannon · 9 years ago
  8. f026dae Fixes #10541: regrtest -T is broken by Alexander Belopolsky · 10 years ago
  9. 5a9ce07 #17143: fix buildbot failures on Windows. by Ezio Melotti · 11 years ago
  10. 23e043f #17143: fix a missing import in the trace module. Initial patch by Berker Peksag. by Ezio Melotti · 11 years ago
  11. 7ded1f0 Implemented PEP 405 (Python virtual environments). by Vinay Sajip · 12 years ago
  12. fd07415 Issue #2377: Make importlib the implementation of __import__(). by Brett Cannon · 12 years ago
  13. b88ed15 #11565: Merge with 3.2. by Ezio Melotti · 13 years ago
  14. 3b3499b #11565: Merge with 3.1. by Ezio Melotti · 13 years ago
  15. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  16. 7a54073 Issue #10992: make tests pass when run under coverage. by Brett Cannon · 13 years ago
  17. 31f5929 Issue #10990: Prevent tests from clobbering a set trace function. by Brett Cannon · 13 years ago
  18. 1f75f5d Fixed deprecation warnings. by Alexander Belopolsky · 14 years ago
  19. 19f2aeb Merged revisions 86596 via svnmerge from by Ezio Melotti · 14 years ago
  20. b3aedd4 #9424: Replace deprecated assert* methods in the Python test suite. by Ezio Melotti · 14 years ago
  21. 18c3373 Fixed unit test failure on Windows by Alexander Belopolsky · 14 years ago
  22. 6672ea9 Streamlined code in trace.Ignore and added unit tests. by Alexander Belopolsky · 14 years ago
  23. 1a0eb98 Merged revisions 85000 via svnmerge from by Alexander Belopolsky · 14 years ago
  24. a847c81 This should fix buildbot failure introduced by r84994 by Alexander Belopolsky · 14 years ago
  25. 402392b Merged revisions 84994 via svnmerge from by Alexander Belopolsky · 14 years ago
  26. ff09ce2 Issue #9936: Fixed executable lines' search in the trace module. by Alexander Belopolsky · 14 years ago
  27. ef1166e Issue 9315: Removed list comprehention test. by Alexander Belopolsky · 14 years ago
  28. 9665637 Merged revisions 84780-84781 via svnmerge from by Alexander Belopolsky · 14 years ago
  29. d8642c3 Removed debugging setting by Alexander Belopolsky · 14 years ago
  30. 4d77017 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 14 years ago
  31. 283b125 #3821: beginnings of a trace.py unittest. by Georg Brandl · 14 years ago
  32. 2302857 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  33. 85edadb Reverted r83143: svnmerge failed to add new names by Alexander Belopolsky · 14 years ago
  34. 6161077 Merged revisions 83140-83141 via svnmerge from by Alexander Belopolsky · 14 years ago
  35. 13c4753 Issue #9315: Renamed test_trace to test_sys_settrace and by Alexander Belopolsky · 14 years ago
  36. f6d2ca0 Issue #9315: Revert r83005 before renaming test_trace to by Alexander Belopolsky · 14 years ago[Renamed from Lib/test/test_line_tracing.py]
  37. 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]
  38. 24e581f Merged revisions 73114 via svnmerge from by Amaury Forgeot d'Arc · 15 years ago
  39. 4db6ff6 Merged revisions 72776,72796 via svnmerge from by Jeffrey Yasskin · 15 years ago
  40. ee8712c #2621 rename test.test_support to test.support by Benjamin Peterson · 16 years ago
  41. 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
  42. 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
  43. 9bd667a Merged revisions 60124-60142 via svnmerge from by Christian Heimes · 16 years ago
  44. f05149a Correction for issue1265 (pdb bug with "with" statement). by Amaury Forgeot d'Arc · 17 years ago
  45. 3add4d7 Raise statement normalization in Lib/test/. by Collin Winter · 17 years ago
  46. 805365e Merged revisions 55007-55179 via svnmerge from by Guido van Rossum · 17 years ago
  47. 221085d Change all the function attributes from func_* -> __*__. This gets rid by Neal Norwitz · 17 years ago
  48. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  49. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 17 years ago
  50. 0e3f591 Merged revisions 46753-51188 via svnmerge from by Thomas Wouters · 18 years ago
  51. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  52. bc2a62f Disable some tests in anticipation of merging ast-branch to the head by Jeremy Hylton · 19 years ago
  53. e2eca0b Port from the Python 2.4 branch, patches for SF bug # 900092, by Barry Warsaw · 19 years ago
  54. 7069338 The fix in ceval.c 2.386 allows iteration-by-iteration line tracing even in by Armin Rigo · 20 years ago
  55. ee6c9b8 Fix (really) for tight loop line events by Nicholas Bastin · 20 years ago
  56. fa7bec7 Test for tight loop line event fix, SF bug #765624 by Nicholas Bastin · 20 years ago
  57. aea9459 Test for lack of implicit return line event by Nicholas Bastin · 20 years ago
  58. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  59. 58ee2af Armin Rigo's fix & test for by Michael W. Hudson · 21 years ago
  60. cfd3884 This is Richie Hindle's patch by Michael W. Hudson · 22 years ago
  61. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  62. 006c752 This is Richie Hindle's patch: by Michael W. Hudson · 22 years ago
  63. fb4d6ec Fix for the recursion_level bug Armin Rigo reported in sf by Michael W. Hudson · 22 years ago
  64. 02ff6a9 A slight change to SET_LINENO-less tracing. by Michael W. Hudson · 22 years ago
  65. 519a342 Bunch more tests. by Michael W. Hudson · 22 years ago
  66. 53d58bb Further SET_LINENO reomval fixes. See comments in patch #587933. by Michael W. Hudson · 22 years ago