summaryrefslogtreecommitdiffstats
path: root/Lib/test/tracedmodules
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 84994 via svnmerge fromAlexander Belopolsky2010-09-241-0/+6
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84994 | alexander.belopolsky | 2010-09-24 14:03:12 -0400 (Fri, 24 Sep 2010) | 1 line Issue #9936: Fixed executable lines' search in the trace module. ........
* Issue #9315: Fix for the trace module to record correct class nameAlexander Belopolsky2010-09-132-0/+7
when tracing methods. Unit tests. Patch by Eli Bendersky.