summaryrefslogtreecommitdiffstats
path: root/Lib/trace.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2003-04-241-2/+2
* Only produce a dotted module name when writing output to a separateJeremy Hylton2003-04-221-2/+3
* Add helper function to get module name taking packages into account.Jeremy Hylton2003-04-211-1/+22
* Holistic refactoring.Jeremy Hylton2003-04-211-225/+159
* Get rid of many apply() calls.Guido van Rossum2003-02-271-1/+1
* Whitespace normalization.Tim Peters2003-02-191-14/+14
* Copy the trace module here from Tools/scripts.Jeremy Hylton2003-02-181-0/+729