FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Modules/arraymodule.c - python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
arraymodule.c
on
3.9
User selector
Datepicker
Commit history
Commits on Sep 22, 2021
[3.9] [codemod] Fix non-matching bracket pairs (GH-28473) (GH-28512)
Show description for 5482db5
ambv
and
mohamadmansourX
authored
5482db5
View commit details
Copy full SHA for 5482db5
View code at this point
Browse repository at this point
Commits on Jun 23, 2020
bpo-41085: Fix array.array.index() on 64-bit Windows (GH-21071)
Show description for 92f8b48
miss-islington
and
WildCard65
authored
92f8b48
View commit details
Copy full SHA for 92f8b48
View code at this point
Browse repository at this point
Commits on May 11, 2020
bpo-36346: array: Don't use deprecated APIs (GH-19653)
Show description for d5d9a71
methane
and
vstinner
authored
d5d9a71
View commit details
Copy full SHA for d5d9a71
View code at this point
Browse repository at this point
Commits on Apr 15, 2020
bpo-40268: Remove unused structmember.h includes (GH-19530)
Show description for 4a21e57
vstinner
authored
4a21e57
View commit details
Copy full SHA for 4a21e57
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675)
petdance
authored
702e09f
View commit details
Copy full SHA for 702e09f
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
corona10
authored
1b55b65
View commit details
Copy full SHA for 1b55b65
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6ed
vstinner
authored
60ac6ed
View commit details
Copy full SHA for 60ac6ed
View code at this point
Browse repository at this point
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81a
vstinner
authored
d2ec81a
View commit details
Copy full SHA for d2ec81a
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Show description for 0131aba
vstinner
authored
0131aba
View commit details
Copy full SHA for 0131aba
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
mpaolini
authored and
serhiy-storchaka
committed
b44ffc8
View commit details
Copy full SHA for b44ffc8
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
shihai1991
authored and
serhiy-storchaka
committed
06cd5b6
View commit details
Copy full SHA for 06cd5b6
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Remove redundant check from arraymodule b_getitem (GH-14676)
Show description for 13ab570
disconnect3d
authored and
miss-islington
committed
13ab570
View commit details
Copy full SHA for 13ab570
View code at this point
Browse repository at this point
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
jdemeyer
authored and
methane
committed
59ad110
View commit details
Copy full SHA for 59ad110
View code at this point
Browse repository at this point
Commits on May 31, 2019
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464)
Show description for 530f506
jdemeyer
authored and
benjaminp
committed
530f506
View commit details
Copy full SHA for 530f506
View code at this point
Browse repository at this point
Commits on May 23, 2019
bpo-36842: Implement PEP 578 (GH-12613)
Show description for b82e17e
zooba
authored
b82e17e
View commit details
Copy full SHA for b82e17e
View code at this point
Browse repository at this point
Commits on May 17, 2019
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Show description for 14514d9
authored and
serhiy-storchaka
committed
14514d9
View commit details
Copy full SHA for 14514d9
View code at this point
Browse repository at this point
Commits on Mar 20, 2019
bpo-36285: Fix integer overflow in the array module. (GH-12317)
sth
authored and
serhiy-storchaka
committed
aa3ecb8
View commit details
Copy full SHA for aa3ecb8
View code at this point
Browse repository at this point
Commits on Feb 25, 2019
bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952)
Show description for 6a44f6e
serhiy-storchaka
authored
6a44f6e
View commit details
Copy full SHA for 6a44f6e
View code at this point
Browse repository at this point
Commits on Dec 14, 2018
bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150)
serhiy-storchaka
authored
afb3e71
View commit details
Copy full SHA for afb3e71
View code at this point
Browse repository at this point
Commits on Dec 11, 2018
bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047)
Show description for bb86bf4
serhiy-storchaka
authored
bb86bf4
View commit details
Copy full SHA for bb86bf4
View code at this point
Browse repository at this point
Commits on Dec 8, 2018
bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033)
Show description for 99d56b5
ZackerySpytz
authored and
serhiy-storchaka
committed
99d56b5
View commit details
Copy full SHA for 99d56b5
View code at this point
Browse repository at this point
Commits on Feb 2, 2018
bpo-32747: Remove trailing spaces in docstrings. (GH-5491)
oldk1331
authored and
serhiy-storchaka
committed
aa0735f
View commit details
Copy full SHA for aa0735f
View code at this point
Browse repository at this point
Commits on Jan 25, 2018
bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222)
Show description for f320be7
serhiy-storchaka
authored and
methane
committed
f320be7
View commit details
Copy full SHA for f320be7
View code at this point
Browse repository at this point
Commits on Nov 14, 2017
bpo-32020: arraymodule: Correct missing Py_DECREF in failure case of make_array() (#4391)
lioncash
authored and
serhiy-storchaka
committed
56935a5
View commit details
Copy full SHA for 56935a5
View code at this point
Browse repository at this point
Commits on Sep 21, 2017
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
Show description for b3a7796
serhiy-storchaka
authored
b3a7796
View commit details
Copy full SHA for b3a7796
View code at this point
Browse repository at this point
Commits on Aug 17, 2017
bpo-24700: Add a fast path for comparing array.array of equal type (#3009)
adrian17
authored and
pitrou
committed
7c17e23
View commit details
Copy full SHA for 7c17e23
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
bpo-30592: Fixed error messages for some builtins. (#1996)
Show description for 6cca5c8
serhiy-storchaka
authored
6cca5c8
View commit details
Copy full SHA for 6cca5c8
View code at this point
Browse repository at this point
Commits on May 29, 2017
Change error message for array methods to use 'array' instead of 'list'. (#1853)
DimitrisJim
authored and
serhiy-storchaka
committed
a4095ef
View commit details
Copy full SHA for a4095ef
View code at this point
Browse repository at this point
Commits on Apr 8, 2017
Expand the PySlice_GetIndicesEx macro. (#1023)
serhiy-storchaka
authored
b879fe8
View commit details
Copy full SHA for b879fe8
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
bpo-29932: Fix small error message typos in arraymodule.c (GH-888)
SylvainDe
authored and
brettcannon
committed
a90e64b
View commit details
Copy full SHA for a90e64b
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
bpo-28298: make array 'Q', 'L' and 'I' accept big intables as elements (#570)
orenmn
authored and
serhiy-storchaka
committed
964281a
View commit details
Copy full SHA for 964281a
View code at this point
Browse repository at this point
Commits on Jan 23, 2017
Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever
Show description for 228b12e
serhiy-storchaka
committed
228b12e
View commit details
Copy full SHA for 228b12e
View code at this point
Browse repository at this point
Commits on Dec 9, 2016
Use _PyObject_CallMethodIdObjArgs()
Show description for 55ba38a
vstinner
committed
55ba38a
View commit details
Copy full SHA for 55ba38a
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Issue #19569: Compiler warnings are now emitted if use most of deprecated
Show description for 460bd0d
serhiy-storchaka
committed
460bd0d
View commit details
Copy full SHA for 460bd0d
View code at this point
Browse repository at this point
Commits on Sep 13, 2016
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
tiran
committed
f051e43
View commit details
Copy full SHA for f051e43
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL