summaryrefslogtreecommitdiffstats
path: root/Doc/extending
Commit message (Collapse)AuthorAgeFilesLines
* Issue #25022: Add NEWS, fix docs to not mention the old example.Zachary Ware2015-09-101-144/+3
|
* Issue #24808: Update the documentation of some PyTypeObject fieldsMartin Panter2015-08-251-3/+3
| | | | Patch by Joseph Weston.
* Issue #24680: Remove random backslash. Patch by cdz.Zachary Ware2015-07-221-1/+1
|
* Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-211-3/+3
|
* #17380: Document tp_init return value in extending docs.R David Murray2015-04-131-1/+2
| | | | Patch by James Powell.
* Issue #22883: Update PyInt to PyLong in C API example.Serhiy Storchaka2015-02-171-1/+1
|
* emphasize that cffi is better than extension modules for portabilityBenjamin Peterson2015-01-051-5/+10
|
* #22613: remaining corrections in extending/reference docs (thanks Jacques ↵Georg Brandl2014-10-311-5/+2
| | | | Ducasse)
* Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
|
* Revert #22251Berker Peksag2014-09-271-2/+0
|
* Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+2
|
* Merge in all documentation changes since branching 3.4.0rc1.Larry Hastings2014-03-161-6/+36
|
* Issue #19407: merge PPUG notes from 3.3Nick Coghlan2013-12-101-0/+9
|\
| * Issue #19407: add Python Packaging User Guide notesNick Coghlan2013-12-101-0/+9
| | | | | | | | | | | | | | | | | | | | The stdlib docs for package distribution and building extensions are rather dated, and that isn't expected to change for 2.7 and 3.3. The Python Packaging User Guide isn't complete either, but it's already a much better road map for new users than the existing stdlib docs.
* | Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-093-6/+7
|\ \ | |/
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-093-6/+7
| |
* | merge with 3.3Georg Brandl2013-10-061-3/+1
|\ \ | |/
| * Extending example: use Py_RETURN_NONEGeorg Brandl2013-10-061-3/+1
| |
* | merge with 3.3Georg Brandl2013-10-061-6/+6
|\ \ | |/
| * Closes #17725: small grammar fix.Georg Brandl2013-10-061-6/+6
| |
* | merge with 3.3Georg Brandl2013-10-061-0/+2
|\ \ | |/
| * Minor improvement: add indication that the main function goes on.Georg Brandl2013-10-061-0/+2
| |
* | merge with 3.3Georg Brandl2013-10-061-1/+1
|\ \ | |/
| * Small clarification in extending docs.Georg Brandl2013-10-061-1/+1
| |
* | Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-53/+53
|\ \ | |/
| * Issue #18589: fix hyperlinking of type slots (tp_*)Antoine Pitrou2013-08-011-47/+47
| |
* | Merge doc fixAntoine Pitrou2013-07-301-5/+4
|\ \ | |/
| * Simplify example of PyErr_Fetch() useAntoine Pitrou2013-07-301-5/+4
| |
* | Issue #18112: PEP 442 implementation (safe object finalization).Antoine Pitrou2013-07-301-3/+21
| |
* | Issue #18164: merge from 3.3Ned Deily2013-06-241-1/+3
|\ \ | |/
| * 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.4.Ned Deily2013-05-271-4/+4
|\ \ | |/
| * 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
|\ \ | |/