COMMITS
/ Modules/arraymodule.c September 7, 2016
M
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter committed
M
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter committed
September 6, 2016
B
replace PY_LONG_LONG with long long
Benjamin Peterson committed
B
require a long long data type (closes #27961)
Benjamin Peterson committed
July 25, 2016
M
Issue #7063: Remove dead code from array slice handling
Martin Panter committed
July 7, 2016
S
- Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
S
Issue #27332: Fixed the type of the first argument of module-level functions
Serhiy Storchaka committed
June 23, 2016
S
Fixed integer overflow in array.buffer_info().
Serhiy Storchaka committed
S
Fixed integer overflow in array.buffer_info().
Serhiy Storchaka committed
May 8, 2016
M
Merge typo fixes from 3.5
Martin Panter committed
M
Corrections for a/an in code comments and documentation
Martin Panter committed
March 30, 2016
S
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Serhiy Storchaka committed
December 25, 2015
S
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka committed
December 19, 2015
S
Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size.
Serhiy Storchaka committed
May 23, 2015
N
PEP 489: Multi-phase extension module initialization
Nick Coghlan committed
May 8, 2015
L
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Larry Hastings committed
May 4, 2015
L
Issue #24001: Argument Clinic converters now use accept={type}
Larry Hastings committed
April 16, 2015
L
Issue #23935: Argument Clinic's understanding of format units
Larry Hastings committed
April 14, 2015
L
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
Larry Hastings committed
April 4, 2015
S
Fixed the array module broken in issue #23492.
Serhiy Storchaka committed
April 3, 2015
S
Issue #23501: Argumen Clinic now generates code into separate files by default.
Serhiy Storchaka committed
February 3, 2015
S
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Stefan Krah committed
December 5, 2014
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
S
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
Serhiy Storchaka committed
October 13, 2014
L
Issue #22615: Argument Clinic now supports the "type" argument for the
Larry Hastings committed
October 11, 2014
B
merge 3.4 (closes #22605)
Benjamin Peterson committed
B
prevent passing NULL to memcpy (closes #22605)
Benjamin Peterson committed
October 10, 2014
B
Issue #20152: Port the array module to Argument Clinic.
Brett Cannon committed
August 15, 2014
V
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner committed
March 5, 2014
K
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson committed
K
Make the various iterators' "setstate" sliently and consistently clip the
Kristján Valur Jónsson committed
November 30, 2013
A
Issue #3693: Fix array obscure error message when given a str.
Alexandre Vassalotti committed
November 14, 2013
V
Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and
Victor Stinner committed
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