summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pstats.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 83531 via svnmerge fromGeorg Brandl2010-08-021-0/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83531 | georg.brandl | 2010-08-02 19:24:49 +0200 (Mo, 02 Aug 2010) | 1 line #7372: fix regression in pstats: a previous fix to handle cProfile data in add_callers broke handling of profile data. ........
* #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats.Georg Brandl2008-01-211-0/+26