COMMITS
/ Modules/arraymodule.c August 13, 2013
A
Issue #18722: Remove uses of the "register" keyword in C code.
Antoine Pitrou committed
July 17, 2013
V
Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure
Victor Stinner committed
V
Issue #18408: Fix array_index(), handle getarrayitem() failure
Victor Stinner committed
February 25, 2013
V
(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
Victor Stinner committed
V
Issue #17223: array module: Fix a crasher when converting an array containing
Victor Stinner committed
December 31, 2012
E
Make indentation consistent and remove dead commented-out code.
Eli Bendersky committed
E
Make indentation consistent and remove dead commented-out code.
Eli Bendersky committed
December 11, 2012
G
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith committed
G
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith committed
G
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
Gregory P. Smith committed
October 17, 2012
C
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Christian Heimes committed
October 6, 2012
M
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
Mark Dickinson committed
August 11, 2012
M
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge committed
M
Issue #15424: Add a __sizeof__ implementation for array objects.
Meador Inge committed
August 5, 2012
V
Close #13072: Restore code before the PEP 393 for the array module
Victor Stinner committed
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