summaryrefslogtreecommitdiff
path: root/Include/bytesobject.h
Commit message (Expand)AuthorAgeFilesLines
* remove some PyBytes_* aliases that are not in 3.xBenjamin Peterson2009-02-161-6/+0
* swap stringobject.h and bytesobject.h contents to make sense. PyString inGregory P. Smith2008-06-111-200/+33
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-38/+38
* Make the _H #define's match the header file names. Fix comments toGregory P. Smith2008-06-011-4/+4
* Refactor and clean up str.format() code (and helpers) in advance of optimizat...Eric Smith2008-05-301-0/+6
* Renamed PyString to PyBytesChristian Heimes2008-05-261-37/+37
* First step of the C API rename:Christian Heimes2008-05-261-40/+181
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+53