<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/c-api/bytes.rst, branch enum-lost-fixes</title>
<subtitle>github.com: python/cpython.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/'/>
<entry>
<title>bpo-42528: Improve the docs of most Py*_Check{,Exact} API calls (GH-23602)</title>
<updated>2021-01-06T11:38:26+00:00</updated>
<author>
<name>Antonio Cuni</name>
<email>anto.cuni@gmail.com</email>
</author>
<published>2021-01-06T11:38:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=315fc52db17b19fe30aa9193f26adf69e18d8844'/>
<id>315fc52db17b19fe30aa9193f26adf69e18d8844</id>
<content type='text'>
I think that none of these API calls can fail, but only few of them are
documented as such. Add the sentence "This function always succeeds" (which is
the same already used e.g. by PyNumber_Check) to all of them.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think that none of these API calls can fail, but only few of them are
documented as such. Add the sentence "This function always succeeds" (which is
the same already used e.g. by PyNumber_Check) to all of them.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950)</title>
<updated>2019-10-30T10:03:20+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2019-10-30T10:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=25fc088607c855060ed142296dc1bd0125fad1af'/>
<id>25fc088607c855060ed142296dc1bd0125fad1af</id>
<content type='text'>
Replace all *NULL* with ``NULL``.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace all *NULL* with ``NULL``.
</pre>
</div>
</content>
</entry>
<entry>
<title>Doc: Replace the deprecated highlightlang directive by highlight. (#13377)</title>
<updated>2019-05-17T09:55:34+00:00</updated>
<author>
<name>Stéphane Wirtel</name>
<email>stephane@wirtel.be</email>
</author>
<published>2019-05-17T09:55:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cbb6484573ae2058e55614b28d73b0c8478f9a70'/>
<id>cbb6484573ae2058e55614b28d73b0c8478f9a70</id>
<content type='text'>
highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx/pull/4845</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
highlightlang is deprecated since April 2018 in Sphinx.
See https://github.com/sphinx-doc/sphinx/pull/4845</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-28415: Note 0 conversion different between Python and C (#885)</title>
<updated>2017-04-27T03:36:35+00:00</updated>
<author>
<name>Louie Lu</name>
<email>me@louie.lu</email>
</author>
<published>2017-04-27T03:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=88c38b32b761cb566759b8ad96704bff590a1de9'/>
<id>88c38b32b761cb566759b8ad96704bff590a1de9</id>
<content type='text'>

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-29918: Add missed "const" modifiers in C API documentation. (#846)</title>
<updated>2017-03-30T07:01:03+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2017-03-30T07:01:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=84b8e92e463bd6a5174bd3e5a6543580f6319c57'/>
<id>84b8e92e463bd6a5174bd3e5a6543580f6319c57</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25270: Prevent codecs.escape_encode() from raising SystemError when an empty bytestring is passed</title>
<updated>2016-09-16T14:31:06+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2016-09-16T14:31:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5'/>
<id>4a72a7b6c4c95f7613486f0e4e20a3d4815a16c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #27481: Docummented that ValueError is now raised instead of TypeError</title>
<updated>2016-07-12T06:14:15+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2016-07-12T06:14:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=6f379f48862e4707e631e23997b19646ee1f2f72'/>
<id>6f379f48862e4707e631e23997b19646ee1f2f72</id>
<content type='text'>
in case of embedded null characters/bytes.  Patch by Xiang Zhang.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
in case of embedded null characters/bytes.  Patch by Xiang Zhang.
</pre>
</div>
</content>
</entry>
<entry>
<title>#23088: Clarify null termination of bytes and strings in C API.</title>
<updated>2015-05-14T00:31:53+00:00</updated>
<author>
<name>R David Murray</name>
<email>rdmurray@bitdance.com</email>
</author>
<published>2015-05-14T00:31:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=0a560a11af0ccc816d1172180f44e5afb34ba600'/>
<id>0a560a11af0ccc816d1172180f44e5afb34ba600</id>
<content type='text'>
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Martin Panter, reviewed by Serhiy Storchaka and R. David Murray.
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #4159: add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.</title>
<updated>2013-03-28T12:28:44+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2013-03-28T12:28:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=44ea77bd817c0b50e01344b7e8758995aaeebb63'/>
<id>44ea77bd817c0b50e01344b7e8758995aaeebb63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>#9204: remove mentions of removed types in the types module.</title>
<updated>2010-10-17T10:59:41+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-10-17T10:59:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=2aff335c36d8052e6d6f548eb7fa9c3786cbea1c'/>
<id>2aff335c36d8052e6d6f548eb7fa9c3786cbea1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
