Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use PyAPI_DATA. | Antoine Pitrou | 2010-01-17 | 1 | -1/+1 |
| | |||||
* | Issue #7561: Operations on empty bytearrays (such as `int(bytearray())`) | Antoine Pitrou | 2010-01-17 | 1 | -1/+5 |
| | | | | | | could crash in many places because of the PyByteArray_AS_STRING() macro returning NULL. The macro now returns a statically allocated empty string instead. | ||||
* | Make the _H #define's match the header file names. Fix comments to | Gregory P. Smith | 2008-06-01 | 1 | -4/+4 |
| | | | | mention the correct type names. | ||||
* | First step of the C API rename: | Christian Heimes | 2008-05-26 | 1 | -0/+53 |
renamed Include/bytesobject.h to Include/bytearrayobject.h renamed Include/stringobject.h to Include/bytesobject.h added Include/stringobject.h with aliases |