summaryrefslogtreecommitdiffstats
path: root/Lib/trace.py
Commit message (Expand)AuthorAgeFilesLines
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-251-1/+1
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-1/+1
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-25/+25
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-6/+6
* Patch #1550800: make exec a function.Georg Brandl2006-09-061-2/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+3
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-9/+11
* fix typos, mostly in commentsFred Drake2005-10-281-1/+1
* SF #1062190. Removed an assertion that rendered trace.py unnecessarilyRaymond Hettinger2004-11-081-1/+0
* Open file in universal newline mode when passing to compile(). SolutionSkip Montanaro2004-04-161-1/+1
* Refactor common code out of globaltrace_trackcallers() andSkip Montanaro2004-04-101-28/+56
* Added --trackcalls command line arg to display crude caller/calleeSkip Montanaro2004-04-071-18/+88
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-191-2/+4
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-021-1/+0
* Open results files, which contain binary pickles, in binary mode.Jeremy Hylton2003-10-141-4/+2
* Ouch. Remove debug code containing obscenities. :-)Guido van Rossum2003-10-101-3/+0
* The fullmodname() function chopped off the first character if theGuido van Rossum2003-10-101-1/+8
* Make the prefix 7 spaces long, so the lines are properly aligned.Walter Dörwald2003-07-151-1/+1
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-071-9/+4
* fix typoFred Drake2003-06-271-1/+1
* add mention of -l, --listfuncs to usage() small part of 542562Skip Montanaro2003-06-271-0/+3
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-261-1/+6
* 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