1. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  2. b95b561 Issue20284: Implement PEP461 by Ethan Furman · 9 years ago
  3. 9ed5f27 Issue #18722: Remove uses of the "register" keyword in C code. by Antoine Pitrou · 11 years ago
  4. d0880d5 Simplify and optimize formatlong() by Victor Stinner · 12 years ago
  5. 4d0d471 Merge branches/pep-0384. by Martin v. Löwis · 14 years ago
  6. 8f67d08 make hashes always the size of pointers; introduce Py_hash_t #9778 by Benjamin Peterson · 14 years ago
  7. 0923d1d The other half of Issue #1580: use short float repr where possible. by Eric Smith · 15 years ago
  8. a3b1ac8 Added ',' thousands grouping to int.__format__. See PEP 378. by Eric Smith · 15 years ago
  9. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 16 years ago
  10. 6d7e7a7 Merged revisions 64491 via svnmerge from by Eric Smith · 16 years ago
  11. 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
  12. 27ad091 remove PyBytes_Format from header by Benjamin Peterson · 16 years ago
  13. 2c9c7a5 Renamed files bytesobject.[ch] and stringobject.[ch] Fixed Windows build by Christian Heimes · 16 years ago
  14. 9c4756e Renamed PyBytes to PyByteArray by Christian Heimes · 16 years ago
  15. 90aa764 #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. by Christian Heimes · 17 years ago
  16. a22e8bd Added all PyTypeObjects to the appropriate header files. by Christian Heimes · 17 years ago
  17. 1978470 Fix typo in comment by Neal Norwitz · 17 years ago
  18. faa54a3 Code review of the new buffer protocol. Mostly add questions that should by Neal Norwitz · 17 years ago
  19. 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
  20. 5d7428b Fix merge breakage. by Martin v. Löwis · 17 years ago
  21. 9f2e346 Merged revisions 56467-56482 via svnmerge from by Martin v. Löwis · 17 years ago
  22. 2d28f59 Add asserts to PyBytes_AS_STRING and PyBytes_GET_SIZE. by Guido van Rossum · 17 years ago
  23. ad7d8d1 Rough and dirty job -- allow concatenation of bytes and arbitrary by Guido van Rossum · 17 years ago
  24. a0867f7 Optimizations for bytes reallocation. by Guido van Rossum · 18 years ago
  25. d624f18 Added much functionality to the bytes type. by Guido van Rossum · 18 years ago
  26. 4dfe8a1 Here is a bytes type. It's very minimal but it's a start. by Guido van Rossum · 18 years ago