COMMITS
/ Objects/stringlib/ctype.h February 12, 2020
V
bpo-35081: Move bytes_methods.h to the internal C API (GH-18492)
Victor Stinner committed
April 29, 2018
S
bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)
Siddhesh Poyarekar committed
January 27, 2018
I
bpo-32677: Add .isascii() to str, bytes and bytearray (GH-5342)
INADA Naoki committed
May 16, 2016
S
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
Serhiy Storchaka committed
January 13, 2010
A
Merged revisions 77461 via svnmerge from
Antoine Pitrou committed
October 16, 2007
G
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith committed