COMMITS
/ Modules/arraymodule.c August 17, 2017
A
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik committed
June 8, 2017
S
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka committed
May 29, 2017
J
Change error message for array methods to use 'array' instead of 'list'. (#1853)
Jim Fasarakis-Hilliard committed
April 8, 2017
S
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka committed
March 29, 2017
S
bpo-29932: Fix small error message typos in arraymodule.c (GH-888)
Sylvain committed
March 9, 2017
January 23, 2017
S
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka committed
December 9, 2016
V
Use _PyObject_CallMethodIdObjArgs()
Victor Stinner committed
November 20, 2016
S
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Serhiy Storchaka committed
September 13, 2016
C
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
Christian Heimes committed
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