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 }}
invisiblek
/
android_external_python
Public
forked from
idobatter/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
android_external_python
Modules
arraymodule.c
on
master
User selector
All users
All time
Commit history
Commits on May 23, 2015
PEP 489: Multi-phase extension module initialization
Show description for 342a1c4
ncoghlan
committed
342a1c4
View commit details
Copy full SHA for 342a1c4
View code at this point
Browse repository at this point
Commits on May 8, 2015
Issue #24000: Improved Argument Clinic's mapping of converters to legacy
Show description for 50fcec4
larryhastings
committed
50fcec4
View commit details
Copy full SHA for 50fcec4
View code at this point
Browse repository at this point
Commits on May 4, 2015
Issue #24001: Argument Clinic converters now use accept={type}
Show description for bf86a6d
larryhastings
committed
bf86a6d
View commit details
Copy full SHA for bf86a6d
View code at this point
Browse repository at this point
Commits on Apr 16, 2015
Issue #23935: Argument Clinic's understanding of format units
Show description for 3fa5f6f
larryhastings
committed
3fa5f6f
View commit details
Copy full SHA for 3fa5f6f
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Issue #23944: Argument Clinic now wraps long impl prototypes at column 78.
larryhastings
committed
f76d0aa
View commit details
Copy full SHA for f76d0aa
View code at this point
Browse repository at this point
Commits on Apr 4, 2015
Fixed the array module broken in issue #23492.
Show description for bbf0e3b
serhiy-storchaka
committed
bbf0e3b
View commit details
Copy full SHA for bbf0e3b
View code at this point
Browse repository at this point
Commits on Apr 3, 2015
Issue #23501: Argumen Clinic now generates code into separate files by default.
serhiy-storchaka
committed
4adc9d2
View commit details
Copy full SHA for 4adc9d2
View code at this point
Browse repository at this point
Commits on Feb 3, 2015
Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer()
Show description for ab61d53
skrah
committed
ab61d53
View commit details
Copy full SHA for ab61d53
View code at this point
Browse repository at this point
Commits on Dec 5, 2014
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
9f6e503
View commit details
Copy full SHA for 9f6e503
View code at this point
Browse repository at this point
Issue #22581: Use more "bytes-like object" throughout the docs and comments.
serhiy-storchaka
committed
75003f3
View commit details
Copy full SHA for 75003f3
View code at this point
Browse repository at this point
Commits on Oct 13, 2014
Issue #22615: Argument Clinic now supports the "type" argument for the
Show description for 7f3978e
larryhastings
committed
7f3978e
View commit details
Copy full SHA for 7f3978e
View code at this point
Browse repository at this point
Commits on Oct 11, 2014
merge 3.4 (closes #22605)
benjaminp
committed
096b286
View commit details
Copy full SHA for 096b286
View code at this point
Browse repository at this point
prevent passing NULL to memcpy (closes #22605)
Show description for daf5d25
benjaminp
committed
daf5d25
View commit details
Copy full SHA for daf5d25
View code at this point
Browse repository at this point
Commits on Oct 10, 2014
Issue #20152: Port the array module to Argument Clinic.
brettcannon
committed
e0ae99a
View commit details
Copy full SHA for e0ae99a
View code at this point
Browse repository at this point
Commits on Aug 15, 2014
Issue #22156: Fix some "comparison between signed and unsigned integers"
Show description for 989ae31
vstinner
committed
989ae31
View commit details
Copy full SHA for 989ae31
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 af5af8c
kristjanvalur
committed
af5af8c
View commit details
Copy full SHA for af5af8c
View code at this point
Browse repository at this point
Make the various iterators' "setstate" sliently and consistently clip the
Show description for c0c0be9
kristjanvalur
committed
c0c0be9
View commit details
Copy full SHA for c0c0be9
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
8dba489
View commit details
Copy full SHA for 8dba489
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 30dc3ac
vstinner
committed
30dc3ac
View commit details
Copy full SHA for 30dc3ac
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
6581472
View commit details
Copy full SHA for 6581472
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
3ede318
View commit details
Copy full SHA for 3ede318
View code at this point
Browse repository at this point
Issue #18408: Fix array_index(), handle getarrayitem() failure
vstinner
committed
d3cc303
View commit details
Copy full SHA for d3cc303
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 ac6f1b1
vstinner
committed
ac6f1b1
View commit details
Copy full SHA for ac6f1b1
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 b8a7a8b
vstinner
committed
b8a7a8b
View commit details
Copy full SHA for b8a7a8b
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
4d30176
View commit details
Copy full SHA for 4d30176
View code at this point
Browse repository at this point
Make indentation consistent and remove dead commented-out code.
eliben
committed
92a2202
View commit details
Copy full SHA for 92a2202
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
8ddbda4
View commit details
Copy full SHA for 8ddbda4
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
a737196
View commit details
Copy full SHA for a737196
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
20ee9bb
View commit details
Copy full SHA for 20ee9bb
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 c95855c
tiran
committed
c95855c
View commit details
Copy full SHA for c95855c
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
5288b8a
View commit details
Copy full SHA for 5288b8a
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 7cdcd2b
meadori
committed
7cdcd2b
View commit details
Copy full SHA for 7cdcd2b
View code at this point
Browse repository at this point
Issue #15424: Add a __sizeof__ implementation for array objects.
Show description for 0e25e88
meadori
committed
0e25e88
View commit details
Copy full SHA for 0e25e88
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 8304899
vstinner
committed
8304899
View commit details
Copy full SHA for 8304899
View code at this point
Browse repository at this point
Commits on Dec 9, 2011
Fix docstring typo.
florentx
committed
ecd7bcf
View commit details
Copy full SHA for ecd7bcf
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.