<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/cpython-git.git/Doc/extending, branch benjamin-pyapi</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-17045:  Improve C-API doc for PyTypeObject. (gh-7413)</title>
<updated>2018-06-14T21:46:35+00:00</updated>
<author>
<name>Eric Snow</name>
<email>ericsnowcurrently@gmail.com</email>
</author>
<published>2018-06-14T21:46:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=9e7c92193cc98fd3c2d4751c87851460a33b9118'/>
<id>9e7c92193cc98fd3c2d4751c87851460a33b9118</id>
<content type='text'>
The existing doc had a number of info gaps and was a little hard to use.  This patch provides several quick-reference tables as well as examples.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The existing doc had a number of info gaps and was a little hard to use.  This patch provides several quick-reference tables as well as examples.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030)</title>
<updated>2018-04-29T18:59:33+00:00</updated>
<author>
<name>Siddhesh Poyarekar</name>
<email>siddhesh.poyarekar@gmail.com</email>
</author>
<published>2018-04-29T18:59:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=55edd0c185ad2d895b5d73e47d67049bc156b654'/>
<id>55edd0c185ad2d895b5d73e47d67049bc156b654</id>
<content type='text'>
METH_NOARGS functions need only a single argument but they are cast
into a PyCFunction, which takes two arguments.  This triggers an
invalid function cast warning in gcc8 due to the argument mismatch.
Fix this by adding a dummy unused argument.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
METH_NOARGS functions need only a single argument but they are cast
into a PyCFunction, which takes two arguments.  This triggers an
invalid function cast warning in gcc8 due to the argument mismatch.
Fix this by adding a dummy unused argument.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve highlighting of some code blocks. (GH-6401)</title>
<updated>2018-04-08T16:18:04+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-04-08T16:18:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=46936d5a71d1683dbd8ddb6d7f39aab50ecfec50'/>
<id>46936d5a71d1683dbd8ddb6d7f39aab50ecfec50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-33201: Modernize "Extension types" doc (GH-6337)</title>
<updated>2018-04-07T16:14:03+00:00</updated>
<author>
<name>Antoine Pitrou</name>
<email>pitrou@free.fr</email>
</author>
<published>2018-04-07T16:14:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=1d80a561734b9932961c546b0897405a3bfbf3e6'/>
<id>1d80a561734b9932961c546b0897405a3bfbf3e6</id>
<content type='text'>
* bpo-33201: Modernize "Extension types" doc
* Split tutorial and other topics
* Some small fixes
* Address some review comments
* Rename noddy* to custom* and shoddy to sublist
* Fix markup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bpo-33201: Modernize "Extension types" doc
* Split tutorial and other topics
* Some small fixes
* Address some review comments
* Rename noddy* to custom* and shoddy to sublist
* Fix markup
</pre>
</div>
</content>
</entry>
<entry>
<title>Make formatting of some return codes conforming to the general style. (#5587)</title>
<updated>2018-02-09T11:31:19+00:00</updated>
<author>
<name>Serhiy Storchaka</name>
<email>storchaka@gmail.com</email>
</author>
<published>2018-02-09T11:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=5bb0005f9ff768ac443924b4bb26c3818ce8dc5a'/>
<id>5bb0005f9ff768ac443924b4bb26c3818ce8dc5a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-25910: Link redirections in docs (#1933)</title>
<updated>2018-01-20T00:25:37+00:00</updated>
<author>
<name>Sanyam Khurana</name>
<email>8039608+CuriousLearner@users.noreply.github.com</email>
</author>
<published>2018-01-20T00:25:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=338cd83c5dceaed785f5bf613e2122f871908e2a'/>
<id>338cd83c5dceaed785f5bf613e2122f871908e2a</id>
<content type='text'>
Fixes some redirection links in docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes some redirection links in docs.</pre>
</div>
</content>
</entry>
<entry>
<title>Extending Python Doc minor updates  (GH-4518)</title>
<updated>2017-11-24T08:49:57+00:00</updated>
<author>
<name>Emanuele Gaifas</name>
<email>lelegaifax@gmail.com</email>
</author>
<published>2017-11-24T08:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=cdfe910e746e1d0fc43429b8cc3384a65a19b358'/>
<id>cdfe910e746e1d0fc43429b8cc3384a65a19b358</id>
<content type='text'>
Move footnote markers to be closer to the related terminology:
before the end of the sentence, instead of after.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move footnote markers to be closer to the related terminology:
before the end of the sentence, instead of after.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31443: Formulate the type slot initialization rules in terms of C99. (#3688)</title>
<updated>2017-09-22T15:44:58+00:00</updated>
<author>
<name>Stefan Krah</name>
<email>skrah@bytereef.org</email>
</author>
<published>2017-09-22T15:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=ca72589bfabe2fd0e12eebfeb770b6c7a499b3e6'/>
<id>ca72589bfabe2fd0e12eebfeb770b6c7a499b3e6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the indentation in Extending Python code example (GH-3244)</title>
<updated>2017-08-30T14:50:40+00:00</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-30T14:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=d9a2b99ac45b5529d2a6227b0d529397be831dab'/>
<id>d9a2b99ac45b5529d2a6227b0d529397be831dab</id>
<content type='text'>
Code was indented with three spaces.
Fixed using four spaces.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Code was indented with three spaces.
Fixed using four spaces.</pre>
</div>
</content>
</entry>
<entry>
<title>bpo-31095: fix potential crash during GC (GH-2974)</title>
<updated>2017-08-24T05:55:17+00:00</updated>
<author>
<name>INADA Naoki</name>
<email>methane@users.noreply.github.com</email>
</author>
<published>2017-08-24T05:55:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/cpython-git.git/commit/?id=a6296d34a478b4f697ea9db798146195075d496c'/>
<id>a6296d34a478b4f697ea9db798146195075d496c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
