| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bpo-29917: DOC: Remove link from PyMethodDef (#890) (#896) | Senthil Kumaran | 2017-03-30 | 1 | -2/+2 |
| | | | | (cherry picked from commit c3c7ef088583cc12bd218138036d1edb6de9c63f) | ||||
| * | Issue #28496: Mark up constants 0, 1 and -1 that denote return values or | Serhiy Storchaka | 2016-10-27 | 1 | -1/+1 |
| | | | | | special input values as literal text. | ||||
| * | Issue #15657: Delete incorrect statement from PyMethodDef documentation | Berker Peksag | 2016-06-12 | 1 | -3/+2 |
| | | |||||
| * | Per issue21949 and issue1629: Document the Py_SIZE, Py_TYPE, Py_REFCNT macros. | Gregory P. Smith | 2016-01-22 | 1 | -0/+31 |
| | | | | | | This was already done in the 3.5 branch; this just does the same in the 2.7 branch. | ||||
| * | fix instances of consecutive articles (closes #23221) | Benjamin Peterson | 2015-01-13 | 1 | -1/+1 |
| | | | | | Patch by Karan Goel. | ||||
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -2/+2 |
| | | |||||
| * | update to new C roles and directives | Sandro Tosi | 2012-01-14 | 1 | -46/+46 |
| | | |||||
| * | #10398: manual backport of r73943. | Georg Brandl | 2010-11-12 | 1 | -9/+7 |
| | | |||||
| * | :stmt: -> :keyword: | Ezio Melotti | 2010-01-03 | 1 | -1/+1 |
| | | |||||
| * | check if the attribute is set before deleting it with T_OBJECT_EX (fixes #7604) | Benjamin Peterson | 2009-12-30 | 1 | -1/+4 |
| | | | | | | Also, add a note to the docs about the better behavior of T_OBJECT_EX as compared to T_OBJECT. | ||||
| * | First attempt to document PyObject_HEAD_INIT and PyVarObject_HEAD_INIT. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -1/+18 |
| | | |||||
| * | Reformat prior to expanding. | Jeroen Ruigrok van der Werven | 2009-04-25 | 1 | -57/+63 |
| | | |||||
| * | #5618: fix typo. | Georg Brandl | 2009-03-31 | 1 | -1/+1 |
| | | |||||
| * | Grammar fix. | Georg Brandl | 2009-01-03 | 1 | -4/+3 |
| | | |||||
| * | Remove trailing whitespace. | Georg Brandl | 2009-01-03 | 1 | -1/+1 |
| | | |||||
| * | document PyMemberDef | Benjamin Peterson | 2009-01-02 | 1 | -0/+63 |
| | | |||||
| * | Typo: "objects reference count" -> "object's reference count" | Mark Dickinson | 2008-03-26 | 1 | -1/+1 |
| | | |||||
| * | Split the monstrous C API manual files in smaller parts. | Georg Brandl | 2008-01-19 | 1 | -0/+212 |
