Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
lpyu001
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Modules
arraymodule.c
on
codeobj
User selector
All users
All time
Commit history
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
4 people
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
3 people
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
3 people
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
Commits on Jan 30, 2025
gh-128911: Add PyImport_ImportModuleAttr() function (#128912)
Show description for 3bebe46
vstinner
authored
3bebe46
View commit details
Copy full SHA for 3bebe46
View code at this point
Browse repository at this point
Commits on Jan 20, 2025
gh-111178: Generate correct signature for most self converters (#128447)
erlend-aasland
authored
537296c
View commit details
Copy full SHA for 537296c
View code at this point
Browse repository at this point
Commits on Jan 18, 2025
gh-128961: Fix exhausted array iterator crash in __setstate__() (#128962)
tom-pytel
authored
4dade05
View commit details
Copy full SHA for 4dade05
View code at this point
Browse repository at this point
Commits on Jul 19, 2024
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
serhiy-storchaka
authored
1a0c7b9
View commit details
Copy full SHA for 1a0c7b9
View code at this point
Browse repository at this point
Commits on May 28, 2024
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
serhiy-storchaka
authored
b313cc6
View commit details
Copy full SHA for b313cc6
View code at this point
Browse repository at this point
Commits on May 3, 2024
gh-116322: Add Py_mod_gil module slot (#116882)
Show description for c2627d6
swtaarrs
authored
c2627d6
View commit details
Copy full SHA for c2627d6
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
gh-116447: Fix possible UB in `arraymodule` and `getargs` (#116459)
sobolevn
authored
fdb2d90
View commit details
Copy full SHA for fdb2d90
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.