aboutsummaryrefslogtreecommitdiff
path: root/Python/pystrhex.c
AgeCommit message (Expand)Author
2020-04-20bpo-40313: speed up bytes.hex() (GH-19594)sweeneyde
2020-04-15Optimize _Py_strhex_impl() (GH-19535)Victor Stinner
2019-08-27Fix unused variable and signed/unsigned warnings (GH-15537)Raymond Hettinger
2019-06-01Fix compiler warnings in the pystrehex module (GH-13730)Pablo Galindo
2019-05-29bpo-22385: Support output separators in hex methods. (#13578)Gregory P. Smith
2018-09-12closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)Benjamin Peterson
2017-11-28bpo-32150: Expand tabs to spaces in C files. (#4583)Serhiy Storchaka
2015-04-25Silence a gcc "may be used uninitialized" compiler warning. Not true.Gregory P. Smith
2015-04-26Add missing PyAPI_FUNC macro's to the public functions as other .c files doGregory P. Smith
2015-04-26Add the files missing from c9f1630cf2b1 for issue9951.Gregory P. Smith