summaryrefslogtreecommitdiff
path: root/Doc/extending/newtypes.rst
Commit message (Expand)AuthorAgeFilesLines
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+3
* Issue #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
* Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-2/+3
* Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-251-3/+3
|\
| * Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-3/+3
* | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-1/+1
|/
* #17380: Document tp_init return value in extending docs.R David Murray2015-04-121-1/+2
* Issue #22883: Update PyInt to PyLong in C API example.Serhiy Storchaka2015-02-171-1/+1
* Revert #22251Berker Peksag2014-09-281-2/+0
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+2
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-3/+21
|\
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-3/+21
| |\
| | * Merge doc fixAntoine Pitrou2013-07-301-3/+21
| | |\
| | | * Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-3/+21
* | | | Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-1/+1
|/ / /
* | | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-47/+47
|/ /
* | Simplify example of PyErr_Fetch() useAntoine Pitrou2013-07-301-5/+4
|/
* #17688: fix declaration for richcmp example in the docs.Andrew Svetlov2013-04-121-1/+1
* cleanup references to PyString_ APIs from 2.x in the 3.3 docs.Gregory P. Smith2013-03-221-10/+9
|\
| * Clean up references to the no longer existing PyString_ APIs in our docs.Gregory P. Smith2013-03-221-12/+11
* | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-4/+4
* | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject d...Jesus Cea2012-09-281-3/+3
|\ \ | |/
| * Closes #15953: Incorrect some fields declaration in the PyTypeObject document...Jesus Cea2012-09-281-3/+3
* | Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-47/+25
|\ \ | |/ |/|
| * Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-271-41/+21
| * Merge from 3.2Eli Bendersky2011-08-191-6/+4
| |\
| | * Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-121-6/+4
| * | Issue #12672: remove confusing part of sentence in documentationEli Bendersky2011-08-191-2/+1
| |/
* | Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
* | Issue #12672: remove confusing part of sentence in documentationEli Bendersky2011-08-191-2/+1
|/
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-54/+54
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
* Merged revisions 81586 via svnmerge fromR. David Murray2010-06-011-1/+3
* Merged revisions 79184-79185 via svnmerge fromGeorg Brandl2010-03-211-1/+1
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
* #1717: fix-up docs for comparison in newtypes document.Georg Brandl2009-03-311-44/+47
* #5548: do return the new module from PyMODINIT_FUNC functions.Georg Brandl2009-03-311-0/+1
* #5360: replace PyObject_HEAD_INIT by PyVarObject_HEAD_INIT.Georg Brandl2009-02-271-4/+4
* #5360: remove RO which has been kicked from 3k.Georg Brandl2009-02-271-3/+0
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-021-5/+5
* Fix a few remaining problems found by rstlint.Georg Brandl2009-01-031-1/+1
* Merged revisions 68221 via svnmerge fromGeorg Brandl2009-01-031-16/+16
* Remove trailing whitespace.Georg Brandl2009-01-031-9/+9
* #4576: fix ob_type access.Georg Brandl2008-12-071-4/+4
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-051-85/+78
* #3247: get rid of Py_FindMethodsAmaury Forgeot d'Arc2008-07-021-21/+12
* Remove many "versionchanged" items that didn't use the official markup,Georg Brandl2008-05-121-15/+5
* Merged revisions 61413-61414 via svnmerge fromChristian Heimes2008-03-161-3/+3
* Merged revisions 59605-59624 via svnmerge fromChristian Heimes2007-12-311-10/+8