From: Georg Brandl Date: Fri, 26 Nov 2010 18:26:40 +0000 (+0000) Subject: Blocked revisions 86795,86797,86799-86800 via svnmerge X-Git-Tag: v2.7.1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f760208a5813d75e4f25e5cd2b95fb0a094c7ee5;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 86795,86797,86799-86800 via svnmerge ........ r86795 | georg.brandl | 2010-11-26 12:55:48 +0100 (Fr, 26 Nov 2010) | 1 line Use PyLong_FromLong where appropriate. ........ r86797 | georg.brandl | 2010-11-26 13:05:27 +0100 (Fr, 26 Nov 2010) | 1 line Modernize code in effective(). ........ r86799 | georg.brandl | 2010-11-26 13:08:19 +0100 (Fr, 26 Nov 2010) | 1 line Remove parenthetical remark that is confusing now that the module is not named "__builtin__" anymore. ........ r86800 | georg.brandl | 2010-11-26 13:10:06 +0100 (Fr, 26 Nov 2010) | 1 line Typo fix. ........ ---