aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/trace.py
Commit message (Expand)AuthorAge
* Merged revisions 86229 via svnmerge fromAlexander Belopolsky2010-11-06
* Merged revisions 82805-82806,83523-83527,83536,83538,83542,83546-83548,83550-...Georg Brandl2010-10-06
* Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-24
* Merged revisions 84780-84781 via svnmerge fromAlexander Belopolsky2010-09-13
* Merged revisions 83393,83396,83398,83404-83405,83408 via svnmerge fromGeorg Brandl2010-08-01
* Merged revisions 83035 via svnmerge fromAlexander Belopolsky2010-07-21
* Merged revisions 82997 via svnmerge fromAlexander Belopolsky2010-07-20
* Merged revisions 78340 via svnmerge fromAndrew M. Kuchling2010-02-22
* #5656: detect correct encoding of files when reporting coverage in trace.py, ...Georg Brandl2009-04-01
* The trace module was trying to turn ints into ints since co_lnotab was changedBrett Cannon2009-01-30
* Bug #2606: Avoid calling .sort() on a dict_keys object.Martin v. Löwis2008-04-10
* Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,...Christian Heimes2008-02-28
* Merged revisions 60080-60089,60091-60093 via svnmerge fromGeorg Brandl2008-01-19
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-26
* Kill execfile(), use exec() insteadNeal Norwitz2007-08-12
* Getting rid of cPickle. Mmm, feels good!Guido van Rossum2007-07-20
* Change all the function attributes from func_* -> __*__. This gets ridNeal Norwitz2007-02-25
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-23
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-11
* Fix most trivially-findable print statements.Guido van Rossum2007-02-09
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-10
* Patch #1550800: make exec a function.Georg Brandl2006-09-06
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-21
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-18
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-11
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-27
* fix typos, mostly in commentsFred Drake2005-10-28
* SF #1062190. Removed an assertion that rendered trace.py unnecessarilyRaymond Hettinger2004-11-08
* Open file in universal newline mode when passing to compile(). SolutionSkip Montanaro2004-04-16
* Refactor common code out of globaltrace_trackcallers() andSkip Montanaro2004-04-10
* Added --trackcalls command line arg to display crude caller/calleeSkip Montanaro2004-04-07
* Fix two small bugs: (1) on Windows, pathname munging didn't workGuido van Rossum2004-02-19
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-12
* SF patch #834015: Remove imports of unused modulesRaymond Hettinger2003-11-02
* Open results files, which contain binary pickles, in binary mode.Jeremy Hylton2003-10-14
* Ouch. Remove debug code containing obscenities. :-)Guido van Rossum2003-10-10
* The fullmodname() function chopped off the first character if theGuido van Rossum2003-10-10
* Make the prefix 7 spaces long, so the lines are properly aligned.Walter Dörwald2003-07-15
* Patch from Zooko to remove an experimental feature.Jeremy Hylton2003-07-07
* fix typoFred Drake2003-06-27
* add mention of -l, --listfuncs to usage() small part of 542562Skip Montanaro2003-06-27
* Enable tracing of multi-threaded applications.Jeremy Hylton2003-06-26
* Whitespace normalization.Tim Peters2003-04-24
* Only produce a dotted module name when writing output to a separateJeremy Hylton2003-04-22
* Add helper function to get module name taking packages into account.Jeremy Hylton2003-04-21
* Holistic refactoring.Jeremy Hylton2003-04-21
* Get rid of many apply() calls.Guido van Rossum2003-02-27
* Whitespace normalization.Tim Peters2003-02-19
* Copy the trace module here from Tools/scripts.Jeremy Hylton2003-02-18