| Commit message (Expand) | Author | Age | Files | Lines |
* | gh-108765: pystrhex: Replace stdlib.h abs() with Py_ABS() (#108830) | Victor Stinner | 2023-09-02 | 1 | -2/+1 |
|
|
* | gh-106320: Remove _PyUnicode_TransformDecimalAndSpaceToASCII() (#106398) | Victor Stinner | 2023-07-04 | 1 | -0/+1 |
|
|
* | gh-92536: Remove PyUnicode_READY() calls (#105210) | Victor Stinner | 2023-06-01 | 1 | -2/+0 |
|
|
* | gh-91768: C API no longer use "const PyObject*" type (#91769) | Victor Stinner | 2022-04-21 | 1 | -4/+6 |
|
|
* | bpo-45434: pyport.h no longer includes <stdlib.h> (GH-28914) | Victor Stinner | 2021-10-13 | 1 | -2/+2 |
|
|
* | bpo-45434: Remove pystrhex.h header file (GH-28923) | Victor Stinner | 2021-10-13 | 1 | -2/+2 |
|
|
* | bpo-40313: speed up bytes.hex() (GH-19594) | sweeneyde | 2020-04-21 | 1 | -12/+49 |
|
|
* | Optimize _Py_strhex_impl() (GH-19535) | Victor Stinner | 2020-04-15 | 1 | -24/+26 |
|
|
* | Fix unused variable and signed/unsigned warnings (GH-15537) | Raymond Hettinger | 2019-08-27 | 1 | -1/+1 |
|
|
* | Fix compiler warnings in the pystrehex module (GH-13730) | Pablo Galindo | 2019-06-01 | 1 | -2/+2 |
|
|
* | bpo-22385: Support output separators in hex methods. (#13578) | Gregory P. Smith | 2019-05-29 | 1 | -10/+80 |
|
|
* | closes bpo-34646: Remove PyAPI_* macros from declarations. (GH-9218) | Benjamin Peterson | 2018-09-12 | 1 | -2/+4 |
|
|
* | bpo-32150: Expand tabs to spaces in C files. (#4583) | Serhiy Storchaka | 2017-11-28 | 1 | -6/+6 |
|
|
* | Silence a gcc "may be used uninitialized" compiler warning. Not true. | Gregory P. Smith | 2015-04-26 | 1 | -0/+1 |
|
|
* | Add missing PyAPI_FUNC macro's to the public functions as other .c files do | Gregory P. Smith | 2015-04-26 | 1 | -2/+2 |
|
|
* | Add the files missing from c9f1630cf2b1 for issue9951. | Gregory P. Smith | 2015-04-26 | 1 | -0/+60 |
|
|