From: Christian Heimes Date: Mon, 26 May 2008 13:16:12 +0000 (+0000) Subject: Blocked revisions 63672,63675,63677,63679 via svnmerge X-Git-Tag: v3.0b1~237 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=96d02f3c1e145821cd5ce8817d4263e7d8d57e4a;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 63672,63675,63677,63679 via svnmerge ........ r63672 | christian.heimes | 2008-05-26 14:29:14 +0200 (Mon, 26 May 2008) | 4 lines First step of the C API rename: renamed Include/bytesobject.h to Include/bytearrayobject.h renamed Include/stringobject.h to Include/bytesobject.h added Include/stringobject.h with aliases ........ r63675 | christian.heimes | 2008-05-26 14:51:38 +0200 (Mon, 26 May 2008) | 1 line Renamed PyString to PyBytes ........ r63677 | christian.heimes | 2008-05-26 15:01:01 +0200 (Mon, 26 May 2008) | 3 lines Renamed bytesobject.c to bytearrayobject.c Renamed stringobject.c to bytesobject.c Fixed Windows builds ........ r63679 | christian.heimes | 2008-05-26 15:15:11 +0200 (Mon, 26 May 2008) | 1 line Updated NEWS ........ ---