summaryrefslogtreecommitdiffstats
path: root/Include/bytearrayobject.h
Commit message (Expand)AuthorAgeFilesLines
* gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)Victor Stinner2022-06-161-2/+2
* bpo-45434: Remove useless space in includes (GH-28963)Victor Stinner2021-10-141-1/+1
* bpo-45434: bytearrayobject.h no longer includes <stdarg.h> (GH-28913)Victor Stinner2021-10-131-2/+0
* bpo-39573: Add Py_IS_TYPE() function (GH-18488)Dong-hee Na2020-02-131-1/+1
* bpo-35134: Add Include/cpython/bytesobject.h file (GH-18494)Victor Stinner2020-02-121-18/+3
* bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)Hai Shi2019-10-211-5/+4
* fix commentBenjamin Peterson2013-10-051-1/+1
* Issue #19087: Improve bytearray allocation in order to allow cheap popping of...Antoine Pitrou2013-10-051-5/+6
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+4
* Merged revisions 77581 via svnmerge fromAntoine Pitrou2010-01-171-1/+1
* Merged revisions 77573 via svnmerge fromAntoine Pitrou2010-01-171-1/+5
* Merged revisions 63829-63831,63858,63865,63879,63882,63948,63970-63972,63976,...Georg Brandl2008-06-101-4/+4
* Renamed files bytesobject.[ch] and stringobject.[ch]Christian Heimes2008-05-261-0/+53