summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Issue #18164: Clarify the embedding docs regarding link options.Ned Deily2013-06-241-1/+3
|
* Fix typo in embedding doc and update examples to 3.3.Ned Deily2013-05-271-4/+4
|
* #17688: fix declaration for richcmp example in the docs.Andrew Svetlov2013-04-121-1/+1
| | | | Thanks to Daniel Mullner
* 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
| |
* | #17256: merge with 3.2.Ezio Melotti2013-02-221-3/+9
|\ \ | |/
| * #17256: fix syntax highlight in embedding example. Patch by Kushal Das.Ezio Melotti2013-02-221-3/+9
| |
* | Add a str class entry to the "Text Sequence Type" section (issue #16209).Chris Jerdonek2012-11-281-4/+4
| | | | | | | | | | | | This commit also moves the documentation for the str built-in function to the new class entry. Links to :class:`str` now go to the class entry with the string methods immediately afterwards.
* | merge with 3.2Georg Brandl2012-11-021-12/+10
|\ \ | |/
| * Grammar touchup.Georg Brandl2012-11-021-12/+10
| |
* | Merge issue #16370: Mention Py_SetProgramName in example for very high level ↵Andrew Svetlov2012-10-311-8/+13
|\ \ | |/ | | | | embedding.
| * Issue #16370: Mention Py_SetProgramName in example for very high level ↵Andrew Svetlov2012-10-311-8/+13
| | | | | | | | embedding.
* | Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.Chris Jerdonek2012-10-281-3/+0
|\ \ | |/
| * Remove unneeded "Release" and "Date" markers from doc index pages.Chris Jerdonek2012-10-281-3/+0
| |
* | MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵Jesus Cea2012-09-281-3/+3
|\ \ | |/ | | | | documentation
| * Closes #15953: Incorrect some fields declaration in the PyTypeObject ↵Jesus Cea2012-09-281-3/+3
| | | | | | | | documentation
* | merge 3.2Eli Bendersky2012-08-151-5/+10
|\ \ | |/
| * Issue #15656: fixing code sample in extending docEli Bendersky2012-08-151-5/+10
| |
* | Merge with 3.2.Georg Brandl2012-07-011-2/+2
|\ \ | |/
| * Fix inconsistent function name in embedding howto.Georg Brandl2012-07-011-2/+2
| |
* | Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
|\ \ | |/
| * Issue #14933: fix misleading doc about weakref support in extension types.Antoine Pitrou2012-06-151-3/+2
| |
* | Some corrections for the Doc/extending documentation. Closes #14129Eli Bendersky2012-02-272-44/+21
| |
* | fix Doc/extending/extending.rst typoEli Bendersky2012-02-111-1/+1
| |
* | Merge edits from 3.2 (#13716, #1040439, #2945, #13770, #6715)Éric Araujo2012-02-051-4/+5
|\ \ | |/
| * Markup improvements for the embedding CPython doc patch from #1040439Éric Araujo2012-01-151-4/+5
| |
* | Issue #1040439: better document how to compile and link an embedded Python ↵Antoine Pitrou2011-11-301-31/+47
|\ \ | |/ | | | | | | | | interpreter. Still lacks docs for Windows (anyone?).
| * Issue #1040439: better document how to compile and link an embedded Python ↵Antoine Pitrou2011-11-301-31/+47
| | | | | | | | | | | | interpreter. Still lacks docs for Windows (anyone?).
* | Merge from 3.2Eli Bendersky2011-08-191-2/+1
|\ \ | |/ | | | | Issue #12672: remove confusing part of sentence in documentation
| * Issue #12672: remove confusing part of sentence in documentationEli Bendersky2011-08-191-2/+1
| |
* | Issue #12672: fix code samples in extending/newtypes.html for PEP-7 complianceEli Bendersky2011-08-121-6/+4
|/
* Remove mentions of the Demo directory.Georg Brandl2010-12-301-3/+0
|
* Fix advice: call PyType_Ready to fill in ob_type of custom types.Georg Brandl2010-12-281-3/+3
|
* Use PyLong_FromLong where appropriate.Georg Brandl2010-11-262-8/+5
|
* Fix errors found by "make suspicious".Georg Brandl2010-10-061-1/+1
|
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-064-206/+206
|
* #9911: doc copyedits.Georg Brandl2010-09-211-1/+1
|
* Remove pointers to a FAQ entry that no longer exists. Incorporate some text ↵Daniel Stutzbach2010-09-141-3/+3
| | | | from the old FAQ into the docs
* #9037: add example how to raise custom exceptions from C code.Georg Brandl2010-08-021-1/+20
|
* Merged revisions 81586 via svnmerge fromR. David Murray2010-06-011-1/+3
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r81586 | r.david.murray | 2010-05-28 14:08:11 -0400 (Fri, 28 May 2010) | 2 lines Make reference to Generic Attribute Management a hyperlink. ........
* Merged revisions ↵Benjamin Peterson2010-03-211-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 78338,78345-78346,78561-78562,78566,78574,78581,78634,78660,78675 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78338 | andrew.kuchling | 2010-02-22 15:04:02 -0600 (Mon, 22 Feb 2010) | 4 lines Remove Tools/modulator, a reference to it in the docs, and a screenshot of it. (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.) ........ r78345 | andrew.kuchling | 2010-02-22 17:10:52 -0600 (Mon, 22 Feb 2010) | 1 line #7706: DONT_HAVE_ERRNO_H is no longer defined by configure (after rev.46819). ........ r78346 | andrew.kuchling | 2010-02-22 17:12:00 -0600 (Mon, 22 Feb 2010) | 1 line #7706: add include guards where they're missing; required for Windows CE ........ r78561 | andrew.kuchling | 2010-03-01 13:51:43 -0600 (Mon, 01 Mar 2010) | 1 line #7191: describe more details of wbits parameter ........ r78562 | andrew.kuchling | 2010-03-01 14:11:57 -0600 (Mon, 01 Mar 2010) | 1 line #7637: avoid repeated-concatenation antipattern in example ........ r78566 | barry.warsaw | 2010-03-01 15:46:51 -0600 (Mon, 01 Mar 2010) | 4 lines Manually copy patch for bug 7250 from the release26-maint branch. I suck because I did this in the wrong order and couldn't smack svnmerge into submission. ........ r78574 | benjamin.peterson | 2010-03-01 17:25:13 -0600 (Mon, 01 Mar 2010) | 1 line remove CVS id ........ r78581 | michael.foord | 2010-03-02 08:22:15 -0600 (Tue, 02 Mar 2010) | 1 line Link correction in documentation. ........ r78634 | benjamin.peterson | 2010-03-03 15:28:25 -0600 (Wed, 03 Mar 2010) | 1 line rephrase ........ r78660 | dirkjan.ochtman | 2010-03-04 13:21:53 -0600 (Thu, 04 Mar 2010) | 4 lines Try to fix buildbot breakage from r78384. Thanks bitdancer and briancurtin for the help. ........ r78675 | florent.xicluna | 2010-03-04 19:12:14 -0600 (Thu, 04 Mar 2010) | 2 lines These line should not be there. ........
* Merged revisions 79184-79185 via svnmerge fromGeorg Brandl2010-03-211-1/+1
| | | | | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r79184 | georg.brandl | 2010-03-21 10:58:36 +0100 (So, 21 Mär 2010) | 1 line Update text for newest US DST regulation. The sample file already has the calculation right. ........ r79185 | georg.brandl | 2010-03-21 11:02:47 +0100 (So, 21 Mär 2010) | 1 line Include structmember.h correctly. ........
* Recorded merge of revisions 78024 via svnmerge fromGeorg Brandl2010-02-061-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r78024 | georg.brandl | 2010-02-06 19:44:44 +0100 (Sa, 06 Feb 2010) | 1 line #5341: fix "builtin" where used as an adjective ("built-in" is correct). ........
* Merged revisions 74862 via svnmerge fromBrett Cannon2009-09-171-0/+7
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74862 | brett.cannon | 2009-09-16 20:24:45 -0700 (Wed, 16 Sep 2009) | 1 line Note in the intro to Extending... that ctypes can be a simpler, more portable solution than custom C code. ........
* Merged revisions 74209 via svnmerge fromGeorg Brandl2009-07-261-1/+1
| | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r74209 | georg.brandl | 2009-07-26 16:37:28 +0200 (So, 26 Jul 2009) | 1 line builtin -> built-in. ........
* #6421: The self argument of module-level PyCFunctions is now a reference to ↵Georg Brandl2009-07-111-4/+2
| | | | the module object.
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-26/+36
| | | | | | All stdlib modules with C-APIs now use this. Patch by Larry Hastings
* Merged revisions 72009 via svnmerge fromGeorg Brandl2009-04-271-1/+1
| | | | | | | | | | | svn+ssh://pythondev@svn.python.org/python/trunk ........ r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines Demote warnings to notices where appropriate, following the goal that as few "red box" warnings should clutter the docs as possible. Part 1: stuff that gets merged to Py3k. ........