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
/
bytes.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-98154: Clarify Usage of "Reference Count" In the Docs (gh-107552)
Eric Snow
2023-08-07
1
-2/+2
*
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
Victor Stinner
2023-07-26
1
-12/+12
*
GH-97950: Use new-style index directive ('object') (#104158)
Adam Turner
2023-05-04
1
-1/+1
*
gh-93202: Always use %zd printf formatter (#93201)
Victor Stinner
2022-05-25
1
-3/+0
*
Document Py_ssize_t. (GH-92512)
Julien Palard
2022-05-13
1
-2/+2
*
gh-89653: PEP 670: Convert PyBytes macros to functions (#91990)
Victor Stinner
2022-05-03
1
-2/+2
*
More minor fixes to C API docs (GH-31714)
Jelle Zijlstra
2022-04-02
1
-1/+1
*
bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)
Antonio Cuni
2021-01-06
1
-2/+2
*
bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)
Serhiy Storchaka
2019-10-30
1
-6/+6
*
Doc: Replace the deprecated highlightlang directive by highlight. (#13377)
Stéphane Wirtel
2019-05-17
1
-1/+1
*
bpo-28415: Note 0 conversion different between Python and C (#885)
Louie Lu
2017-04-27
1
-16/+19
*
bpo-29918: Add missed "const" modifiers in C API documentation. (#846)
Serhiy Storchaka
2017-03-30
1
-2/+2
*
Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an...
Berker Peksag
2016-09-16
1
-1/+1
*
Issue #27481: Docummented that ValueError is now raised instead of TypeError
Serhiy Storchaka
2016-07-12
1
-1/+5
*
#23088: Clarify null termination of bytes and strings in C API.
R David Murray
2015-05-14
1
-14/+18
*
Closes #4159: add LaTeX tabular column specifications to tables that otherwis...
Georg Brandl
2013-03-28
1
-0/+2
*
#9204: remove mentions of removed types in the types module.
Georg Brandl
2010-10-17
1
-3/+1
*
Migrate to Sphinx 1.0 C language constructs.
Georg Brandl
2010-10-06
1
-25/+25
*
Replace :func: by :cfunc:
Victor Stinner
2010-08-17
1
-1/+1
*
remove docs for PyBytes_Format #4917
Benjamin Peterson
2009-01-12
1
-6/+0
*
make bytes(o) respect __bytes__ #2415
Benjamin Peterson
2008-08-26
1
-0/+6
*
update docs after renaming of PyString -> PyBytes
Benjamin Peterson
2008-05-26
1
-0/+194