Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merged revisions 84994 via svnmerge from | Alexander Belopolsky | 2010-09-24 | 1 | -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 name | Alexander Belopolsky | 2010-09-13 | 2 | -0/+7 |
when tracing methods. Unit tests. Patch by Eli Bendersky. |