]> granicus.if.org Git - python/commit
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 00:13:11 +0000 (02:13 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Oct 2011 00:13:11 +0000 (02:13 +0200)
commitf5cff56a1be70d2c4e5cde5fa4e5d5d92e620dda
tree0eb7ea39ee5a60f384db53d5729b48d73986920d
parente506437b52507609772e8141fdbb5ad2e17471bb
Issue #13088: Add shared Py_hexdigits constant to format a number into base 16
16 files changed:
Include/codecs.h
Modules/_codecsmodule.c
Modules/_hashopenssl.c
Modules/_json.c
Modules/_pickle.c
Modules/binascii.c
Modules/md5module.c
Modules/sha1module.c
Modules/sha256module.c
Modules/sha512module.c
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/floatobject.c
Objects/unicodeobject.c
Python/codecs.c
Python/traceback.c