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 }}
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.7k
Code
Issues
5k+
Pull requests
2.5k
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.4
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
b757c83
View commit details
Copy full SHA for b757c83
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
prevent passing NULL to memcpy (closes #22605)
Show description for 682124c
benjaminp
committed
682124c
View commit details
Copy full SHA for 682124c
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Make the various iterators' "setstate" sliently and consistently clip the
Show description for c5cc501
kristjanvalur
committed
c5cc501
View commit details
Copy full SHA for c5cc501
View code at this point
Browse repository at this point
Make the various iterators' "setstate" sliently and consistently clip the
Show description for 25dded0
kristjanvalur
committed
25dded0
View commit details
Copy full SHA for 25dded0
View code at this point
Browse repository at this point
Commits on Nov 30, 2013
Issue #3693: Fix array obscure error message when given a str.
avassalotti
committed
9730e33
View commit details
Copy full SHA for 9730e33
View code at this point
Browse repository at this point
Commits on Nov 14, 2013
Issue #19437: Fix array.buffer_info(), handle PyLong_FromVoidPtr() and
Show description for 541067a
vstinner
committed
541067a
View commit details
Copy full SHA for 541067a
View code at this point
Browse repository at this point
Commits on Aug 13, 2013
Issue #18722: Remove uses of the "register" keyword in C code.
pitrou
committed
9ed5f27
View commit details
Copy full SHA for 9ed5f27
View code at this point
Browse repository at this point
Commits on Jul 17, 2013
Issue #18408: Fix array_tolist(), handle PyList_SetItem() failure
vstinner
committed
4755bea
View commit details
Copy full SHA for 4755bea
View code at this point
Browse repository at this point
Issue #18408: Fix array_index(), handle getarrayitem() failure
vstinner
committed
0b142e2
View commit details
Copy full SHA for 0b142e2
View code at this point
Browse repository at this point
Commits on Feb 25, 2013
(Merge 3.3) Issue #17223: array module: Fix a crasher when converting an array
Show description for 25c3053
vstinner
committed
25c3053
View commit details
Copy full SHA for 25c3053
View code at this point
Browse repository at this point
Issue #17223: array module: Fix a crasher when converting an array containing
Show description for 29ec595
vstinner
committed
29ec595
View commit details
Copy full SHA for 29ec595
View code at this point
Browse repository at this point
Commits on Dec 31, 2012
Make indentation consistent and remove dead commented-out code.
eliben
committed
0485314
View commit details
Copy full SHA for 0485314
View code at this point
Browse repository at this point
Make indentation consistent and remove dead commented-out code.
eliben
committed
03ab4d3
View commit details
Copy full SHA for 03ab4d3
View code at this point
Browse repository at this point
Commits on Dec 11, 2012
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
gpshead
committed
370bc2f
View commit details
Copy full SHA for 370bc2f
View code at this point
Browse repository at this point
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
gpshead
committed
08d5ca6
View commit details
Copy full SHA for 08d5ca6
View code at this point
Browse repository at this point
Code style fixup: No need for double ((parenthesis)) and use {} on an if else.
gpshead
committed
9504b13
View commit details
Copy full SHA for 9504b13
View code at this point
Browse repository at this point
Commits on Oct 17, 2012
Issue #16166: Add PY_LITTLE_ENDIAN and PY_BIG_ENDIAN macros and unified
Show description for 743e0cd
tiran
committed
743e0cd
View commit details
Copy full SHA for 743e0cd
View code at this point
Browse repository at this point
Commits on Oct 6, 2012
Issue #16096: Fix several occurrences of potential signed integer overflow. Thanks Serhiy Storchaka.
mdickinson
committed
c04ddff
View commit details
Copy full SHA for c04ddff
View code at this point
Browse repository at this point
Commits on Aug 11, 2012
Issue #15424: Add a __sizeof__ implementation for array objects.
Show description for 80dd1af
meadori
committed
80dd1af
View commit details
Copy full SHA for 80dd1af
View code at this point
Browse repository at this point
Issue #15424: Add a __sizeof__ implementation for array objects.
Show description for 03b4d50
meadori
committed
03b4d50
View commit details
Copy full SHA for 03b4d50
View code at this point
Browse repository at this point
Commits on Aug 5, 2012
Close #13072: Restore code before the PEP 393 for the array module
Show description for 62bb394
vstinner
committed
62bb394
View commit details
Copy full SHA for 62bb394
View code at this point
Browse repository at this point
Commits on Apr 4, 2012
Rename _PyIter_GetBuiltin to _PyObject_GetBuiltin, and do not include it in the stable ABI.
pitrou
committed
a701388
View commit details
Copy full SHA for a701388
View code at this point
Browse repository at this point
Commits on Apr 3, 2012
Issue #14288: Serialization support for builtin iterators.
Kristján Valur Jónsson
committed
31668b8
View commit details
Copy full SHA for 31668b8
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Merge 3.2
florentx
committed
720682e
View commit details
Copy full SHA for 720682e
View code at this point
Browse repository at this point
Fix docstring typo.
florentx
committed
0e686cb
View commit details
Copy full SHA for 0e686cb
View code at this point
Browse repository at this point
Commits on Oct 25, 2011
Remove mention of narrow/wide builds and update array doc, add a test.
ezio-melotti
committed
90bf5f1
View commit details
Copy full SHA for 90bf5f1
View code at this point
Browse repository at this point
Commits on Oct 24, 2011
Merge 3.2.
florentx
committed
6a985c3
View commit details
Copy full SHA for 6a985c3
View code at this point
Browse repository at this point
Issue #13255: wrong docstrings in array module.
florentx
committed
c45fb25
View commit details
Copy full SHA for c45fb25
View code at this point
Browse repository at this point
Commits on Oct 14, 2011
Rename _Py_identifier to _Py_IDENTIFIER.
loewis
committed
bd928fe
View commit details
Copy full SHA for bd928fe
View code at this point
Browse repository at this point
Commits on Oct 10, 2011
Use identifier API for PyObject_GetAttrString.
loewis
committed
1ee1b6f
View commit details
Copy full SHA for 1ee1b6f
View code at this point
Browse repository at this point
Commits on Oct 9, 2011
Add API for static strings, primarily good for identifiers.
Show description for afe55bb
loewis
committed
afe55bb
View commit details
Copy full SHA for afe55bb
View code at this point
Browse repository at this point
Commits on Sep 29, 2011
Fix a compiler warning
Victor Stinner
committed
1fe99a2
View commit details
Copy full SHA for 1fe99a2
View code at this point
Browse repository at this point
Fix array.array('u') constructor
Victor Stinner
committed
1fbcaef
View commit details
Copy full SHA for 1fbcaef
View code at this point
Browse repository at this point
array module uses the new Unicode API
Show description for 8dba4e0
Victor Stinner
committed
8dba4e0
View commit details
Copy full SHA for 8dba4e0
View code at this point
Browse repository at this point
array module stores the typecode in a char, instead of Py_UNICODE
Victor Stinner
committed
f8bb7d0
View commit details
Copy full SHA for f8bb7d0
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.