From: Georg Brandl Date: Sun, 7 Dec 2008 14:48:20 +0000 (+0000) Subject: Blocked revisions 67584,67587,67601,67614,67628 via svnmerge X-Git-Tag: v2.6.2c1~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0f5d5caa4f318dfc5685e0ec7de6d5f0176ee86e;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 67584,67587,67601,67614,67628 via svnmerge ........ r67584 | fred.drake | 2008-12-05 16:52:25 +0100 (Fri, 05 Dec 2008) | 2 lines bump version number ........ r67587 | fred.drake | 2008-12-05 17:14:18 +0100 (Fri, 05 Dec 2008) | 2 lines be more specific, and parallel to the py3k branch ........ r67601 | mark.dickinson | 2008-12-05 22:55:28 +0100 (Fri, 05 Dec 2008) | 3 lines Issue #4445: save 3 bytes (on average, on a typical machine) per string allocation. ........ r67614 | skip.montanaro | 2008-12-06 18:43:30 +0100 (Sat, 06 Dec 2008) | 2 lines issue 4483 - dbm build failures on systems with gdbm_compat lib. ........ r67628 | skip.montanaro | 2008-12-07 03:16:00 +0100 (Sun, 07 Dec 2008) | 1 line muffed the default case ........ ---