1. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  2. 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
  3. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  4. 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
  5. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  6. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  7. 2d28f59 Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE. by Guido van Rossum · 17 years ago
  8. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  9. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  10. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  11. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago