COMMITS
/ Objects/bytesobject.c February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
January 11, 2009
B
Merged revisions 68381 via svnmerge from
Benjamin Peterson committed
December 27, 2008
G
Remove confusing error message in bytes.translate.
Georg Brandl committed
December 6, 2008
M
Issue #4445: save 3 bytes of memory (on average) per bytes allocation.
Mark Dickinson committed
October 17, 2008
B
STINNER Victor (haypo)'s patch for bug 3988, Byte warning mode and b'' != ''
Barry Warsaw committed
October 2, 2008
C
Merged revisions 66748 via svnmerge from
Christian Heimes committed
August 27, 2008
B
add NULL checking for PyBytes_FromObject; R=Neal
Benjamin Peterson committed
August 26, 2008
B
make bytes(o) respect __bytes__ #2415
Benjamin Peterson committed
August 24, 2008
C
Fixed yet another compiler warning of 64bit builds.
Christian Heimes committed
N
Closes release blocker #3627.
Neal Norwitz committed
August 22, 2008
A
#3650: fix a reference leak in bytes.split('x')
Amaury Forgeot d'Arc committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
August 7, 2008
M
Rename PyUnicode_AsString -> _PyUnicode_AsString and
Marc-André Lemburg committed
August 2, 2008
A
#2538: bytes objects can only provide read-only buffers
Antoine Pitrou committed
June 6, 2008
M
Move the codec decode type checks to bytes/bytearray.decode().
Marc-André Lemburg committed
June 4, 2008
M
Merged revisions 63856-63857,63859-63860 via svnmerge from
Martin v. Löwis committed
G
Fix misspelling.
Georg Brandl committed
May 30, 2008
G
May 27, 2008
B
clean up some docstrings and errors in bytesobject.c
Benjamin Peterson committed
May 26, 2008
C
Renamed files bytesobject.[ch] and stringobject.[ch]
Christian Heimes committed
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
May 9, 2008
A
Made the TypeError message in bytes_iconcat() less confusing.
Alexandre Vassalotti committed
April 14, 2008
A
Re-indented bytes_getbuffer() and bytes_releasebuffer() to 4-space
Alexandre Vassalotti committed
A
Improved bytes_extend() to avoid making a full copy of the temporary
Alexandre Vassalotti committed
April 13, 2008
March 28, 2008
C
Merged revisions 61964-61979 via svnmerge from
Christian Heimes committed
January 30, 2008
C
Fixed #1969: split and rsplit in bytearray are inconsistent
Christian Heimes committed
December 19, 2007
C
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
Christian Heimes committed
December 8, 2007
C
Merged revisions 59376-59406 via svnmerge from
Christian Heimes committed
December 4, 2007
A
Remove a few tab characters introduced by r59314.
Alexandre Vassalotti committed
A
Issue #1283: Allow any iterable of integers to be passed to
Alexandre Vassalotti committed
December 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 21, 2007
G
Rename buffer -> bytearray.
Guido van Rossum committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
November 3, 2007
G
Patch 1171 by mfenniak -- allow subclassing of bytes.
Guido van Rossum committed
October 26, 2007
G
Sort the method lists for str8 and bytes so differences are more apparent.
Guido van Rossum committed
G
Patch 1335 by Christian Heimes.
Guido van Rossum committed
N
Fix some Py_ssize_t warnings on Win64 that were probably bugs
Neal Norwitz committed
October 22, 2007
G
Issue 1267, continued.
Guido van Rossum committed
October 16, 2007
G
For PEP3137: Adds missing methods to the mutable PyBytes object (soon
Gregory P. Smith committed
October 9, 2007
G
Patch #1049 by Thomas Lee.
Guido van Rossum committed
September 23, 2007
September 10, 2007
G
Bug # 1125 (my code).
Guido van Rossum committed
August 31, 2007
G
Per Georg's suggestion, get rid of str.decode() (which always raises an
Guido van Rossum committed
August 30, 2007
N
Try to fix the problem on the Windows buildbot where this code:
Neal Norwitz committed
August 29, 2007
J
Make it an error to compare a bytes object and a Unicode object.
Jeremy Hylton committed
G
Commit strict str/bytes distinction.
Guido van Rossum committed
August 27, 2007
N
Make some internal functions static
Neal Norwitz committed