| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #13617: Document that the result of the conversion of a Unicode object to | Victor Stinner | 2011-12-18 | 1 | -9/+19 |
|
|
* | Issue #13522: Fix _Py_co_pow() documentation | Victor Stinner | 2011-12-18 | 1 | -1/+1 |
|
|
* | Issue #13522: document error return values of some float and complex C API fu... | Antoine Pitrou | 2011-12-18 | 2 | -1/+9 |
|
|
* | fix some typos in Doc/c-api/memoryview.rst | Eli Bendersky | 2011-11-25 | 1 | -2/+2 |
|
|
* | Remove duplication. | Ezio Melotti | 2011-10-19 | 1 | -2/+2 |
|
|
* | Issue #13145. Fix incorrect documentation for PyNumber_ToBase. Thanks Sven M... | Mark Dickinson | 2011-10-11 | 1 | -4/+4 |
|
|
* | Fix some misuses of Sphinx roles and one typo | Éric Araujo | 2011-09-01 | 1 | -2/+2 |
|
|
* | let PySequence_Check me a link; thanks to tomo cocoa from docs@ | Sandro Tosi | 2011-08-12 | 1 | -1/+1 |
|
|
* | note mutating tp_dict is bad (closes #12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 |
|
|
* | #10741: add documentation for PyGILState_GetThisThreadState() | Sandro Tosi | 2011-08-07 | 1 | -0/+8 |
|
|
* | Make it clear that PyNumber_AsSsize_t() returns -1 on error. | Antoine Pitrou | 2011-07-13 | 1 | -1/+3 |
|
|
* | Clarify that PyErr_NewException creates an exception *class*, not instance. | Georg Brandl | 2011-07-13 | 1 | -3/+3 |
|
|
* | Fix a few misuses of :option: I missed in r86521. | Éric Araujo | 2011-06-08 | 1 | -2/+2 |
|
|
* | demote this to a note | Benjamin Peterson | 2011-06-01 | 1 | -1/+1 |
|
|
* | Merge release branch after 3.2.1rc1. | Georg Brandl | 2011-05-21 | 1 | -11/+9 |
|\ |
|
| * | Update pydoc topics and handle suspicious markup. | Georg Brandl | 2011-05-15 | 1 | -11/+9 |
|
|
* | | #12072: merge with 3.1. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | #12072: add missing parenthesis in the doc. Patch by Sandro Tosi. | Ezio Melotti | 2011-05-20 | 1 | -1/+1 |
|
|
* | | Merge #6498 fix from 3.1. | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
|\ \
| |/ |
|
| * | Closes #6498: fix several misspellings of "SystemExit" as "SystemError". | Georg Brandl | 2011-05-15 | 1 | -5/+6 |
|
|
* | | #11997: merge with 3.1. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11997: fix typo in init.rst. | Ezio Melotti | 2011-05-05 | 1 | -1/+1 |
|
|
* | | merge 3.1 | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fix function name in example (closes #11966) | Benjamin Peterson | 2011-04-30 | 1 | -1/+1 |
|
|
* | | #11942: merge with 3.1. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11942: Fix return type of Py_AddPendingCall. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-27 | 1 | -1/+1 |
|
|
| * | Branch merge | Éric Araujo | 2011-04-24 | 1 | -2/+1 |
| |\ |
|
* | | | The version* directives don’t work with a blank line between arguments | Éric Araujo | 2011-04-24 | 1 | -1/+0 |
|
|
* | | | Branch merge | Éric Araujo | 2011-04-24 | 1 | -2/+1 |
|\ \ \ |
|
| * \ \ | Merge 3.1 | Éric Araujo | 2011-04-20 | 1 | -2/+1 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Branch merge | Éric Araujo | 2011-04-20 | 1 | -2/+1 |
| | |\ \ |
|
| | | * | | Kill last reference to defunct module | Éric Araujo | 2011-03-26 | 1 | -2/+1 |
|
|
* | | | | | Merge with 3.1. | Ezio Melotti | 2011-04-20 | 1 | -1/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | Fix wrong function name. Noticed by Clive Darke. | Ezio Melotti | 2011-04-20 | 1 | -1/+1 |
| |/ / |
|
* | | | #11865: Merge with 3.1. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | #11865: fix typo in init.rst. | Ezio Melotti | 2011-04-18 | 1 | -1/+1 |
|
|
* | | | #11840: Merge with 3.1. | Ezio Melotti | 2011-04-14 | 1 | -33/+31 |
|\ \ \
| |/ / |
|
| * | | #11840: Improve c-api/unicode documentation. Patch by Sandro Tosi. | Ezio Melotti | 2011-04-14 | 1 | -29/+27 |
| |/ |
|
* | | Followup to 4c59cd84086f: add an entry in the porting guide and a "versioncha... | Antoine Pitrou | 2011-03-15 | 1 | -2/+3 |
|
|
* | | Issue #11329: PyEval_InitThreads() cannot be called before Py_Initialize() an... | Antoine Pitrou | 2011-03-13 | 1 | -4/+2 |
|
|
* | | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
|\ \
| |/ |
|
| * | Remove documentation to non-existent function PyObject_CopyToObject (fixes #1... | Antoine Pitrou | 2011-03-13 | 1 | -14/+0 |
|
|
| * | Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-... | Georg Brandl | 2011-02-25 | 2 | -4/+5 |
|
|
| * | Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,... | Georg Brandl | 2011-02-25 | 2 | -5/+6 |
|
|
| * | Markup fix. | Georg Brandl | 2011-01-17 | 1 | -1/+1 |
|
|
| * | Merged revisions 88012-88018 via svnmerge from | Antoine Pitrou | 2011-01-15 | 1 | -230/+278 |
|
|
| * | Merged revisions 88009 via svnmerge from | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |
|
|
| * | Merged revisions 87784 via svnmerge from | Antoine Pitrou | 2011-01-06 | 1 | -3/+4 |
|
|
| * | Merged revisions 87188-87190,87192-87194 via svnmerge from | Antoine Pitrou | 2010-12-12 | 2 | -16/+26 |
|
|
| * | Merged revisions 86838 via svnmerge from | Antoine Pitrou | 2010-11-27 | 1 | -57/+4 |
|
|