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
main
User selector
Datepicker
Commit history
Commits on Aug 13, 2026
gh-154566: Fix array.byteswap() corrupting 'Zd' arrays with more than one element (#154567)
Show description for 46c355f
PhysicistJohn
and
vstinner
authored
46c355f
View commit details
Copy full SHA for 46c355f
View code at this point
Browse repository at this point
Commits on Aug 11, 2026
gh-154568: Fix array unpickling of little-endian float16 (#154569)
Show description for f3be08a
PhysicistJohn
authored
f3be08a
View commit details
Copy full SHA for f3be08a
View code at this point
Browse repository at this point
Commits on Jul 8, 2026
gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
corona10
authored
8615062
View commit details
Copy full SHA for 8615062
View code at this point
Browse repository at this point
Commits on Jul 7, 2026
gh-153210: Restore accidental `array.ArrayType` removal (#153261)
sobolevn
authored
ac2e14b
View commit details
Copy full SHA for ac2e14b
View code at this point
Browse repository at this point
gh-153210: Fix `array` module import crash under a memory pressure (#153238)
sobolevn
authored
12ed8b1
View commit details
Copy full SHA for 12ed8b1
View code at this point
Browse repository at this point
Commits on Jun 2, 2026
gh-150319: Replace all documentation which says "See PEP 585" (#150325)
Show description for 50fe49c
authored
50fe49c
View commit details
Copy full SHA for 50fe49c
View code at this point
Browse repository at this point
Commits on Jun 1, 2026
gh-80480: Remove deprecated 'u' array type code (#149535)
Show description for 46b5e3e
skirpichev
authored
46b5e3e
View commit details
Copy full SHA for 46b5e3e
View code at this point
Browse repository at this point
Commits on May 24, 2026
gh-150285: Fix too long docstrings in Argument Clinic code (GH-150338)
serhiy-storchaka
authored
287c98f
View commit details
Copy full SHA for 287c98f
View code at this point
Browse repository at this point
Commits on May 15, 2026
gh-148675: Reuse typecodes for array.array() error message (#149779)
Show description for a8ef467
vstinner
authored
a8ef467
View commit details
Copy full SHA for a8ef467
View code at this point
Browse repository at this point
Commits on May 8, 2026
gh-100239: expose `sq_repeat` helpers for `BINARY_OP_EXTEND` (#148791)
NekoAsakura
authored
d2d24e4
View commit details
Copy full SHA for d2d24e4
View code at this point
Browse repository at this point
Commits on May 6, 2026
gh-148675: Optimize arraydescr structure: use char[3] (GH-149455)
Show description for 9274d96
vstinner
authored
9274d96
View commit details
Copy full SHA for 9274d96
View code at this point
Browse repository at this point
Commits on May 4, 2026
gh-148675: Remove F and D formats from array and memoryview (GH-149368)
vstinner
authored
5dd5c8b
View commit details
Copy full SHA for 5dd5c8b
View code at this point
Browse repository at this point
gh-148675: Add Zd/Zf formats to array, ctypes, memoryview, struct (#148676)
Show description for 6e6f905
vstinner
authored
6e6f905
View commit details
Copy full SHA for 6e6f905
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
gh-148484: Fix memory leak of iterator in array.array constructor (GH-148523)
gleb-pp
authored
afde756
View commit details
Copy full SHA for afde756
View code at this point
Browse repository at this point
Commits on Apr 2, 2026
GH-145247: Use _PyTuple_FromPair in Modules (part 1) (#148000)
sergey-miryanov
authored
0c10066
View commit details
Copy full SHA for 0c10066
View code at this point
Browse repository at this point
Commits on Mar 30, 2026
gh-146238: Support half-floats in the array module (#146242)
Show description for e79fd60
skirpichev
and
vstinner
authored
e79fd60
View commit details
Copy full SHA for e79fd60
View code at this point
Browse repository at this point
Commits on Mar 26, 2026
gh-146151: Add support for complex arrays in the array module (#146237)
Show description for 0e3b3b8
skirpichev
and
vstinner
authored
0e3b3b8
View commit details
Copy full SHA for 0e3b3b8
View code at this point
Browse repository at this point
Commits on Mar 25, 2026
gh-145633: Drop runtime checks for floatting-point formats in the array module (#146162)
skirpichev
authored
f4d1be4
View commit details
Copy full SHA for f4d1be4
View code at this point
Browse repository at this point
Commits on Mar 24, 2026
gh-128341: Use _Py_ABI_SLOT in stdlib modules (#145770)
Show description for 1887a95
befeleme
and
vstinner
authored
1887a95
View commit details
Copy full SHA for 1887a95
View code at this point
Browse repository at this point
Commits on Mar 23, 2026
gh-146175: Soft-deprecate outdated macros; convert internal usage (GH-146178)
Show description for 91cd2e5
encukou
and
vstinner
authored
91cd2e5
View commit details
Copy full SHA for 91cd2e5
View code at this point
Browse repository at this point
Commits on Feb 2, 2026
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713)
aisk
authored
39f16a9
View commit details
Copy full SHA for 39f16a9
View code at this point
Browse repository at this point
Commits on Jan 26, 2026
gh-140557: Force alignment of empty `bytearray` and `array.array` buffers (GH-140559)
Show description for 19de10d
jakelishman
authored
19de10d
View commit details
Copy full SHA for 19de10d
View code at this point
Browse repository at this point
gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)
Show description for decb25e
authored
decb25e
View commit details
Copy full SHA for decb25e
View code at this point
Browse repository at this point
Commits on Oct 23, 2025
gh-140474: Fix memory leak in `array.array` (GH-140478)
StanFromIreland
authored
aa9d0a6
View commit details
Copy full SHA for aa9d0a6
View code at this point
Browse repository at this point
Commits on Sep 2, 2025
GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)
AA-Turner
authored
98b4cd6
View commit details
Copy full SHA for 98b4cd6
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
gh-138342: Use a common utility for visiting an object's type (GH-138343)
Show description for 4f6ecd1
ZeroIntensity
authored
4f6ecd1
View commit details
Copy full SHA for 4f6ecd1
View code at this point
Browse repository at this point
Commits on Aug 18, 2025
GH-137623: Use an AC decorator for docstring line length enforcement (#137690)
AA-Turner
authored
918e3ba
View commit details
Copy full SHA for 918e3ba
View code at this point
Browse repository at this point
Commits on Jun 30, 2025
gh-135607: remove null checking of weakref list in dealloc of extension modules and objects (#135614)
Show description for b1056c2
authored
b1056c2
View commit details
Copy full SHA for b1056c2
View code at this point
Browse repository at this point
Commits on May 6, 2025
Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)
iritkatriel
authored
296cd12
View commit details
Copy full SHA for 296cd12
View code at this point
Browse repository at this point
Commits on May 5, 2025
gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)
iritkatriel
authored
082dbf7
View commit details
Copy full SHA for 082dbf7
View code at this point
Browse repository at this point
Commits on Apr 25, 2025
gh-132527: Added missing `w` typecode to array() error message (#132529)
Show description for 52454c5
authored
52454c5
View commit details
Copy full SHA for 52454c5
View code at this point
Browse repository at this point
Commits on Mar 11, 2025
gh-111178: Change Argument Clinic signature for METH_O (#130682)
Show description for 9d759b6
vstinner
authored
9d759b6
View commit details
Copy full SHA for 9d759b6
View code at this point
Browse repository at this point
Commits on Feb 28, 2025
Revert "gh-128942: make `array` module thread safe (#128943)" (#130707)
Show description for 75f38af
colesbury
authored
75f38af
View commit details
Copy full SHA for 75f38af
View code at this point
Browse repository at this point
Commits on Feb 27, 2025
gh-128942: make `array` module thread safe (#128943)
Show description for 8ba0d7b
tom-pytel
and
kumaraditya303
authored
8ba0d7b
View commit details
Copy full SHA for 8ba0d7b
View code at this point
Browse repository at this point
Commits on Feb 8, 2025
gh-111178: fix UBSan failures in `Modules/arraymodule.c` (GH-129772)
Show description for 624b93e
picnixz
authored
624b93e
View commit details
Copy full SHA for 624b93e
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL