1. 88c38b3 bpo-28415: Note 0 conversion different between Python and C (#885) by Louie Lu · 8 years ago
  2. 84b8e92 bpo-29918: Add missed "const" modifiers in C API documentation. (#846) by Serhiy Storchaka · 8 years ago
  3. 4a72a7b Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed by Berker Peksag · 9 years ago
  4. 6f379f4 Issue #27481: Docummented that ValueError is now raised instead of TypeError by Serhiy Storchaka · 9 years ago
  5. 0a560a1 #23088: Clarify null termination of bytes and strings in C API. by R David Murray · 10 years ago
  6. 44ea77b Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text. by Georg Brandl · 12 years ago
  7. 2aff335 #9204: remove mentions of removed types in the types module. by Georg Brandl · 15 years ago
  8. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 15 years ago
  9. 6009ece Replace :func: by :cfunc: by Victor Stinner · 15 years ago
  10. ce36962 remove docs for PyBytes_Format #4917 by Benjamin Peterson · 17 years ago
  11. c15a073 make bytes(o) respect __bytes__ #2415 by Benjamin Peterson · 17 years ago
  12. dae32c1 update docs after renaming of PyString -> PyBytes by Benjamin Peterson · 17 years ago