From: Georg Brandl Date: Sun, 1 Aug 2010 21:33:45 +0000 (+0000) Subject: Blocked revisions 82848,82872-82874,82951 via svnmerge X-Git-Tag: v3.1.3rc1~415 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67a1d30f0d56d45217078829a1546fa2fe60857f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 82848,82872-82874,82951 via svnmerge ........ r82848 | georg.brandl | 2010-07-13 08:38:10 +0200 (Di, 13 Jul 2010) | 1 line Add bytes in literal_eval doc. ........ r82872 | georg.brandl | 2010-07-14 10:53:18 +0200 (Mi, 14 Jul 2010) | 1 line Remove XXX from text. ........ r82873 | georg.brandl | 2010-07-14 10:53:36 +0200 (Mi, 14 Jul 2010) | 1 line Remove unused code that would raise a NameError. ........ r82874 | georg.brandl | 2010-07-14 10:54:40 +0200 (Mi, 14 Jul 2010) | 1 line #9235: fix missing import of sys. ........ r82951 | georg.brandl | 2010-07-18 15:43:32 +0200 (So, 18 Jul 2010) | 1 line #9110: update to ContextDecorator doc. ........ ---