1. 4472083 Renamed bytesobject.c to bytearrayobject.c by Christian Heimes · 17 years ago
  2. 593daf5 Renamed PyString to PyBytes by Christian Heimes · 17 years ago
  3. 3497f94 First step of the C API rename: by Christian Heimes · 17 years ago
  4. 1aed624 Backport fast alternate io.BytesIO implementation. by Alexandre Vassalotti · 17 years ago
  5. bcdc468 Backport manually r62342 from the py3k branch to the trunk. by Alexandre Vassalotti · 17 years ago
  6. 2ea2968 get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. by Gregory P. Smith · 17 years ago
  7. c00eb73 Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, by Gregory P. Smith · 17 years ago
  8. 4ebd46a Fix memory leaks by Neal Norwitz · 17 years ago
  9. 0bcd613 Fix bytes so it works on 64-bit platforms. by Neal Norwitz · 17 years ago
  10. 1a6387e Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,61809,61812,61819,61917,61920,61930,61933-61934 via svnmerge from by Christian Heimes · 17 years ago