| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
|
|
* | | 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 |
|
|
* | | 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 Duc... | Georg Brandl | 2014-10-31 | 1 | -5/+2 |
|
|
* | | 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 |
|
|
* | | Close #19407: New installation & distribution guides | Nick Coghlan | 2014-03-13 | 1 | -6/+36 |
|/ |
|
* | 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 |
|
|
* | | 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 |
|
|
* | | Merge doc fix | Antoine Pitrou | 2013-07-30 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Simplify example of PyErr_Fetch() use | Antoine Pitrou | 2013-07-30 | 1 | -5/+4 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -3/+21 |
|
|
* | | Issue #18164: merge from 3.3 | Ned Deily | 2013-06-24 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Issue #18164: Clarify the embedding docs regarding link options. | Ned Deily | 2013-06-24 | 1 | -1/+3 |
|
|
* | | Fix typo in embedding doc and update examples to 3.4. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Fix typo in embedding doc and update examples to 3.3. | Ned Deily | 2013-05-27 | 1 | -4/+4 |
|/ |
|
* | #17688: fix declaration for richcmp example in the docs. | Andrew Svetlov | 2013-04-12 | 1 | -1/+1 |
|
|
* | cleanup references to PyString_ APIs from 2.x in the 3.3 docs. | Gregory P. Smith | 2013-03-22 | 1 | -10/+9 |
|\ |
|
| * | Clean up references to the no longer existing PyString_ APIs in our docs. | Gregory P. Smith | 2013-03-22 | 1 | -12/+11 |
|
|
* | | #17256: merge with 3.2. | Ezio Melotti | 2013-02-22 | 1 | -3/+9 |
|\ \
| |/ |
|
| * | #17256: fix syntax highlight in embedding example. Patch by Kushal Das. | Ezio Melotti | 2013-02-22 | 1 | -3/+9 |
|
|
* | | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -4/+4 |
|
|
* | | merge with 3.2 | Georg Brandl | 2012-11-02 | 1 | -12/+10 |
|\ \
| |/ |
|