1. 6a9e80a bpo-40313: speed up bytes.hex() (GH-19594) by sweeneyde · 4 years, 4 months ago
  2. 455df97 Optimize _Py_strhex_impl() (GH-19535) by Victor Stinner · 4 years, 4 months ago
  3. 0138c4c Fix unused variable and signed/unsigned warnings (GH-15537) by Raymond Hettinger · 5 years ago
  4. 938d9a0 Fix compiler warnings in the pystrehex module (GH-13730) by Pablo Galindo · 5 years ago
  5. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  6. e502451 closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) by Benjamin Peterson · 6 years ago
  7. 598ceae bpo-32150: Expand tabs to spaces in C files. (#4583) by Serhiy Storchaka · 7 years ago
  8. f789465 Silence a gcc "may be used uninitialized" compiler warning. Not true. by Gregory P. Smith · 9 years ago
  9. 5d0ccd2 Add missing PyAPI_FUNC macro's to the public functions as other .c files do by Gregory P. Smith · 9 years ago
  10. e3f6393 Add the files missing from c9f1630cf2b1 for issue9951. by Gregory P. Smith · 9 years ago