1. 0c77a82 Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,63989,64014-64015,64021-64022,64063-64065,64067 via svnmerge from by Georg Brandl · 16 years ago
  2. 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
  3. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  4. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  5. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  6. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  7. 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
  8. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  9. b99f762 Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118. by Travis E. Oliphant · 17 years ago
  10. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  11. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  12. 2d28f59 Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE. by Guido van Rossum · 17 years ago
  13. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  14. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  15. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  16. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago