1. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 7 years ago
  2. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  3. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  4. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  5. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  6. c5c3ba4 Add _PyBytesWriter_Resize() function by Victor Stinner · 9 years ago
  7. 2bf8993 Optimize bytes.fromhex() and bytearray.fromhex() by Victor Stinner · 9 years ago
  8. 772b2b0 Optimize bytearray % args by Victor Stinner · 9 years ago
  9. 661aacc Add use_bytearray attribute to _PyBytesWriter by Victor Stinner · 9 years ago
  10. c29e29b Relax _PyBytesWriter API by Victor Stinner · 9 years ago
  11. ce179bf Add _PyBytesWriter_WriteBytes() to factorize the code by Victor Stinner · 9 years ago
  12. 53926a1 _PyBytesWriter: rename size attribute to min_size by Victor Stinner · 9 years ago
  13. b3653a3 Issue #25318: cleanup code _PyBytesWriter by Victor Stinner · 9 years ago
  14. 0016507 Issue #25318: Move _PyBytesWriter to bytesobject.c by Victor Stinner · 9 years ago
  15. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  16. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  17. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  18. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  19. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  20. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  21. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  22. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  23. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  24. 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
  25. 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
  26. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  27. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  28. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  29. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  30. 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
  31. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  32. 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
  33. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  34. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  35. 2d28f59 Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE. by Guido van Rossum · 17 years ago
  36. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  37. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  38. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  39. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago