summaryrefslogtreecommitdiffstats
path: root/Include/bytesobject.h
Commit message (Expand)AuthorAgeFilesLines
* Rough and dirty job -- allow concatenation of bytes and arbitraryGuido van Rossum2007-04-131-0/+1
* Optimizations for bytes reallocation.Guido van Rossum2006-05-051-0/+1
* Added much functionality to the bytes type.Guido van Rossum2006-04-241-2/+3
* Here is a bytes type. It's very minimal but it's a start.Guido van Rossum2006-04-221-0/+47