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 }}
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
Doc
c-api
buffer.rst
on
master
User selector
All users
All time
Commit history
Commits on Oct 27, 2016
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Show description for 1ecf7d2
serhiy-storchaka
committed
1ecf7d2
View commit details
Copy full SHA for 1ecf7d2
View code at this point
Browse repository at this point
Commits on Nov 2, 2015
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
vadmium
committed
2eb819f
View commit details
Copy full SHA for 2eb819f
View code at this point
Browse repository at this point
Issue #25523: Correct "a" article to "an" article
Show description for 7462b64
vadmium
committed
7462b64
View commit details
Copy full SHA for 7462b64
View code at this point
Browse repository at this point
Commits on Aug 18, 2015
merge 3.4 (#24883)
benjaminp
committed
8e205f7
View commit details
Copy full SHA for 8e205f7
View code at this point
Browse repository at this point
'Py_Buffer' should be 'Py_buffer' (closes #24883)
benjaminp
committed
2053aa1
View commit details
Copy full SHA for 2053aa1
View code at this point
Browse repository at this point
Commits on Aug 8, 2015
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Show description for 70e543b
skrah
committed
70e543b
View commit details
Copy full SHA for 70e543b
View code at this point
Browse repository at this point
Commits on Feb 1, 2015
Whitespace.
skrah
committed
3e9bec2
View commit details
Copy full SHA for 3e9bec2
View code at this point
Browse repository at this point
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Show description for 0dc4e15
skrah
committed
0dc4e15
View commit details
Copy full SHA for 0dc4e15
View code at this point
Browse repository at this point
Whitespace.
skrah
committed
3a43d06
View commit details
Copy full SHA for 3a43d06
View code at this point
Browse repository at this point
Commits on Jun 29, 2014
Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a
Show description for bb458db
skrah
committed
bb458db
View commit details
Copy full SHA for bb458db
View code at this point
Browse repository at this point
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
Previous
Next
You can’t perform that action at this time.