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
Type
/
to 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
.
pythonStudy2017
/
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
3.3
User selector
All users
All time
Commit history
Commits on Mar 5, 2014
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 Feb 25, 2013
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
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
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 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
Commits on Sep 28, 2011
Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY").
birkenfeld
committed
4cb0de2
View commit details
Copy full SHA for 4cb0de2
View code at this point
Browse repository at this point
Implement PEP 393.
loewis
committed
d63a3b8
View commit details
Copy full SHA for d63a3b8
View code at this point
Browse repository at this point
Commits on Sep 25, 2011
Issue #1621: Fix undefined behaviour from signed overflow in datetime module hashes, array and list iterations, and get_integer (stringlib/string_format.h)
mdickinson
committed
c7d93b7
View commit details
Copy full SHA for c7d93b7
View code at this point
Browse repository at this point
Commits on Sep 21, 2011
Issue #1172711: Add 'long long' support to the array module.
Show description for 1c9f0c9
meadori
committed
1c9f0c9
View commit details
Copy full SHA for 1c9f0c9
View code at this point
Browse repository at this point
Commits on Aug 11, 2011
Replace Py_NotImplemented returns with the macro form Py_RETURN_NOTIMPLEMENTED.
Show description for dfc80e3
briancurtin
committed
dfc80e3
View commit details
Copy full SHA for dfc80e3
View code at this point
Browse repository at this point
Commits on Jun 8, 2011
Revert a reversed comparison order introduced in r70695.
brettcannon
committed
4a5e5de
View commit details
Copy full SHA for 4a5e5de
View code at this point
Browse repository at this point
Commits on Jun 7, 2011
Remove some extraneous parentheses and swap the comparison order to
Show description for a0b1ff5
brettcannon
committed
a0b1ff5
View commit details
Copy full SHA for a0b1ff5
View code at this point
Browse repository at this point
Commits on Feb 22, 2011
Issue #8914: fix various warnings from the Clang static analyzer v254.
brettcannon
committed
b94767f
View commit details
Copy full SHA for b94767f
View code at this point
Browse repository at this point
Commits on Jan 11, 2011
Issue #5109: array.array constructor will now use fast code when
Show description for ef4a03f
abalkin
committed
ef4a03f
View commit details
Copy full SHA for ef4a03f
View code at this point
Browse repository at this point
Commits on Dec 4, 2010
#1569291: speed up array.repeat() by making only O(log n) memcpy() calls; the code follows unicode_repeat.
birkenfeld
committed
c29cc6a
View commit details
Copy full SHA for c29cc6a
View code at this point
Browse repository at this point
Commits on Dec 3, 2010
Merge branches/pep-0384.
loewis
committed
4d0d471
View commit details
Copy full SHA for 4d0d471
View code at this point
Browse repository at this point
Commits on Nov 25, 2010
Fix compilation warnings seen on Windows.
Show description for 24aa26b
amauryfa
committed
24aa26b
View commit details
Copy full SHA for 24aa26b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.