From: Georg Brandl Date: Tue, 26 May 2009 09:04:34 +0000 (+0000) Subject: Blocked revisions 72322,72324,72326,72328,72799,72924 via svnmerge X-Git-Tag: v2.6.3rc1~241 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8017a3e680b0847797081935f97412c6231df7be;p=python Blocked revisions 72322,72324,72326,72328,72799,72924 via svnmerge ........ r72322 | georg.brandl | 2009-05-05 10:54:11 +0200 (Di, 05 Mai 2009) | 1 line #5142: add module skipping feature to pdb. ........ r72324 | georg.brandl | 2009-05-05 11:06:02 +0200 (Di, 05 Mai 2009) | 1 line Fix overlong lines. ........ r72326 | georg.brandl | 2009-05-05 11:19:43 +0200 (Di, 05 Mai 2009) | 1 line #5929: fix signedness warning. ........ r72328 | georg.brandl | 2009-05-05 11:20:52 +0200 (Di, 05 Mai 2009) | 1 line Remove unused variable. ........ r72799 | georg.brandl | 2009-05-20 20:24:08 +0200 (Mi, 20 Mai 2009) | 1 line Update bug tracker URL. ........ r72924 | georg.brandl | 2009-05-25 23:02:56 +0200 (Mo, 25 Mai 2009) | 6 lines Allow multiple context managers in one with statement, as proposed in http://codereview.appspot.com/53094 and accepted by Guido. The construct is transformed into multiple With AST nodes so that there should be no problems with the semantics. ........ ---