1. ef87d6e Rip out all the u"..." literals and calls to unicode(). by Guido van Rossum · 17 years ago
  2. 13633bb Support name and mode attributes on all file types. by Guido van Rossum · 17 years ago
  3. 84d79dd Disallow u"..." + b"..." and b"..." + u"...". by Guido van Rossum · 17 years ago
  4. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  5. 0ad0812 An example of action-at-a-distance: fix the problems I had in test_io.py by Guido van Rossum · 17 years ago
  6. ebea9be Bytes should never equal unicode. Add tests for str <cmpop> bytes. by Guido van Rossum · 17 years ago
  7. 343e97f For Make Benefit Glorious Nation of Backwards Compatibility, by Guido van Rossum · 17 years ago
  8. c788554 Addendum of patch #1669633: additional tests for bytes methods. by Georg Brandl · 17 years ago
  9. 6968b05 SF patch #1669633, add methods for bytes from Pete Shinners. by Neal Norwitz · 17 years ago
  10. 0b9b9e0 Implement bytes.fromhex(), with tests. by Georg Brandl · 17 years ago
  11. ee91be4 Make bytes_repr return a string containing a b"" literal. by Georg Brandl · 17 years ago
  12. 00e41de Bytes literal. by Thomas Wouters · 17 years ago
  13. e2a383d Rip out 'long' and 'L'-suffixed integer literals. (Rough first cut.) by Guido van Rossum · 18 years ago
  14. 376446d Implement extended slicing in bytes objects. by Thomas Wouters · 18 years ago
  15. 9a6e62b Fix buglet in slice assignment of bytesobjects: assigning to b[3:0] ('stop' by Thomas Wouters · 18 years ago
  16. d204a71 Make bytesobject raise ValueError instead of TypeError again (thanks, Nick) by Thomas Wouters · 18 years ago
  17. 00ee7ba Merge current trunk into p3yk. This includes the PyNumber_Index API change, by Thomas Wouters · 18 years ago
  18. 08e8b7a Comment out debug print. by Guido van Rossum · 18 years ago
  19. 2018831 Adding bytes.join() -- a class methods that concatenates an iterable of bytes. by Guido van Rossum · 18 years ago
  20. 13e5721 Implement bytes += bytes, bytes *= int, int in bytes, bytes in bytes. by Guido van Rossum · 18 years ago
  21. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  22. e06b6b8 Fix a leak and a buglet discovered by Thomas. by Guido van Rossum · 18 years ago
  23. 5f6f27d Fix test_main function so test_bytes can be run by regrtest.py. by Thomas Wouters · 18 years ago
  24. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago