summaryrefslogtreecommitdiff
path: root/Doc/extending
Commit message (Expand)AuthorAgeFilesLines
* Extending Python Doc minor updates (GH-4518) (GH-4536)Miss Islington (bot)2017-11-242-4/+4
* bpo-31095: Fix potential crash during GC (GH-3197)INADA Naoki2017-09-041-9/+20
* [2.7] bpo-28315: Improve code examples in docs (GH-1372) (#1447)Mariatta2017-05-031-1/+1
* bpo-29165: doc: make extending/newtypes more Python 3 friendly (GH-211)INADA Naoki2017-02-211-39/+32
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-1/+1
* Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+3
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-264-13/+25
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-261-1/+1
* Fix broken link in Doc/extending/index.rstBerker Peksag2015-09-271-2/+2
* Issue #25022: Add NEWS, fix docs to not mention the old example.Zachary Ware2015-09-101-148/+3
* Issue #24680: Remove random backslash. Patch by cdz.Zachary Ware2015-07-211-1/+1
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-292-2/+2
* Closes #19071: "self" argument is not the module for module functions in 2.x.Georg Brandl2014-10-061-2/+3
* Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-101-0/+9
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-093-6/+7
* Closes #17725: small grammar fix.Georg Brandl2013-10-061-6/+6
* Minor improvement: add indication that the main function goes on.Georg Brandl2013-10-061-0/+2
* Small clarification in extending docs.Georg Brandl2013-10-061-1/+1
* Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-49/+49
* Issue #18164: Backport the more detailed embedding compile-and-link sectionNed Deily2013-06-241-28/+46
* Fix the highlight in another example.Ezio Melotti2013-02-221-1/+3
* #17256: fix syntax highlight in embedding example. Patch by Kushal Das.Ezio Melotti2013-02-221-2/+6
* Grammar touchup.Georg Brandl2012-11-021-12/+10
* Issue #16370: Mention Py_SetProgramName in example for very high level embedd...Andrew Svetlov2012-10-311-8/+13
* Backport from 3.2: remove "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
* 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-3/+2
* update to new C roles and directivesSandro Tosi2012-01-144-211/+211
* Issue #12672: remove confusing part of sentence in documentationEli Bendersky2011-08-191-2/+1
* Merged revisions 87050,87101,87146,87156,87172,87175,87371,87378,87522-87524,...Georg Brandl2011-02-251-3/+3
* #10398: manual backport of r73943.Georg Brandl2010-11-121-4/+2
* Merged revisions 84810 via svnmerge fromDaniel Stutzbach2010-09-141-3/+3
* Merged revisions 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,...Georg Brandl2010-08-021-1/+20
* Make reference to Generic Attribute Management a hyperlink.R. David Murray2010-05-281-1/+3
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-33/+36
* Include structmember.h correctly.Georg Brandl2010-03-211-1/+1
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-6/+1
* Note in the intro to Extending... that ctypes can be a simpler, more portable...Brett Cannon2009-09-171-0/+7
* builtin -> built-in.Georg Brandl2009-07-261-1/+1
* #6446: fix import_spam() function to use correct error and reference handling.Georg Brandl2009-07-111-9/+16
* Demote warnings to notices where appropriate, following the goal that as few ...Georg Brandl2009-04-271-1/+1
* #5417: replace references to undocumented functions by ones to documented fun...Georg Brandl2009-03-311-12/+13
* Add section numbering to some of the larger subdocuments.Georg Brandl2009-03-281-0/+1
* Remove tabs from the documentation.Georg Brandl2009-01-031-16/+16
* Remove trailing whitespace.Georg Brandl2009-01-034-10/+10
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
* Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.Georg Brandl2008-09-131-4/+3
* #3711: .dll isn't a valid Python extension anymore.Georg Brandl2008-08-281-4/+8