summaryrefslogtreecommitdiffstats
path: root/Doc/extending/extending.rst
Commit message (Collapse)AuthorAgeFilesLines
* Extending Python Doc minor updates (GH-4518) (GH-4536)Miss Islington (bot)2017-11-241-3/+3
| | | | | Move footnote markers to be closer to the related terminology: before the end of the sentence, instead of after. (cherry picked from commit cdfe910e746e1d0fc43429b8cc3384a65a19b358)
* Issue #26638: Mask undefined CLI options to defeat new Sphinx warningsMartin Panter2016-10-301-1/+1
|
* Issue #26462: Doc: avoid literal_block warnings, fix syntax highlighting.Martin Panter2016-07-261-1/+3
| | | | Patch by Julien Palard.
* Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵Georg Brandl2016-02-261-1/+1
| | | | to SilentGhost for the patch.
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
|
* Closes #19071: "self" argument is not the module for module functions in 2.x.Georg Brandl2014-10-061-2/+3
|
* Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-091-3/+3
|
* 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
|
* update to new C roles and directivesSandro Tosi2012-01-141-140/+140
|
* #10398: manual backport of r73943.Georg Brandl2010-11-121-4/+2
|
* Merged revisions ↵Georg Brandl2010-08-021-1/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 83536,83546-83548,83550,83554-83555,83558,83563,83565,83571,83574-83575 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83536 | georg.brandl | 2010-08-02 19:49:25 +0200 (Mo, 02 Aug 2010) | 1 line #8578: mention danger of not incref'ing weak referenced object. ........ r83546 | georg.brandl | 2010-08-02 21:16:34 +0200 (Mo, 02 Aug 2010) | 1 line #7973: Fix distutils options spelling. ........ r83547 | georg.brandl | 2010-08-02 21:19:26 +0200 (Mo, 02 Aug 2010) | 1 line #7386: add example that shows that trailing path separators are stripped. ........ r83548 | georg.brandl | 2010-08-02 21:23:34 +0200 (Mo, 02 Aug 2010) | 1 line #8172: how does one use a property? ........ r83550 | georg.brandl | 2010-08-02 21:32:43 +0200 (Mo, 02 Aug 2010) | 1 line #9451: strengthen warning about __*__ special name usage. ........ r83554 | georg.brandl | 2010-08-02 21:43:05 +0200 (Mo, 02 Aug 2010) | 1 line #7280: note about nasmw.exe. ........ r83555 | georg.brandl | 2010-08-02 21:44:48 +0200 (Mo, 02 Aug 2010) | 1 line #8861: remove unused variable. ........ r83558 | georg.brandl | 2010-08-02 22:05:19 +0200 (Mo, 02 Aug 2010) | 1 line #8648: document UTF-7 codec functions. ........ r83563 | georg.brandl | 2010-08-02 22:21:21 +0200 (Mo, 02 Aug 2010) | 1 line #9037: add example how to raise custom exceptions from C code. ........ r83565 | georg.brandl | 2010-08-02 22:27:20 +0200 (Mo, 02 Aug 2010) | 1 line #9111: document that do_help() looks at docstrings. ........ r83571 | georg.brandl | 2010-08-02 22:44:34 +0200 (Mo, 02 Aug 2010) | 1 line Clarify that abs() is not a namespace. ........ r83574 | georg.brandl | 2010-08-02 22:47:56 +0200 (Mo, 02 Aug 2010) | 1 line #6867: epoll.register() returns None. ........ r83575 | georg.brandl | 2010-08-02 22:52:10 +0200 (Mo, 02 Aug 2010) | 1 line #9238: zipfile does handle archive comments. ........
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-33/+36
| | | | CObject to PyCapsule.
* Remove Tools/modulator, a reference to it in the docs, and a screenshot of it.Andrew M. Kuchling2010-02-221-6/+1
| | | | | | (I asked the BDFL first, and he approved removing it. The last actual bugfix to Tools/modulator was in 2001; since then all changes have been search-and-replace: string methods, whitespace fixes, etc.)
* Note in the intro to Extending... that ctypes can be a simpler, more ↵Brett Cannon2009-09-171-0/+7
| | | | portable solution than custom C code.
* #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
| | | | | | "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
* #5417: replace references to undocumented functions by ones to documented ↵Georg Brandl2009-03-311-12/+13
| | | | functions.
* Remove trailing whitespace.Georg Brandl2009-01-031-7/+7
|
* #4611: fix typo.Georg Brandl2008-12-151-1/+1
|
* Some cleanup in the docs.Georg Brandl2007-12-291-17/+12
|
* Document PyEval_* functions from ceval.c.Georg Brandl2007-12-011-5/+18
| | | | Credits to Michael Sloan from GHOP.
* Backport from 3k: #1116: fix reference to old filename.Georg Brandl2007-09-061-1/+1
|
* Move the 2.6 reST doc tree in place.Georg Brandl2007-08-151-0/+1276