summaryrefslogtreecommitdiff
path: root/Doc/extending
Commit message (Expand)AuthorAgeFilesLines
* Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
|\
| * Fixed the documentation of the structure PyMethodDef.Serhiy Storchaka2016-11-211-2/+2
* | Issue #26638: Merge option warning fixes from 3.5 into 3.6Martin Panter2016-10-301-2/+4
|\ \ | |/ |/|
| * Issue #18287: PyType_Ready() now checks that tp_name is not NULL.Serhiy Storchaka2016-10-071-1/+3
| |\
| * \ Issue #23710: Merge from 3.5Berker Peksag2016-08-031-2/+4
| |\ \
| | * \ Issue #26462: Merge code block fixes from 3.5Martin Panter2016-07-294-14/+25
| | |\ \
| | * \ \ Issue #17264: Fix cross refs and a markup error in extending/building.rstBerker Peksag2016-04-091-5/+6
| | |\ \ \
| | * \ \ \ merge with 3.5Georg Brandl2016-02-261-2/+4
| | |\ \ \ \
| | | * \ \ \ Merge with 3.5Terry Jan Reedy2016-01-091-1/+1
| | | |\ \ \ \
| | | * \ \ \ \ Merge with 3.5Terry Jan Reedy2016-01-091-1/+1
| | | |\ \ \ \ \
| | | * | | | | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failureMartin Panter2015-11-301-2/+4
* | | | | | | | | 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 #23710: Update PyObject_HEAD documentationBerker Peksag2016-08-031-5/+9
| |_|_|_|_|/ |/| | | | |
* | | | | | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting.Martin Panter2016-07-264-14/+25
| |_|_|_|/ |/| | | |
* | | | | Issue #17264: Fix cross refs and a markup error in extending/building.rstBerker Peksag2016-04-091-5/+6
|/ / / /
* | | | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ...Georg Brandl2016-02-262-2/+2
| |_|/ |/| |
* | | Issue #26029: Finish correction.Terry Jan Reedy2016-01-091-1/+1
| |/ |/|
* | Issue #26029: Remove extraneous word. Patch by Upendra Kumar.Terry Jan Reedy2016-01-091-1/+1
|/
* Issue #25022: Merge with 3.4Zachary Ware2015-09-104-25/+79
|\
| * Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async fieldMartin Panter2015-08-251-3/+3
| |\
| * \ Issue #24680: Merge with 3.4Zachary Ware2015-07-215-28/+81
| |\ \
| | * | Close #24458: PEP 489 documentationNick Coghlan2015-07-033-19/+56
| | * | Fixed documentation of functions with const char* arguments.Serhiy Storchaka2015-06-213-9/+25
| | |\ \
| | | * | Issue 24180: Documentation for PEP 492 changes.Yury Selivanov2015-05-211-1/+1
| | | * | Merge: #17380: Document tp_init return value in extending docs.R David Murray2015-04-122-8/+24
| | | |\ \
| | | | * \ Issue #22883: Update PyInt to PyLong in C API example.Serhiy Storchaka2015-02-172-8/+24
| | | | |\ \
| | | | | * \ merge 3.4Benjamin Peterson2015-01-051-5/+10
| | | | | |\ \
| | | | | * \ \ merge with 3.4Georg Brandl2014-10-312-8/+24
| | | | | |\ \ \
| | | | | | * \ \ Merge with 3.4Georg Brandl2014-10-292-8/+24
| | | | | | |\ \ \
| | | | | | | * \ \ Revert #22251Berker Peksag2014-09-281-2/+0
| | | | | | | |\ \ \
| | | | | | | * \ \ \ Issue #22251: Fix ReST markup to avoid errors building docs.Berker Peksag2014-09-271-0/+2
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Issue #18395, #22108: Update embedded Python examples to decode correctlyVictor Stinner2014-08-012-8/+24
* | | | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | Issue #24680: Remove random backslash. Patch by cdz.Zachary Ware2015-07-211-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-121-1/+2
|/ / / / / / /
* | | | | | | 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 Duc...Georg Brandl2014-10-311-5/+2
|/ / / /
* | | | Use https:// URLs when referring to python.org hosts.Georg Brandl2014-10-291-1/+1
| |_|/ |/| |
* | | Revert #22251Berker Peksag2014-09-281-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-151-6/+36
* Issue #19407: merge PPUG notes from 3.3Nick Coghlan2013-12-102-7/+25
|\
| * Issue 19195: Improved cross-references in C API documentation.Serhiy Storchaka2013-10-092-7/+25
| |\
| | * merge with 3.3Georg Brandl2013-10-061-3/+1
| | |\
| | * \ merge with 3.3Georg Brandl2013-10-062-7/+25
| | |\ \
| | | * \ merge with 3.3Georg Brandl2013-10-061-0/+2
| | | |\ \