]> granicus.if.org Git - python/commit
Blocked revisions 63672,63675,63677,63679 via svnmerge
authorChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:16:12 +0000 (13:16 +0000)
committerChristian Heimes <christian@cheimes.de>
Mon, 26 May 2008 13:16:12 +0000 (13:16 +0000)
commit96d02f3c1e145821cd5ce8817d4263e7d8d57e4a
tree53109300fc016e241c108700c9fab1de26696d11
parent1e2f050a7952823a0cacbf32e2e9ccfc0a50b470
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
........