From: Benjamin Peterson Date: Thu, 26 Feb 2009 18:58:14 +0000 (+0000) Subject: Blocked revisions 69996 via svnmerge X-Git-Tag: 3.0~357 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80804d2dd30faf712d2cc3fb012dfa367bb46ea7;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 69996 via svnmerge ................ r69996 | benjamin.peterson | 2009-02-26 12:55:48 -0600 (Thu, 26 Feb 2009) | 14 lines 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(). ........ ................ ---