Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.6] Make formatting of some return codes conforming to the general style. ↵ | Serhiy Storchaka | 2018-02-09 | 1 | -2/+2 |
| | | | | | | | (GH-5587). (GH-5598) (cherry picked from commit 5bb0005f9ff768ac443924b4bb26c3818ce8dc5a) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> | ||||
* | Extending Python Doc minor updates (GH-4518) (GH-4535) | Miss Islington (bot) | 2017-11-24 | 2 | -4/+4 |
| | | | | | Move footnote markers to be closer to the related terminology: before the end of the sentence, instead of after. (cherry picked from commit cdfe910e746e1d0fc43429b8cc3384a65a19b358) | ||||
* | bpo-31095: fix potential crash during GC (GH-3195) | INADA Naoki | 2017-09-04 | 1 | -9/+20 |
| | | | (cherry picked from commit a6296d34a478b4f697ea9db798146195075d496c) | ||||
* | [3.6] Fix the indentation in Extending Python code example (GH-3244) (GH-3250) | Mariatta | 2017-08-31 | 1 | -6/+6 |
| | | | | | Code was indented with three spaces. Fixed using four spaces. (cherry picked from commit d9a2b99ac45b5529d2a6227b0d529397be831dab) | ||||
* | [3.6] bpo-28315: Improve code examples in docs (GH-1372) (#1445) | Mariatta | 2017-05-04 | 1 | -1/+1 |
| | | | | | | | Replace File "<stdin>", line 1, in ? with File "<stdin>", line 1, in <module> (cherry picked from commit 8856940cf2e82cb17db2b684cd5732fe658605ca) | ||||
* | Fixed the documentation of the structure PyMethodDef. | Serhiy Storchaka | 2016-11-21 | 1 | -2/+2 |
|\ | | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *". | ||||
| * | Fixed the documentation of the structure PyMethodDef. | Serhiy Storchaka | 2016-11-21 | 1 | -2/+2 |
| | | | | | | | | The fields ml_name and ml_doc are of type "const char *" rather of "char *". | ||||
* | | Issue #26638: Merge option warning fixes from 3.5 into 3.6 | Martin Panter | 2016-10-30 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Issue #26638: Mask undefined CLI options to defeat new Sphinx warnings | Martin Panter | 2016-10-30 | 1 | -1/+1 |
| | | |||||
* | | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -1/+3 |
|\ \ | |/ | | | | | Original patch by Niklas Koep. | ||||
| * | Issue #18287: PyType_Ready() now checks that tp_name is not NULL. | Serhiy Storchaka | 2016-10-07 | 1 | -1/+3 |
| | | | | | | | | Original patch by Niklas Koep. | ||||
* | | Issue #23710: Merge from 3.5 | Berker Peksag | 2016-08-03 | 1 | -5/+9 |
|\ \ | |/ | |||||
| * | Issue #23710: Update PyObject_HEAD documentation | Berker Peksag | 2016-08-03 | 1 | -5/+9 |
| | | | | | | | | | | | | | | Since PEP 3123, PyObject_HEAD only has one field named ob_base. Users now need to use the Py_TYPE macro instead of self->ob_type. Initial patch by Ammar Askar. | ||||
* | | Issue #26462: Merge code block fixes from 3.5 | Martin Panter | 2016-07-29 | 4 | -14/+25 |
|\ \ | |/ | |||||
| * | Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. | Martin Panter | 2016-07-26 | 4 | -14/+25 |
| | | | | | | | | Patch by Julien Palard. | ||||
* | | 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(). |