summaryrefslogtreecommitdiffstats
path: root/Doc/includes/noddy3.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33201: Modernize "Extension types" doc (GH-6337)Antoine Pitrou2018-04-071-225/+0
| | | | | | | | | * 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
* Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.Amaury Forgeot d'Arc2011-11-061-17/+1
|
* Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-121-52/+50
|
* #5938: use PyVarObject_HEAD_INIT instead of PyObject_HEAD_INIT in noddy ↵Georg Brandl2009-05-051-1/+1
| | | | examples.
* Issue #1717, continued: Doc fixes and other cleanup relatedMark Dickinson2009-02-021-1/+1
| | | | to renaming of tp_compare.
* return the module object from PyMODINIT_FUNCBenjamin Peterson2008-12-241-0/+1
|
* #4504, #4505: Update noddy examples in "Extending & Embedding".Georg Brandl2008-12-051-32/+31
|
* Get rid of more uses of string and use unicodeNeal Norwitz2007-10-271-6/+6
|
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+243