index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Doc
/
c-api
/
buffer.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-107298: Fix C API Buffer documentation (#108011)
Victor Stinner
2023-08-16
1
-9/+13
*
Docs: Document PyBUF_MAX_NDIM (#107865)
Erlend E. Aasland
2023-08-11
1
-3/+7
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-2/+5
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner
2023-07-26
1
-1/+1
*
gh-107091: Fix the use of some C domain roles (#107092)
Serhiy Storchaka
2023-07-23
1
-2/+2
*
gh-102383: [docs] Arguments of `PyObject_CopyData` are `PyObject *` (#102390)
Nikita Sobolev
2023-03-03
1
-1/+1
*
Fix types in buffer/memoryview docs (#98118)
da-woods
2022-10-10
1
-1/+1
*
bpo-45459: Add Py_buffer to limited API (GH-29991)
Christian Heimes
2022-02-02
1
-0/+7
*
bpo-46140: take more Py_buffer arguments as const * (GH-30217)
David Hewitt
2021-12-22
1
-4/+4
*
bpo-40204, doc: Fix syntax of C variables (GH-21846)
Victor Stinner
2020-08-13
1
-13/+13
*
bpo-40204: Fix duplicates in the documentation (GH-21857)
Victor Stinner
2020-08-13
1
-1/+1
*
bpo-38600: NULL -> ``NULL``. (GH-17001)
Serhiy Storchaka
2019-10-30
1
-4/+4
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-11/+11
*
bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992)
Hai Shi
2019-09-11
1
-2/+2
*
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988)
Hai Shi
2019-09-11
1
-0/+7
*
Unmark files as executable that can't actually be executed. (GH-15353)
Greg Price
2019-08-21
1
-0/+0
*
bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Joannah Nanjekye
2019-08-20
1
-2/+4
*
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
Hai Shi
2019-07-31
1
-0/+6
*
Docs: Correct formatting of a multiline code block (GH-13806)
Joseph Fox-Rabinovitz
2019-07-17
1
-2/+4
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
Serhiy Storchaka
2018-12-18
1
-2/+2
*
Correct a couple of unbalanced parenthesis. (GH-10779)
Andre Delfino
2018-12-05
1
-1/+1
*
bpo-33126: Document PyBuffer_ToContiguous() (#6292)
Antoine Pitrou
2018-03-28
1
-3/+9
*
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
vyas45
2017-10-15
1
-1/+1
*
Issue #28496: Mark up constants 0, 1 and -1 that denote return values or
Serhiy Storchaka
2016-10-27
1
-6/+6
*
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
1
-1/+1
|
\
|
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
1
-1/+1
*
|
merge 3.4 (#24883)
Benjamin Peterson
2015-08-18
1
-4/+4
|
\
\
|
|
/
|
*
'Py_Buffer' should be 'Py_buffer' (closes #24883)
Benjamin Peterson
2015-08-18
1
-4/+4
|
*
Whitespace.
Stefan Krah
2015-02-01
1
-1/+1
*
|
Issue #23756: Clarify the terms "contiguous" and "bytes-like object".
Stefan Krah
2015-08-08
1
-6/+9
*
|
Whitespace.
Stefan Krah
2015-02-01
1
-1/+1
|
/
*
Issue #23352: Document that Py_buffer.suboffsets must be NULL if no suboffsets
Stefan Krah
2015-02-01
1
-0/+3
*
Issue #21778: Clarify use of flags if PyBuffer_FillInfo() is used inside a
Stefan Krah
2014-06-29
1
-2/+2
*
Closes #21441: Reorder elements in documentation to match actual order in the...
Jesus Cea
2014-06-25
1
-10/+10
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-1/+4
*
Improve str() and object.__str__() documentation (issue #13538).
Chris Jerdonek
2012-11-21
1
-5/+7
*
Issue #14181: Improve clarity in the documentation for the multi-purpose
Stefan Krah
2012-03-06
1
-6/+14
*
- Issue #10181: New memoryview implementation fixes multiple ownership
Stefan Krah
2012-02-25
1
-164/+321
*
#12072: merge with 3.1.
Ezio Melotti
2011-05-20
1
-1/+1
|
\
|
*
#12072: add missing parenthesis in the doc. Patch by Sandro Tosi.
Ezio Melotti
2011-05-20
1
-1/+1
*
|
Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...
Antoine Pitrou
2011-03-13
1
-14/+0
|
\
\
|
|
/
|
*
Remove documentation to non-existent function PyObject_CopyToObject (fixes #1...
Antoine Pitrou
2011-03-13
1
-14/+0
|
*
Merged revisions 87188-87190,87192-87194 via svnmerge from
Antoine Pitrou
2010-12-12
1
-15/+25
|
*
Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge...
Georg Brandl
2010-10-06
1
-1/+1
|
*
Work around a bug in Sphinx 0.6.x.
Georg Brandl
2010-10-06
1
-2/+4
|
*
Merged revisions 85132 via svnmerge from
Georg Brandl
2010-10-01
1
-92/+90
|
*
Merged revisions 85084 via svnmerge from
Antoine Pitrou
2010-09-29
1
-48/+2
|
*
Merged revisions 85082 via svnmerge from
Antoine Pitrou
2010-09-28
1
-13/+14
|
*
Merged revisions 85080 via svnmerge from
Antoine Pitrou
2010-09-28
1
-47/+82
[next]