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
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
Doc
c-api
buffer.rst
on
3.3
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 25, 2014
Closes #21441: Reorder elements in documentation to match actual order in the code
jcea
committed
e8ef8b7
View commit details
Copy full SHA for e8ef8b7
View code at this point
Browse repository at this point
Commits on Mar 28, 2013
Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
birkenfeld
committed
44ea77b
View commit details
Copy full SHA for 44ea77b
View code at this point
Browse repository at this point
Commits on Nov 21, 2012
Improve str() and object.__str__() documentation (issue #13538).
cjerdonek
committed
5fae0e5
View commit details
Copy full SHA for 5fae0e5
View code at this point
Browse repository at this point
Commits on Mar 6, 2012
Issue #14181: Improve clarity in the documentation for the multi-purpose
Show description for abd887d
skrah
committed
abd887d
View commit details
Copy full SHA for abd887d
View code at this point
Browse repository at this point
Commits on Feb 25, 2012
- Issue #10181: New memoryview implementation fixes multiple ownership
Show description for 9a2d99e
skrah
committed
9a2d99e
View commit details
Copy full SHA for 9a2d99e
View code at this point
Browse repository at this point
Commits on May 20, 2011
#12072: merge with 3.1.
ezio-melotti
committed
da5b852
View commit details
Copy full SHA for da5b852
View code at this point
Browse repository at this point
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
ezio-melotti
committed
261d855
View commit details
Copy full SHA for 261d855
View code at this point
Browse repository at this point
Commits on Mar 13, 2011
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
pitrou
committed
34db469
View commit details
Copy full SHA for 34db469
View code at this point
Browse repository at this point
Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478)
pitrou
committed
6b19e50
View commit details
Copy full SHA for 6b19e50
View code at this point
Browse repository at this point
Commits on Dec 12, 2010
Merged revisions 87188-87190,87192-87194 via svnmerge from
Show description for a92d1f5
pitrou
committed
a92d1f5
View commit details
Copy full SHA for a92d1f5
View code at this point
Browse repository at this point
Better explain the buffer interface (hopefully)
pitrou
committed
8abc935
View commit details
Copy full SHA for 8abc935
View code at this point
Browse repository at this point
Commits on Oct 6, 2010
Migrate to Sphinx 1.0 C language constructs.
birkenfeld
committed
60203b4
View commit details
Copy full SHA for 60203b4
View code at this point
Browse repository at this point
Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge from
Show description for 8ffe0bc
birkenfeld
committed
8ffe0bc
View commit details
Copy full SHA for 8ffe0bc
View code at this point
Browse repository at this point
Work around a bug in Sphinx 0.6.x.
birkenfeld
committed
48a866c
View commit details
Copy full SHA for 48a866c
View code at this point
Browse repository at this point
Commits on Oct 1, 2010
Merged revisions 85132 via svnmerge from
Show description for c9e59c1
birkenfeld
committed
c9e59c1
View commit details
Copy full SHA for c9e59c1
View code at this point
Browse repository at this point
Fix weird markup that caused latex to fail.
birkenfeld
committed
d0ffa4c
View commit details
Copy full SHA for d0ffa4c
View code at this point
Browse repository at this point
Commits on Sep 29, 2010
Merged revisions 85084 via svnmerge from
Show description for 6ec5ed2
pitrou
committed
6ec5ed2
View commit details
Copy full SHA for 6ec5ed2
View code at this point
Browse repository at this point
Commits on Sep 28, 2010
Give a dedicated page to memoryview objects, so that they can be part
Show description for c663b58
pitrou
committed
c663b58
View commit details
Copy full SHA for c663b58
View code at this point
Browse repository at this point
Merged revisions 85082 via svnmerge from
Show description for debf4db
pitrou
committed
debf4db
View commit details
Copy full SHA for debf4db
View code at this point
Browse repository at this point
Buffers are not sequence objects (!). Put them in the abstract objects layers
Show description for f7ba2fa
pitrou
committed
f7ba2fa
View commit details
Copy full SHA for f7ba2fa
View code at this point
Browse repository at this point
Merged revisions 85080 via svnmerge from
Show description for 9207f1d
pitrou
committed
9207f1d
View commit details
Copy full SHA for 9207f1d
View code at this point
Browse repository at this point
Various improvements to the docs of the buffer API
pitrou
committed
99a00a4
View commit details
Copy full SHA for 99a00a4
View code at this point
Browse repository at this point
Merged revisions 85066 via svnmerge from
Show description for 1ec68b1
pitrou
committed
1ec68b1
View commit details
Copy full SHA for 1ec68b1
View code at this point
Browse repository at this point
Issue #9970: improve C API documentation for memoryview objects
pitrou
committed
826903e
View commit details
Copy full SHA for 826903e
View code at this point
Browse repository at this point
Commits on Jun 8, 2010
Merged revisions 81851 via svnmerge from
Show description for e040dd5
briancurtin
committed
e040dd5
View commit details
Copy full SHA for e040dd5
View code at this point
Browse repository at this point
Fix #8946. Extra PyObject* parameter documented which doesn't exist.
briancurtin
committed
1fbd36b
View commit details
Copy full SHA for 1fbd36b
View code at this point
Browse repository at this point
Commits on Dec 28, 2009
Merged revisions 77081 via svnmerge from
Show description for 8668c22
birkenfeld
committed
8668c22
View commit details
Copy full SHA for 8668c22
View code at this point
Browse repository at this point
Commits on Aug 26, 2009
Merged revisions 74551 via svnmerge from
Show description for 122caa0
benjaminp
committed
122caa0
View commit details
Copy full SHA for 122caa0
View code at this point
Browse repository at this point
the old buffer object doesn't exist in Python 3 #6659
benjaminp
committed
0f46ffd
View commit details
Copy full SHA for 0f46ffd
View code at this point
Browse repository at this point
Commits on Aug 13, 2009
Merged revisions 73941-73943,74076,74094,74186,74211-74214,74247,74254,74262,74311,74334,74368 via svnmerge from
Show description for c5605df
birkenfeld
committed
c5605df
View commit details
Copy full SHA for c5605df
View code at this point
Browse repository at this point
Merged revisions 74328,74332-74333,74365 via svnmerge from
Show description for 1b5ab45
birkenfeld
committed
1b5ab45
View commit details
Copy full SHA for 1b5ab45
View code at this point
Browse repository at this point
Commits on Jun 1, 2009
Merged revisions 72506,72525-72526,72551,72558,72616,72654-72655,72689,72745,72750,72802,72812,72822,72824,72826-72827,72833,72876,72890,72923,72946,73026,73042,73045,73047,73065,73068-73069 via sv…
Show description for fa0d703
benjaminp
committed
fa0d703
View commit details
Copy full SHA for fa0d703
View code at this point
Browse repository at this point
Commits on Apr 26, 2009
Merged revisions 71898-71900,71910,71914-71919 via svnmerge from
Show description for bd87552
ashemedai
committed
bd87552
View commit details
Copy full SHA for bd87552
View code at this point
Browse repository at this point
Commits on Apr 11, 2009
Merged revisions 70980,71059,71225,71234,71241,71243,71249,71251,71255,71266,71299,71329,71397-71398,71486 via svnmerge from
Show description for ef3e4c2
benjaminp
committed
ef3e4c2
View commit details
Copy full SHA for ef3e4c2
View code at this point
Browse repository at this point
Commits on Mar 13, 2009
#5486: typos.
birkenfeld
committed
ae2dbe2
View commit details
Copy full SHA for ae2dbe2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.