Serhiy Storchaka
2c921c65e9
[3.8] bpo-38600: NULL -> `NULL`. (GH-17001) (GH-17003)
...
Also fix some other formatting.
(cherry picked from commit e835b31d2b )
2019-10-30 22:44:55 +02:00
Serhiy Storchaka
f2ba17be2a
[3.8] bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) (GH-16999)
...
Replace all *NULL* with ``NULL``.
(cherry picked from commit 25fc088607 )
2019-10-30 21:36:33 +02:00
Stéphane Wirtel
965e53a9de
[3.8] bpo-37698: Update doc of PyBuffer_ToContiguous (GH-14992) (GH-15999)
...
https://bugs.python.org/issue37698
(cherry picked from commit 15f5a7527b )
Co-authored-by: Hai Shi <shihai1992@gmail.com >
2019-09-11 19:36:00 +02:00
Miss Islington (bot)
4cab7eb9e1
bpo-37750: Add doc of PyBuffer_FromContiguous (GH-15988) (GH-15990)
...
https://bugs.python.org/issue37750
Automerge-Triggered-By: @matrixise
(cherry picked from commit 5a56ce4a0e )
Co-authored-by: Hai Shi <shihai1992@gmail.com >
2019-09-11 19:09:57 +02:00
Miss Islington (bot)
29a3a33d99
bpo-34101: Add doc of PyBuffer_GetPointer (GH-14994)
...
(cherry picked from commit 1b29af83bc )
Co-authored-by: Hai Shi <shihai1992@gmail.com >
2019-07-31 08:04:31 -07:00
Miss Islington (bot)
35d36dacd4
Docs: Correct formatting of a multiline code block (GH-13806)
...
(cherry picked from commit bd26a4466b )
Co-authored-by: Joseph Fox-Rabinovitz <madphysicist@users.noreply.github.com >
2019-07-17 01:32:53 -07:00
Stéphane Wirtel
cbb6484573
Doc: Replace the deprecated highlightlang directive by highlight. ( #13377 )
...
highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx/pull/4845
2019-05-17 15:25:34 +05:30
Serhiy Storchaka
3fcc1e08db
bpo-35461: Document C API functions which suppress exceptions. (GH-11119)
2018-12-18 13:57:17 +02:00
Andre Delfino
55f41e45b4
Correct a couple of unbalanced parenthesis. (GH-10779)
2018-12-05 21:45:30 +02:00
Antoine Pitrou
aa50bf08e6
bpo-33126: Document PyBuffer_ToContiguous() ( #6292 )
2018-03-28 17:26:32 +02:00
vyas45
1b9e76ed3a
bpo-31754: Fix type of 'itemsize' in PyBuffer_FillContiguousStrides (GH-3993)
2017-10-15 10:31:36 +03:00
Serhiy Storchaka
1ecf7d204d
Issue #28496 : Mark up constants 0, 1 and -1 that denote return values or
...
special input values as literal text.
2016-10-27 21:41:19 +03:00
Martin Panter
2eb819f7a8
Issue #25523 : Merge "a" to "an" fixes from 3.4 into 3.5
2015-11-02 04:04:57 +00:00
Martin Panter
7462b64911
Issue #25523 : Correct "a" article to "an" article
...
This changes the main documentation, doc strings, source code comments, and a
couple error messages in the test suite. In some cases the word was removed
or edited some other way to fix the grammar.
2015-11-02 03:37:02 +00:00
Benjamin Peterson
8e205f7b4f
merge 3.4 ( #24883 )
2015-08-17 23:38:46 -07:00
Benjamin Peterson
2053aa1193
'Py_Buffer' should be 'Py_buffer' ( closes #24883 )
2015-08-17 23:38:34 -07:00
Stefan Krah
70e543b266
Issue #23756 : Clarify the terms "contiguous" and "bytes-like object".
...
Patch by Martin Panter.
2015-08-08 14:33:28 +02:00
Stefan Krah
3e9bec26f4
Whitespace.
2015-02-01 19:45:14 +01:00
Stefan Krah
0dc4e153a2
Issue #23352 : Document that Py_buffer.suboffsets must be NULL if no suboffsets
...
are required.
2015-02-01 19:42:12 +01:00
Stefan Krah
bb458dbe59
Issue #21778 : Clarify use of flags if PyBuffer_FillInfo() is used inside a
...
getbufferproc().
2014-06-30 00:15:45 +02:00
Jesus Cea
e8ef8b7a20
Closes #21441 : Reorder elements in documentation to match actual order in the code
2014-06-25 05:37:17 +02:00
Stefan Krah
3a43d06321
Whitespace.
2015-02-01 19:46:31 +01:00
Georg Brandl
44ea77bd81
Closes #4159 : add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
2013-03-28 13:28:44 +01:00
Chris Jerdonek
5fae0e5854
Improve str() and object.__str__() documentation (issue #13538 ).
2012-11-20 17:45:51 -08:00
Stefan Krah
abd887d690
Issue #14181 : Improve clarity in the documentation for the multi-purpose
...
Py_buffer.obj field.
2012-03-06 14:55:06 +01:00