1. 66e53c7 Fix test failures when Python is compiled without thread support. by Nadeem Vawda · 13 years ago
  2. 9d2ad44 Use floor division operator instead of deprecated division operator. by Raymond Hettinger · 13 years ago
  3. 860c05d Merged revisions 86229 via svnmerge from by Alexander Belopolsky · 14 years ago
  4. 517185e Merged revisions 84994 via svnmerge from by Alexander Belopolsky · 14 years ago
  5. 9d17da3 Issue #9315: Fix for the trace module to record correct class name by Alexander Belopolsky · 14 years ago
  6. 11ce4d9 Merged revisions 83525 via svnmerge from by Georg Brandl · 14 years ago
  7. 78e6957 Merged revisions 83393,83396,83398,83405,83408 via svnmerge from by Georg Brandl · 14 years ago
  8. 6e3dbbd replace has_key with 'in' operator by Benjamin Peterson · 15 years ago
  9. ca37661 Add a timing flag to Trace so you can see where slowness occurs by Neal Norwitz · 17 years ago
  10. 873c985 Fix #1693149. Now you can pass several modules separated by by Facundo Batista · 17 years ago
  11. 58a6f44 back in these go - thanks to Titus Brown for the fix by Skip Montanaro · 17 years ago
  12. d3a1bdf revert change that breaks test_doctest (which I forgot to run - sorry) by Skip Montanaro · 17 years ago
  13. 6d7914b Make trace and doctest play nice together (issue 1429818). Will backport. by Skip Montanaro · 17 years ago
  14. 691acf2 fix trace.py --ignore-dir by Skip Montanaro · 18 years ago
  15. 7a1af77 Patch #1536071: trace.py should now find the full module name of a by Georg Brandl · 18 years ago
  16. b2afe85 Make use of new str.startswith/endswith semantics. by Georg Brandl · 18 years ago
  17. be635cd Whitespace normalization. by Tim Peters · 18 years ago
  18. 7b1559a correct example by Skip Montanaro · 18 years ago
  19. db390c1 fix typos, mostly in comments by Fred Drake · 19 years ago
  20. 481b09b3 SF #1062190. Removed an assertion that rendered trace.py unnecessarily by Raymond Hettinger · 20 years ago
  21. c00fc84 Open file in universal newline mode when passing to compile(). Solution by Skip Montanaro · 20 years ago
  22. 5bfd984 Refactor common code out of globaltrace_trackcallers() and by Skip Montanaro · 20 years ago
  23. cafc811 Added --trackcalls command line arg to display crude caller/callee by Skip Montanaro · 20 years ago
  24. bbca8da Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 21 years ago
  25. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  26. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  27. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  28. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  29. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  30. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  31. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  32. 01c623b fix typo by Fred Drake · 21 years ago
  33. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  34. 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 21 years ago
  35. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  36. c8c8b94 Only produce a dotted module name when writing output to a separate directory. by Jeremy Hylton · 21 years ago
  37. dfbfe73 Add helper function to get module name taking packages into account. by Jeremy Hylton · 21 years ago
  38. 38732e1 Holistic refactoring. by Jeremy Hylton · 21 years ago
  39. 68468eb Get rid of many apply() calls. by Guido van Rossum · 22 years ago
  40. f2715e0 Whitespace normalization. by Tim Peters · 22 years ago
  41. 4edaa0d Copy the trace module here from Tools/scripts. by Jeremy Hylton · 22 years ago