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