COMMITS
/ Modules/arraymodule.c September 1, 2010
A
Issue #8990: array.fromstring() and array.tostring() get renamed to
Antoine Pitrou committed
August 6, 2010
May 9, 2010
A
Recorded merge of revisions 81029 via svnmerge from
Antoine Pitrou committed
February 14, 2010
M
Merged revisions 78189 via svnmerge from
Mark Dickinson committed
January 29, 2010
M
Merged revisions 77821 via svnmerge from
Mark Dickinson committed
October 26, 2009
M
Silence gcc warning about possibly uninitialized variable 'converted_items'
Mark Dickinson committed
July 17, 2009
A
Use the proper autoconf macro for checking byte order.
Alexandre Vassalotti committed
July 15, 2009
A
Fix omission in a comment.
Alexandre Vassalotti committed
A
Issue #2389: Implement a portable mechanism for pickling array objects.
Alexandre Vassalotti committed
July 11, 2009
G
#6430: remove mention of "w" array typecode.
Georg Brandl committed
July 5, 2009
A
Add the fix for issue 4509 to the mapping methods.
Alexandre Vassalotti committed
A
Fix array.extend and array.__iadd__ to handle the case where an array
Alexandre Vassalotti committed
A
Issue 4509: Do not modify an array if we know the change would result
Alexandre Vassalotti committed
April 3, 2009
B
Py_BuildValue's 'c' code should use byte strings #5666
Benjamin Peterson committed
March 6, 2009
H
Issue #5334: array.fromfile() failed to insert values when EOFError was raised.
Hirokazu Yamamoto committed
February 21, 2009
M
Merged revisions 69846 via svnmerge from
Mark Dickinson committed
February 2, 2009
M
Issue #1717: rename tp_compare to tp_reserved. I'll change the
Mark Dickinson committed
December 18, 2008
A
Issue #4583: crash after resizing an array.array which has buffer exports.
Antoine Pitrou committed
August 13, 2008
M
Merged revisions 65654 via svnmerge from
Martin v. Löwis committed
July 23, 2008
G
Merged revisions 65182 via svnmerge from
Georg Brandl committed
June 18, 2008
A
Merged revisions 64114 via svnmerge from
Amaury Forgeot d'Arc committed
June 17, 2008
June 13, 2008
M
Merged revisions 64226 via svnmerge from
Martin v. Löwis committed
June 11, 2008
M
Implement PEP 3121: new module initialization and finalization API.
Martin v. Löwis committed
June 6, 2008
T
Remove locking from buffer protocol as-per discussion.
Travis E. Oliphant committed
May 26, 2008
C
Renamed PyString to PyBytes
Christian Heimes committed
C
Renamed PyBytes to PyByteArray
Christian Heimes committed
February 1, 2008
G
Remove the deprecated array.read/write methods.
Georg Brandl 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 2, 2007
C
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
Christian Heimes committed
November 6, 2007
G
Merging the py3k-pep3137 branch back into the py3k branch.
Guido van Rossum committed
October 14, 2007
G
Fix typo: formats -> format. (Only mattered in wide unicode builds.)
Guido van Rossum committed
October 13, 2007
T
G
Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not PyBUF_LOCKDATA.
Guido van Rossum committed
October 12, 2007
T
September 23, 2007
August 30, 2007
T
Remove the simple slicing API. All slicing is now done with slice objects.
Thomas Wouters committed
August 28, 2007
T
Merge the trunk changes in. Breaks socket.ssl for now.
Thomas Wouters committed
August 26, 2007
N
Use unicode and remove support for some uses of str8.
Neal Norwitz committed
August 20, 2007
T
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
Travis E. Oliphant committed
August 19, 2007
N
Code review of the new buffer protocol. Mostly add questions that should
Neal Norwitz committed
August 18, 2007
T
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
Travis E. Oliphant committed
August 11, 2007
M
Fix reference leak.
Martin v. Löwis committed
July 21, 2007
M
Fix merge breakage.
Martin v. Löwis committed
M
Merged revisions 56467-56482 via svnmerge from
Martin v. Löwis committed
July 18, 2007
M
Change Py_BuildValue to generate Unicode objects for
Martin v. Löwis committed
July 3, 2007
G
Creating an array with a bytes object as initializer
Guido van Rossum committed
July 1, 2007
W
Revert r56044 (which changed the %c format specifier to accept a
Walter Dörwald committed
June 30, 2007
G
Fix a failure that was only apparent on big-endian machines:
Guido van Rossum committed
June 22, 2007
W
Make array.typecode a unicode string.
Walter Dörwald committed