Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
3353a2ec4759eef7bfbd892b040cf1bd1ac3298c
/
Lib
/
trace.py
221085d
Change all the function attributes from func_* -> __*__. This gets rid
by Neal Norwitz
· 18 years ago
cf297e4
Merged revisions 53623-53858 via svnmerge from
by Thomas Wouters
· 18 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
be19ed7
Fix most trivially-findable print statements.
by Guido van Rossum
· 18 years ago
b940e11
SF patch 1631942 by Collin Winter:
by Guido van Rossum
· 19 years ago
7cae87c
Patch #1550800: make exec a function.
by Georg Brandl
· 19 years ago
00ee7ba
Merge current trunk into p3yk. This includes the PyNumber_Index API change,
by Thomas Wouters
· 19 years ago
e2b70bc
Get rid of dict.has_key(). Boy this has a lot of repercussions!
by Guido van Rossum
· 19 years ago
0e3f591
Merged revisions 46753-51188 via svnmerge from
by Thomas Wouters
· 19 years ago
477c8d5
Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.
by Thomas Wouters
· 19 years ago
db390c1
fix typos, mostly in comments
by Fred Drake
· 20 years ago
481b09b3
SF #1062190. Removed an assertion that rendered trace.py unnecessarily
by Raymond Hettinger
· 21 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
· 22 years ago
d0e2705
Open results files, which contain binary pickles, in binary mode.
by Jeremy Hylton
· 22 years ago
80bd5ca
Ouch. Remove debug code containing obscenities. :-)
by Guido van Rossum
· 22 years ago
b427c00
The fullmodname() function chopped off the first character if the
by Guido van Rossum
· 22 years ago
c171172
Make the prefix 7 spaces long, so the lines are properly aligned.
by Walter Dörwald
· 22 years ago
d7ce86d
Patch from Zooko to remove an experimental feature.
by Jeremy Hylton
· 22 years ago
01c623b
fix typo
by Fred Drake
· 22 years ago
a7b8ac6
add mention of -l, --listfuncs to usage() small part of 542562
by Skip Montanaro
· 22 years ago
546e34b
Enable tracing of multi-threaded applications.
by Jeremy Hylton
· 22 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