cpython/Doc/extending
INADA Naoki 9436bbd87b bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)
* Use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT on type struct header.
* Backport many minor fixes from Python 3 doc to minimize diff.
2017-02-21 21:12:03 +09:00
..
building.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
embedding.rst Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting. 2016-07-26 11:18:21 +02:00
extending.rst Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings 2016-10-30 05:19:02 +00:00
index.rst Fix broken link in Doc/extending/index.rst 2015-09-27 12:06:26 +03:00
newtypes.rst bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211) 2017-02-21 21:12:03 +09:00
windows.rst Issue #25022: Add NEWS, fix docs to not mention the old example. 2015-09-10 15:50:58 -05:00