index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
arraymodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpo-45723: Prepare support for autoconf 2.71 (GH-29441)
Christian Heimes
2021-11-08
1
-7/+0
*
bpo-43974: Move Py_BUILD_CORE_MODULE into module code (GH-29157)
Christian Heimes
2021-10-22
1
-0/+4
*
bpo-35134: Add Include/cpython/floatobject.h (GH-28957)
Victor Stinner
2021-10-14
1
-0/+1
*
[codemod] Fix non-matching bracket pairs (GH-28473)
Mohamad Mansour
2021-09-21
1
-2/+2
*
bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...
Serhiy Storchaka
2021-09-12
1
-1/+3
*
bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351)
Erlend Egeberg Aasland
2021-06-17
1
-1/+1
*
bpo-42972: Fully implement GC protocol for arraymodule types (GH-26114)
Erlend Egeberg Aasland
2021-05-25
1
-2/+11
*
bpo-43916: Apply Py_TPFLAGS_DISALLOW_INSTANTIATION to selected types (GH-25748)
Erlend Egeberg Aasland
2021-04-30
1
-1/+2
*
bpo-43977: Use tp_flags for collection matching (GH-25723)
Mark Shannon
2021-04-30
1
-1/+2
*
bpo-43908: Make array.array type immutable (GH-25696)
Erlend Egeberg Aasland
2021-04-29
1
-1/+2
*
bpo-40137: Add pycore_moduleobject.h internal header (GH-25507)
Victor Stinner
2021-04-21
1
-1/+2
*
bpo-31956: Add start and stop parameters to array.index() (GH-25059)
Zackery Spytz
2021-04-02
1
-6/+20
*
bpo-40077: Add traverse/clear/free to arraymodule (GH-24066)
Erlend Egeberg Aasland
2021-01-03
1
-6/+33
*
bpo-40077: Convert arraymodule to use heap types and establish module state (...
Erlend Egeberg Aasland
2021-01-02
1
-157/+172
*
bpo-42519: Replace PyMem_MALLOC() with PyMem_Malloc() (GH-23586)
Victor Stinner
2020-12-01
1
-2/+2
*
bpo-29727: Register array.array as a MutableSequence (GH-21338)
Pablo Galindo
2020-07-05
1
-0/+20
*
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
WildCard65
2020-06-23
1
-1/+1
*
bpo-40792: Make the result of PyNumber_Index() always having exact type int. ...
Serhiy Storchaka
2020-05-28
1
-3/+3
*
bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429)
Victor Stinner
2020-05-27
1
-2/+2
*
bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)
Serhiy Storchaka
2020-05-26
1
-14/+3
*
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Inada Naoki
2020-05-11
1
-42/+40
*
bpo-40268: Remove unused structmember.h includes (GH-19530)
Victor Stinner
2020-04-15
1
-1/+1
*
bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675)
Andy Lester
2020-03-04
1
-5/+0
*
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
Dong-hee Na
2020-02-17
1
-1/+1
*
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Victor Stinner
2020-02-07
1
-5/+5
*
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Victor Stinner
2020-02-07
1
-1/+1
*
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Victor Stinner
2019-12-09
1
-41/+0
*
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
Marco Paolini
2019-11-15
1
-8/+12
*
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
Hai Shi
2019-10-21
1
-1/+1
*
Remove redundant check from arraymodule b_getitem (GH-14676)
Disconnect3d
2019-07-11
1
-3/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
1
-4/+4
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+5
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
1
-2/+4
*
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
2019-03-20
1
-4/+4
*
bpo-36048: Use __index__() instead of __int__() for implicit conversion if av...
Serhiy Storchaka
2019-02-25
1
-1/+1
*
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-1...
Serhiy Storchaka
2018-12-14
1
-2/+2
*
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11...
Serhiy Storchaka
2018-12-11
1
-1/+2
*
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Zackery Spytz
2018-12-08
1
-3/+8
*
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk
2018-02-02
1
-17/+17
*
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code ...
Serhiy Storchaka
2018-01-25
1
-4/+3
*
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_arr...
Mat M
2017-11-14
1
-1/+3
*
bpo-27541: Reprs of subclasses of some classes now contain actual type name. ...
Serhiy Storchaka
2017-09-21
1
-2/+4
*
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
Adrian Wielgosik
2017-08-17
1
-15/+66
*
bpo-30592: Fixed error messages for some builtins. (#1996)
Serhiy Storchaka
2017-06-08
1
-1/+1
*
Change error message for array methods to use 'array' instead of 'list'. (#1853)
Jim Fasarakis-Hilliard
2017-05-29
1
-2/+2
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-5/+6
*
bpo-29932: Fix small error message typos in arraymodule.c (GH-888)
Sylvain
2017-03-29
1
-3/+3
*
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
2017-03-09
1
-46/+62
*
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Serhiy Storchaka
2017-01-23
1
-16/+8
[next]