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
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 }}
sandstudy
/
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
Datepicker
All time
Commit history
Commits on Mar 4, 2020
bpo-39770, array module: Remove unnecessary descriptor counting (GH-18675)
petdance
authored
702e09f
View commit details
Copy full SHA for 702e09f
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)
corona10
authored
1b55b65
View commit details
Copy full SHA for 1b55b65
View code at this point
Browse repository at this point
Commits on Feb 7, 2020
bpo-39573: Use Py_SET_SIZE() function (GH-18402)
Show description for 60ac6ed
vstinner
authored
60ac6ed
View commit details
Copy full SHA for 60ac6ed
View code at this point
Browse repository at this point
bpo-39573: Add Py_SET_TYPE() function (GH-18394)
Show description for d2ec81a
vstinner
authored
d2ec81a
View commit details
Copy full SHA for d2ec81a
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
Show description for 0131aba
vstinner
authored
0131aba
View commit details
Copy full SHA for 0131aba
View code at this point
Browse repository at this point
Commits on Nov 15, 2019
bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039)
mpaolini
authored and
serhiy-storchaka
committed
b44ffc8
View commit details
Copy full SHA for b44ffc8
View code at this point
Browse repository at this point
Commits on Oct 21, 2019
bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746)
shihai1991
authored and
serhiy-storchaka
committed
06cd5b6
View commit details
Copy full SHA for 06cd5b6
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
Remove redundant check from arraymodule b_getitem (GH-14676)
Show description for 13ab570
disconnect3d
authored and
miss-islington
committed
13ab570
View commit details
Copy full SHA for 13ab570
View code at this point
Browse repository at this point
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
jdemeyer
authored and
methane
committed
59ad110
View commit details
Copy full SHA for 59ad110
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.