<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/c-api/sequence.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-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>Emphasize the need to always call PySequence_Fast. (GH-11140)</title>
<updated>2019-09-12T16:19:06+00:00</updated>
<author>
<name>Matti Picus</name>
<email>matti.picus@gmail.com</email>
</author>
<published>2019-09-12T16:19:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=57b7dbc46e71269d855e644d30826d33eedee2a1'/>
<id>57b7dbc46e71269d855e644d30826d33eedee2a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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-5945: Improve mappings and sequences C API docs. (GH-7029)</title>
<updated>2018-05-22T08:02:44+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-05-22T08:02:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=f5b1183610d5888db3bbd639b1a0c945dbd8f8dd'/>
<id>f5b1183610d5888db3bbd639b1a0c945dbd8f8dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-32500: Correct the documentation for PySequence_Size() and PySequence_Length() (GH-5767)</title>
<updated>2018-02-20T17:24:29+00:00</updated>
<author>
<name>Zackery Spytz</name>
<email>zspytz@gmail.com</email>
</author>
<published>2018-02-20T17:24:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd'/>
<id>7a1e1786f98ad49caa157dcdf14ada9d0b07d0fd</id>
<content type='text'>
Dropped the part that says: "For objects that do not provide sequence protocol".</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dropped the part that says: "For objects that do not provide sequence protocol".</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #25701: Document C API functions that both set and delete objects</title>
<updated>2015-12-08T00:03:20+00:00</updated>
<author>
<name>Martin Panter</name>
<email>vadmium+py@gmail.com</email>
</author>
<published>2015-12-08T00:03:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=45be8d67be0083c923ca31e4803de861177a2383'/>
<id>45be8d67be0083c923ca31e4803de861177a2383</id>
<content type='text'>
Also document that the separate functions that delete objects are preferred;
using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to
delete is deprecated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also document that the separate functions that delete objects are preferred;
using PyObject_SetAttr(), _SetAttrString(), and PySequence_SetItem() to
delete is deprecated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Issue #23081: Document that PySequence_List also accepts iterables.</title>
<updated>2015-03-13T00:55:45+00:00</updated>
<author>
<name>Berker Peksag</name>
<email>berker.peksag@gmail.com</email>
</author>
<published>2015-03-13T00:55:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=32799953b0bf2cf069c90f8ecc57b1b1d41b7ce8'/>
<id>32799953b0bf2cf069c90f8ecc57b1b1d41b7ce8</id>
<content type='text'>
Patch by Lars Buitinck.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Lars Buitinck.
</pre>
</div>
</content>
</entry>
<entry>
<title>PySequence_Fast generally returns a list not a tuple (closes #16395)</title>
<updated>2014-04-08T14:48:36+00:00</updated>
<author>
<name>Benjamin Peterson</name>
<email>benjamin@python.org</email>
</author>
<published>2014-04-08T14:48:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ce0700ae7a192a142559db7653b0a59004ec6071'/>
<id>ce0700ae7a192a142559db7653b0a59004ec6071</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>let PySequence_Check me a link; thanks to tomo cocoa from docs@</title>
<updated>2011-08-12T22:39:46+00:00</updated>
<author>
<name>Sandro Tosi</name>
<email>sandro.tosi@gmail.com</email>
</author>
<published>2011-08-12T22:39:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=7bf4363f77b9aba82126d092f70aa27f3610bf69'/>
<id>7bf4363f77b9aba82126d092f70aa27f3610bf69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Migrate to Sphinx 1.0 C language constructs.</title>
<updated>2010-10-06T10:11:56+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2010-10-06T10:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=60203b41b03d03361754d264543d5fbe6259eb25'/>
<id>60203b41b03d03361754d264543d5fbe6259eb25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
