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 }}
xiaolanpython
/
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.0
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 6, 2009
Merged revisions 70203 via svnmerge from
Show description for 955a69d
Hirokazu Yamamoto
committed
955a69d
View commit details
Copy full SHA for 955a69d
View code at this point
Browse repository at this point
Commits on Feb 2, 2009
Merged revisions 69214 via svnmerge from
Show description for d925ef8
mdickinson
committed
d925ef8
View commit details
Copy full SHA for d925ef8
View code at this point
Browse repository at this point
Commits on Dec 18, 2008
Merged revisions 67840 via svnmerge from
Show description for 29a4cbd
pitrou
committed
29a4cbd
View commit details
Copy full SHA for 29a4cbd
View code at this point
Browse repository at this point
Commits on Aug 13, 2008
Merged revisions 65654 via svnmerge from
Show description for 423be95
loewis
committed
423be95
View commit details
Copy full SHA for 423be95
View code at this point
Browse repository at this point
Commits on Jul 23, 2008
Merged revisions 65182 via svnmerge from
Show description for d492ad8
birkenfeld
committed
d492ad8
View commit details
Copy full SHA for d492ad8
View code at this point
Browse repository at this point
Commits on Jun 18, 2008
Merged revisions 64114 via svnmerge from
Show description for 9c74b14
amauryfa
committed
9c74b14
View commit details
Copy full SHA for 9c74b14
View code at this point
Browse repository at this point
Commits on Jun 17, 2008
Merged revisions 64119,64147,64150,64165,64219-64221,64229-64230,64233,64235,64253,64278,64280,64301,64303,64320,64328,64338-64339 via svnmerge from
Show description for 35c8658
amauryfa
committed
35c8658
View commit details
Copy full SHA for 35c8658
View code at this point
Browse repository at this point
Commits on Jun 13, 2008
Merged revisions 64226 via svnmerge from
Show description for 59683e8
loewis
committed
59683e8
View commit details
Copy full SHA for 59683e8
View code at this point
Browse repository at this point
Commits on Jun 11, 2008
Implement PEP 3121: new module initialization and finalization API.
loewis
committed
1a21451
View commit details
Copy full SHA for 1a21451
View code at this point
Browse repository at this point
Commits on Jun 6, 2008
Remove locking from buffer protocol as-per discussion.
teoliphant
committed
3900088
View commit details
Copy full SHA for 3900088
View code at this point
Browse repository at this point
Commits on May 26, 2008
Renamed PyString to PyBytes
tiran
committed
72b710a
View commit details
Copy full SHA for 72b710a
View code at this point
Browse repository at this point
Renamed PyBytes to PyByteArray
tiran
committed
9c4756e
View commit details
Copy full SHA for 9c4756e
View code at this point
Browse repository at this point
Commits on Feb 1, 2008
Remove the deprecated array.read/write methods.
birkenfeld
committed
f25ef50
View commit details
Copy full SHA for f25ef50
View code at this point
Browse repository at this point
Commits on Dec 19, 2007
#1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.
tiran
committed
90aa764
View commit details
Copy full SHA for 90aa764
View code at this point
Browse repository at this point
Commits on Dec 2, 2007
Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases in intobject.h
tiran
committed
217cfd1
View commit details
Copy full SHA for 217cfd1
View code at this point
Browse repository at this point
Commits on Nov 6, 2007
Merging the py3k-pep3137 branch back into the py3k branch.
Show description for 98297ee
gvanrossum
committed
98297ee
View commit details
Copy full SHA for 98297ee
View code at this point
Browse repository at this point
Commits on Oct 14, 2007
Fix typo: formats -> format. (Only mattered in wide unicode builds.)
gvanrossum
committed
7c4c6c5
View commit details
Copy full SHA for 7c4c6c5
View code at this point
Browse repository at this point
Commits on Oct 13, 2007
Eliminate use of PyBUF_CHARACTER flag which is no longer part of the buffer interface. Fix up array module to export the correct format for wide-builds.
teoliphant
committed
ddacf96
View commit details
Copy full SHA for ddacf96
View code at this point
Browse repository at this point
Fix typo in arraymodule.c (?) -- it's PyBUF_LOCK, not PyBUF_LOCKDATA.
gvanrossum
committed
d417a15
View commit details
Copy full SHA for d417a15
View code at this point
Browse repository at this point
Commits on Oct 12, 2007
Fix Issue 1268 with the array module by backing-out the 'w' addition. All builds will continue to use 'u' for unicode.
teoliphant
committed
d5c0add
View commit details
Copy full SHA for d5c0add
View code at this point
Browse repository at this point
Commits on Sep 23, 2007
Change PyBuffer to Py_buffer to be consistent with other non-object structures like Py_complex. Add some more functionality to the memoryview object.
teoliphant
committed
8ae62b6
View commit details
Copy full SHA for 8ae62b6
View code at this point
Browse repository at this point
Commits on Aug 30, 2007
Remove the simple slicing API. All slicing is now done with slice objects.
Yhg1s
committed
d2cf20e
View commit details
Copy full SHA for d2cf20e
View code at this point
Browse repository at this point
Commits on Aug 28, 2007
Merge the trunk changes in. Breaks socket.ssl for now.
Show description for ed03b41
Yhg1s
committed
ed03b41
View commit details
Copy full SHA for ed03b41
View code at this point
Browse repository at this point
Commits on Aug 26, 2007
Use unicode and remove support for some uses of str8.
nnorwitz
committed
3fcbea5
View commit details
Copy full SHA for 3fcbea5
View code at this point
Browse repository at this point
Commits on Aug 20, 2007
Fix memory leak in arraymodule.c and respond to a few comments by nnorwitz.
teoliphant
committed
b803c51
View commit details
Copy full SHA for b803c51
View code at this point
Browse repository at this point
Commits on Aug 19, 2007
Code review of the new buffer protocol. Mostly add questions that should
Show description for faa54a3
nnorwitz
committed
faa54a3
View commit details
Copy full SHA for faa54a3
View code at this point
Browse repository at this point
Commits on Aug 18, 2007
Merged in py3k-buffer branch to main line. All objects now use the buffer protocol in PEP 3118.
teoliphant
committed
b99f762
View commit details
Copy full SHA for b99f762
View code at this point
Browse repository at this point
Commits on Aug 11, 2007
Fix reference leak.
loewis
committed
a291c8f
View commit details
Copy full SHA for a291c8f
View code at this point
Browse repository at this point
Commits on Jul 21, 2007
Fix merge breakage.
loewis
committed
5d7428b
View commit details
Copy full SHA for 5d7428b
View code at this point
Browse repository at this point
Merged revisions 56467-56482 via svnmerge from
Show description for 9f2e346
loewis
committed
9f2e346
View commit details
Copy full SHA for 9f2e346
View code at this point
Browse repository at this point
Commits on Jul 18, 2007
Change Py_BuildValue to generate Unicode objects for
Show description for 10a60b3
loewis
committed
10a60b3
View commit details
Copy full SHA for 10a60b3
View code at this point
Browse repository at this point
Commits on Jul 3, 2007
Creating an array with a bytes object as initializer
Show description for 6b826ab
gvanrossum
committed
6b826ab
View commit details
Copy full SHA for 6b826ab
View code at this point
Browse repository at this point
Commits on Jul 1, 2007
Revert r56044 (which changed the %c format specifier to accept a
Show description for d094130
doerwalter
committed
d094130
View commit details
Copy full SHA for d094130
View code at this point
Browse repository at this point
Commits on Jun 30, 2007
Fix a failure that was only apparent on big-endian machines:
Show description for 8934fc2
gvanrossum
committed
8934fc2
View commit details
Copy full SHA for 8934fc2
View code at this point
Browse repository at this point
Commits on Jun 22, 2007
Make array.typecode a unicode string.
doerwalter
committed
93b30b5
View commit details
Copy full SHA for 93b30b5
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.