COMMITS
/ Python/pystrhex.c September 2, 2023
V
gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830)
Victor Stinner committed
July 4, 2023
V
gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398)
Victor Stinner committed
June 1, 2023
V
gh-92536: Remove PyUnicode_READY() calls (#105210)
Victor Stinner committed
April 21, 2022
V
gh-91768: C API no longer use "const PyObject*" type (#91769)
Victor Stinner committed
October 13, 2021
V
bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914)
Victor Stinner committed
V
bpo-45434: Remove pystrhex.h header file (GH-28923)
Victor Stinner committed
April 21, 2020
S
bpo-40313: speed up bytes.hex() (GH-19594)
sweeneyde committed
April 15, 2020
V
Optimize _Py_strhex_impl() (GH-19535)
Victor Stinner committed
August 27, 2019
R
Fix unused variable and signed/unsigned warnings (GH-15537)
Raymond Hettinger committed
June 1, 2019
P
Fix compiler warnings in the pystrehex module (GH-13730)
Pablo Galindo committed
May 29, 2019
G
bpo-22385: Support output separators in hex methods. (#13578)
Gregory P. Smith committed
September 12, 2018
B
closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218)
Benjamin Peterson committed
November 28, 2017
S
bpo-32150: Expand tabs to spaces in C files. (#4583)
Serhiy Storchaka committed
April 26, 2015
G
Silence a gcc "may be used uninitialized" compiler warning. Not true.
Gregory P. Smith committed
G
Add missing PyAPI_FUNC macro's to the public functions as other .c files do
Gregory P. Smith committed
G
Add the files missing from c9f1630cf2b1 for issue9951.
Gregory P. Smith committed