COMMITS
/ Modules/arraymodule.c April 4, 2012
A
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
Antoine Pitrou committed
April 3, 2012
K
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson committed
December 9, 2011
F
Fix docstring typo.
Florent Xicluna committed
October 25, 2011
E
Remove mention of narrow/wide builds and update array doc, add a test.
Ezio Melotti committed
October 24, 2011
F
Merge 3.2.
Florent Xicluna committed
F
Issue #13255: wrong docstrings in array module.
Florent Xicluna committed
October 14, 2011
M
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis committed
October 10, 2011
M
Use identifier API for PyObject_GetAttrString.
Martin v. Löwis committed
October 9, 2011
M
Add API for static strings, primarily good for identifiers.
Martin v. Löwis committed
September 29, 2011
V
Fix a compiler warning
Victor Stinner committed
V
Fix array.array('u') constructor
Victor Stinner committed
V
array module uses the new Unicode API
Victor Stinner committed
V
array module stores the typecode in a char, instead of Py_UNICODE
Victor Stinner committed
September 28, 2011
G
Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY").
Georg Brandl committed
M
Implement PEP 393.
Martin v. Löwis committed
September 25, 2011
September 21, 2011
M
Issue #1172711: Add 'long long' support to the array module.
Meador Inge committed
August 11, 2011
B
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Brian Curtin committed
June 8, 2011
B
Revert a reversed comparison order introduced in r70695.
Brett Cannon committed
June 7, 2011
B
Remove some extraneous parentheses and swap the comparison order to
Brett Cannon committed
February 22, 2011
B
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon committed
January 11, 2011
A
Issue #5109: array.array constructor will now use fast code when
Alexander Belopolsky committed
December 4, 2010
December 3, 2010
M
Merge branches/pep-0384.
Martin v. Löwis committed
November 25, 2010
A
Fix compilation warnings seen on Windows.
Amaury Forgeot d'Arc committed
November 9, 2010
V
Issue #10359: Use Py_UNICODE for the typecode in array
Victor Stinner committed
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