1. 481b09b3 SF #1062190. Removed an assertion that rendered trace.py unnecessarily by Raymond Hettinger · 20 years ago
  2. c00fc84 Open file in universal newline mode when passing to compile(). Solution by Skip Montanaro · 20 years ago
  3. 5bfd984 Refactor common code out of globaltrace_trackcallers() and by Skip Montanaro · 20 years ago
  4. cafc811 Added --trackcalls command line arg to display crude caller/callee by Skip Montanaro · 20 years ago
  5. bbca8da Fix two small bugs: (1) on Windows, pathname munging didn't work by Guido van Rossum · 20 years ago
  6. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  7. cc523fc SF patch #834015: Remove imports of unused modules by Raymond Hettinger · 21 years ago
  8. d0e2705 Open results files, which contain binary pickles, in binary mode. by Jeremy Hylton · 21 years ago
  9. 80bd5ca Ouch. Remove debug code containing obscenities. :-) by Guido van Rossum · 21 years ago
  10. b427c00 The fullmodname() function chopped off the first character if the by Guido van Rossum · 21 years ago
  11. c171172 Make the prefix 7 spaces long, so the lines are properly aligned. by Walter Dörwald · 21 years ago
  12. d7ce86d Patch from Zooko to remove an experimental feature. by Jeremy Hylton · 21 years ago
  13. 01c623b fix typo by Fred Drake · 21 years ago
  14. a7b8ac6 add mention of -l, --listfuncs to usage() small part of 542562 by Skip Montanaro · 21 years ago
  15. 546e34b Enable tracing of multi-threaded applications. by Jeremy Hylton · 21 years ago
  16. 0eadaac Whitespace normalization. by Tim Peters · 21 years ago
  17. c8c8b94 Only produce a dotted module name when writing output to a separate directory. by Jeremy Hylton · 21 years ago
  18. dfbfe73 Add helper function to get module name taking packages into account. by Jeremy Hylton · 21 years ago
  19. 38732e1 Holistic refactoring. by Jeremy Hylton · 21 years ago
  20. 68468eb Get rid of many apply() calls. by Guido van Rossum · 21 years ago
  21. f2715e0 Whitespace normalization. by Tim Peters · 21 years ago
  22. 4edaa0d Copy the trace module here from Tools/scripts. by Jeremy Hylton · 21 years ago