]> granicus.if.org Git - python/commit
Merged revisions 69811,69947 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 26 Feb 2009 18:55:48 +0000 (18:55 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 26 Feb 2009 18:55:48 +0000 (18:55 +0000)
commitefb06b0d91a6f7f4a34bd2dc46f4afbffdf49e0e
tree5ab5f2a98bec4f2f164928aace5e47a7cc810736
parente3a29806449132490029fafa4cc1349d9d4077a8
Merged revisions 69811,69947 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r69811 | collin.winter | 2009-02-20 13:30:41 -0600 (Fri, 20 Feb 2009) | 2 lines

  Issue 5176: special-case string formatting in BINARY_MODULO implementation. This shows a modest (1-3%) speed-up in templating systems, for example.
........
  r69947 | jeffrey.yasskin | 2009-02-24 16:48:34 -0600 (Tue, 24 Feb 2009) | 3 lines

  Tools/scripts/analyze_dxp.py, a module with some helper functions to
  analyze the output of sys.getdxp().
........
Lib/test/test_opcodes.py
Python/ceval.c
Tools/scripts/README
Tools/scripts/analyze_dxp.py [new file with mode: 0644]