From: Benjamin Peterson Date: Sat, 9 Jan 2010 17:45:42 +0000 (+0000) Subject: Blocked revisions 77227,77256,77260,77368-77369 via svnmerge X-Git-Tag: v3.2a1~1878 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=68111a04b01f5fd8d2b65dd3021f35497d52ba46;p=python Blocked revisions 77227,77256,77260,77368-77369 via svnmerge ........ r77227 | martin.v.loewis | 2010-01-02 03:53:18 -0600 (Sat, 02 Jan 2010) | 1 line Make script work with 2.5. ........ r77256 | georg.brandl | 2010-01-02 16:55:55 -0600 (Sat, 02 Jan 2010) | 1 line Fix typo. ........ r77260 | gregory.p.smith | 2010-01-02 18:43:02 -0600 (Sat, 02 Jan 2010) | 2 lines make setup.py similar to py3k's when reporting on _hashlib as missing or not. ........ r77368 | senthil.kumaran | 2010-01-08 12:41:40 -0600 (Fri, 08 Jan 2010) | 1 line Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox ........ r77369 | senthil.kumaran | 2010-01-08 13:04:16 -0600 (Fri, 08 Jan 2010) | 4 lines Reverting the Revision: 77368. I committed Flox's big patch for tests by mistake. ( It may come in for sure tough) ........ ---