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
.
githubink
/
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
master
User selector
All users
All time
Commit history
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
2 people
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
Commits on Sep 7, 2016
Issue #27570: Merge null pointer fixes from 3.5
vadmium
committed
1c748f3
View commit details
Copy full SHA for 1c748f3
View code at this point
Browse repository at this point
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
vadmium
committed
be8da9c
View commit details
Copy full SHA for be8da9c
View code at this point
Browse repository at this point
Commits on Sep 6, 2016
replace PY_LONG_LONG with long long
benjaminp
committed
af580df
View commit details
Copy full SHA for af580df
View code at this point
Browse repository at this point
require a long long data type (closes #27961)
benjaminp
committed
ed4aa83
View commit details
Copy full SHA for ed4aa83
View code at this point
Browse repository at this point
Commits on Jul 25, 2016
Issue #7063: Remove dead code from array slice handling
Show description for 996d72b
vadmium
committed
996d72b
View commit details
Copy full SHA for 996d72b
View code at this point
Browse repository at this point
Commits on Jul 7, 2016
- Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 2954f83
serhiy-storchaka
committed
2954f83
View commit details
Copy full SHA for 2954f83
View code at this point
Browse repository at this point
Issue #27332: Fixed the type of the first argument of module-level functions
Show description for 1a2b24f
serhiy-storchaka
committed
1a2b24f
View commit details
Copy full SHA for 1a2b24f
View code at this point
Browse repository at this point
Commits on Jun 23, 2016
Fixed integer overflow in array.buffer_info().
serhiy-storchaka
committed
5ffdcad
View commit details
Copy full SHA for 5ffdcad
View code at this point
Browse repository at this point
Fixed integer overflow in array.buffer_info().
serhiy-storchaka
committed
9e941d6
View commit details
Copy full SHA for 9e941d6
View code at this point
Browse repository at this point
Commits on May 8, 2016
Merge typo fixes from 3.5
vadmium
committed
1ce738e
View commit details
Copy full SHA for 1ce738e
View code at this point
Browse repository at this point
Corrections for a/an in code comments and documentation
vadmium
committed
4c35964
View commit details
Copy full SHA for 4c35964
View code at this point
Browse repository at this point
Commits on Mar 30, 2016
Issue #26492: Exhausted iterator of array.array now conforms with the behavior
Show description for ab0d198
serhiy-storchaka
committed
ab0d198
View commit details
Copy full SHA for ab0d198
View code at this point
Browse repository at this point
Commits on Dec 25, 2015
Issue #25923: Added the const qualifier to static constant arrays.
serhiy-storchaka
committed
2d06e84
View commit details
Copy full SHA for 2d06e84
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.