Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17264: Fix cross refs and a markup error in extending/building.rst | Berker Peksag | 2016-04-09 | 1 | -5/+6 |
|\ | |||||
| * | Issue #17264: Fix cross refs and a markup error in extending/building.rst | Berker Peksag | 2016-04-09 | 1 | -5/+6 |
| | | |||||
* | | merge with 3.5 | Georg Brandl | 2016-02-26 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Closes #25910: fix dead and permanently redirected links in the docs. Thanks ↵ | Georg Brandl | 2016-02-26 | 2 | -2/+2 |
| | | | | | | | | to SilentGhost for the patch. | ||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26029: Finish correction. | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |
| | | |||||
* | | Merge with 3.5 | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26029: Remove extraneous word. Patch by Upendra Kumar. | Terry Jan Reedy | 2016-01-09 | 1 | -1/+1 |
| | | |||||
* | | Issue #5319: New Py_FinalizeEx() API to exit with status 120 on failure | Martin Panter | 2015-11-30 | 1 | -2/+4 |
|/ | |||||
* | Issue #25022: Merge with 3.4 | Zachary Ware | 2015-09-10 | 1 | -143/+3 |
|\ | |||||
| * | Issue #25022: Add NEWS, fix docs to not mention the old example. | Zachary Ware | 2015-09-10 | 1 | -144/+3 |
| | | |||||
* | | Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field | Martin Panter | 2015-08-25 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Issue #24808: Update the documentation of some PyTypeObject fields | Martin Panter | 2015-08-25 | 1 | -3/+3 |
| | | | | | | | | Patch by Joseph Weston. | ||||
* | | Issue #24680: Merge with 3.4 | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #24680: Remove random backslash. Patch by cdz. | Zachary Ware | 2015-07-22 | 1 | -1/+1 |
| | | |||||
* | | Close #24458: PEP 489 documentation | Nick Coghlan | 2015-07-03 | 3 | -19/+56 |
| | | | | | | | | Patch by Petr Viktorin. | ||||
* | | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Fixed documentation of functions with const char* arguments. | Serhiy Storchaka | 2015-06-21 | 1 | -3/+3 |
| | | |||||
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -1/+1 |
| | | |||||
* | | Merge: #17380: Document tp_init return value in extending docs. | R David Murray | 2015-04-13 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | #17380: Document tp_init return value in extending docs. | R David Murray | 2015-04-13 | 1 | -1/+2 |
| | | | | | | | | Patch by James Powell. | ||||
* | | Issue #22883: Update PyInt to PyLong in C API example. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #22883: Update PyInt to PyLong in C API example. | Serhiy Storchaka | 2015-02-17 | 1 | -1/+1 |
| | | |||||
* | | merge 3.4 | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
|\ \ | |/ | |||||
| * | emphasize that cffi is better than extension modules for portability | Benjamin Peterson | 2015-01-05 | 1 | -5/+10 |
| | | |||||
* | | merge with 3.4 | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
|\ \ | |/ | |||||
| * | #22613: remaining corrections in extending/reference docs (thanks Jacques ↵ | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
| | | | | | | | | Ducasse) | ||||
* | | Merge with 3.4 | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Use https:// URLs when referring to python.org hosts. | Georg Brandl | 2014-10-29 | 1 | -1/+1 |
| | | |||||
* | | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -2/+0 |
|\ \ | |/ | |||||
| * | Revert #22251 | Berker Peksag | 2014-09-27 | 1 | -2/+0 |
| | | |||||
* | | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Issue #22251: Fix ReST markup to avoid errors building docs. | Berker Peksag | 2014-09-27 | 1 | -0/+2 |
| | | |||||
| * | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -6/+36 |
| | | |||||
* | | Issue #18395, #22108: Update embedded Python examples to decode correctly | Victor Stinner | 2014-08-01 | 2 | -8/+24 |
| | | | | | | | | command line parameters: use Py_DecodeLocale() and PyUnicode_DecodeFSDefault(). | ||||
* | | Close #19407: New installation & distribution guides | Nick Coghlan | 2014-03-13 | 1 | -6/+36 |
|/ | | | | | | | | | | | | | | - based on pip and other PyPA tools - includes references to the new Python Packaging User Guide where appropriate (and the relevant section is at least partially filled in) - started new FAQ sections - both guides aim to introduce users to basic open source concepts if they aren't aware of them - existing guides have been relocated (now linked from the distutils docs) rather then removed, since there is some needed material that has yet to be relocated to the distutils docs as a reference for the legacy formats | ||||
* | Issue #19407: merge PPUG notes from 3.3 | Nick Coghlan | 2013-12-10 | 1 | -0/+9 |
|\ | |||||
| * | Issue #19407: add Python Packaging User Guide notes | Nick Coghlan | 2013-12-10 | 1 | -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 Storchaka | 2013-10-09 | 3 | -6/+7 |
|\ \ | |/ | |||||
| * | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 3 | -6/+7 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
|\ \ | |/ | |||||
| * | Extending example: use Py_RETURN_NONE | Georg Brandl | 2013-10-06 | 1 | -3/+1 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
|\ \ | |/ | |||||
| * | Closes #17725: small grammar fix. | Georg Brandl | 2013-10-06 | 1 | -6/+6 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Minor improvement: add indication that the main function goes on. | Georg Brandl | 2013-10-06 | 1 | -0/+2 |
| | | |||||
* | | merge with 3.3 | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Small clarification in extending docs. | Georg Brandl | 2013-10-06 | 1 | -1/+1 |
| | | |||||
* | | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -53/+53 |
|\ \ | |/ | |||||
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -47/+47 |
| | |