]> granicus.if.org Git - python/commit
Merged revisions 83524,84776 via svnmerge from
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 13 Sep 2010 17:36:36 +0000 (17:36 +0000)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 13 Sep 2010 17:36:36 +0000 (17:36 +0000)
commit928474561c736d87787c99d1c7198ab062318baa
tree3b8a91dfadff204052d542266762a948a9a385c4
parent9d407ca9da87a7e75b8bfe6062850e8975eca529
Merged revisions 83524,84776 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83524 | georg.brandl | 2010-08-02 14:20:23 +0200 (lun., 02 août 2010) | 1 line

  #9428: fix running scripts from profile/cProfile with their own name and the right namespace.  Same fix as for trace.py in #1690103.
........
  r84776 | florent.xicluna | 2010-09-13 18:35:02 +0200 (lun., 13 sept. 2010) | 1 line

  Make test.regrtest.__file__ absolute, this was not always the case when running profile or trace, for example.  (issue #9323)
........
Lib/cProfile.py
Lib/profile.py
Lib/test/regrtest.py
Misc/NEWS