| Commit message (Expand) | Author | Age | Files | Lines |
| * | [2.7] bpo-20047: Make bytearray methods partition() and rpartition() rejectin... | Serhiy Storchaka | 2017-10-29 | 1 | -0/+3432 |
|
|
| * | Rename bytesobject.c back to stringobject.c to keep with the PyString theme. | Gregory P. Smith | 2008-06-10 | 1 | -5215/+0 |
|
|
| * | More reverting of r63675 per the mailing list discussions. This restores | Gregory P. Smith | 2008-06-10 | 1 | -476/+476 |
|
|
| * | This reverts r63675 based on the discussion in this thread: | Gregory P. Smith | 2008-06-09 | 1 | -11/+11 |
|
|
| * | Some style nits. Also clarify in the docstrings what __sizeof__ does. | Georg Brandl | 2008-06-01 | 1 | -1/+1 |
|
|
| * | Issue #2898: Added sys.getsizeof() to retrieve size of objects in bytes. | Robert Schuppenies | 2008-06-01 | 1 | -0/+13 |
|
|
| * | Refactor and clean up str.format() code (and helpers) in advance of optimizat... | Eric Smith | 2008-05-30 | 1 | -3/+29 |
|
|
| * | Renamed bytesobject.c to bytearrayobject.c | Christian Heimes | 2008-05-26 | 1 | -2878/+4675 |
|
|
| * | Renamed PyString to PyBytes | Christian Heimes | 2008-05-26 | 1 | -8/+8 |
|
|
| * | First step of the C API rename: | Christian Heimes | 2008-05-26 | 1 | -237/+237 |
|
|
| * | Backport fast alternate io.BytesIO implementation. | Alexandre Vassalotti | 2008-05-09 | 1 | -2/+2 |
|
|
| * | Backport manually r62342 from the py3k branch to the trunk. | Alexandre Vassalotti | 2008-04-14 | 1 | -17/+23 |
|
|
| * | get rid of assert (size >= 0) now that an explicit if (size < 0) is in the code. | Gregory P. Smith | 2008-04-10 | 1 | -1/+0 |
|
|
| * | Raise SystemError when size < 0 is passed into PyString_FromStringAndSize, | Gregory P. Smith | 2008-04-09 | 1 | -0/+5 |
|
|
| * | Fix memory leaks | Neal Norwitz | 2008-03-27 | 1 | -2/+6 |
|
|
| * | Fix bytes so it works on 64-bit platforms. | Neal Norwitz | 2008-03-27 | 1 | -14/+5 |
|
|
| * | Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,... | Christian Heimes | 2008-03-26 | 1 | -0/+3374 |
|
|