From: Benjamin Peterson Date: Wed, 20 Aug 2008 01:51:10 +0000 (+0000) Subject: Blocked revisions 65806,65880,65891,65893 via svnmerge X-Git-Tag: v3.0b3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5e37e6cc3137ad1faf26495849554399d534f75;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 65806,65880,65891,65893 via svnmerge ........ r65806 | marc-andre.lemburg | 2008-08-18 06:13:45 -0500 (Mon, 18 Aug 2008) | 3 lines Restore Python 2.3 compatibility and remove "with" usage. ........ r65880 | guido.van.rossum | 2008-08-19 16:02:04 -0500 (Tue, 19 Aug 2008) | 2 lines Issue 1179: [CVE-2007-4965] Integer overflow in imageop module. ........ r65891 | amaury.forgeotdarc | 2008-08-19 19:08:47 -0500 (Tue, 19 Aug 2008) | 2 lines follow-up of issue3473: update the compiler package to recognize the new syntax. ........ r65893 | benjamin.peterson | 2008-08-19 20:42:01 -0500 (Tue, 19 Aug 2008) | 1 line deprecate some useless, noop methods in symtable ........ ---