| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026) | Zackery Spytz | 2020-03-17 | 1 | -1/+1 |
|
|
* | bpo-39153: Clarify C API *SetItem refcounting semantics (GH-18220) | Joannah Nanjekye | 2020-01-29 | 1 | -1/+2 |
|
|
* | bpo-36974: expand call protocol documentation (GH-13844) | Jeroen Demeyer | 2019-11-12 | 1 | -240/+0 |
|
|
* | bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) | Jeroen Demeyer | 2019-11-05 | 1 | -0/+1 |
|
|
* | bpo-38600: NULL -> ``NULL``. (GH-17001) | Serhiy Storchaka | 2019-10-30 | 1 | -1/+1 |
|
|
* | bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) | Serhiy Storchaka | 2019-10-30 | 1 | -36/+36 |
|
|
* | bpo-37540: vectorcall: keyword names must be strings (GH-14682) | Jeroen Demeyer | 2019-08-16 | 1 | -2/+2 |
|
|
* | bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) | Jeroen Demeyer | 2019-07-11 | 1 | -0/+12 |
|
|
* | bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) | Jeroen Demeyer | 2019-07-08 | 1 | -0/+11 |
|
|
* | bpo-37483: add _PyObject_CallOneArg() function (#14558) | Jeroen Demeyer | 2019-07-04 | 1 | -0/+11 |
|
|
* | bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) | Jeroen Demeyer | 2019-06-28 | 1 | -0/+22 |
|
|
* | bpo-37194: Add PyObject_CallNoArgs() rationale (GH-14159) | Victor Stinner | 2019-06-17 | 1 | -1/+2 |
|
|
* | bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) | Victor Stinner | 2019-06-17 | 1 | -8/+16 |
|
|
* | bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) | Victor Stinner | 2019-06-17 | 1 | -0/+10 |
|
|
* | bpo-36974: document PEP 590 (GH-13450) | Jeroen Demeyer | 2019-06-02 | 1 | -0/+77 |
|
|
* | Doc: Replace the deprecated highlightlang directive by highlight. (#13377) | Stéphane Wirtel | 2019-05-17 | 1 | -1/+1 |
|
|
* | bpo-35461: Document C API functions which suppress exceptions. (GH-11119) | Serhiy Storchaka | 2018-12-18 | 1 | -0/+9 |
|
|
* | bpo-5945: Improve mappings and sequences C API docs. (GH-7029) | Serhiy Storchaka | 2018-05-22 | 1 | -4/+4 |
|
|
* | Uniformize argument names of "call" functions | Victor Stinner | 2016-12-06 | 1 | -27/+46 |
|
|
* | Issue #25701: Document C API functions that both set and delete objects | Martin Panter | 2015-12-08 | 1 | -8/+19 |
|
|
* | Fixed a typo. | Serhiy Storchaka | 2015-05-02 | 1 | -1/+1 |
|
|
* | Clean up the docs of PyObject_IsSubclass and PyObject_IsInstance, and mention... | Georg Brandl | 2014-10-06 | 1 | -29/+34 |
|
|
* | PyObject not PyType (closes #18494) | Benjamin Peterson | 2014-10-06 | 1 | -2/+2 |
|
|
* | Fix a few scoping issues with versionadded/versionchanged directives. | Georg Brandl | 2014-03-24 | 1 | -0/+1 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -3/+3 |
|
|
* | Issue #20500: Note other public APIs with the new assertion | Nick Coghlan | 2014-02-09 | 1 | -2/+5 |
|
|
* | Note the new debug assertion in PyObject_Str | Nick Coghlan | 2014-02-09 | 1 | -0/+4 |
|
|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -10/+10 |
|\ |
|
| * | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -10/+10 |
|
|
* | | Issue #9369: The types of `char*` arguments of PyObject_CallFunction() and | Serhiy Storchaka | 2013-05-29 | 1 | -2/+8 |
|
|
* | | Merge from 3.3: Add a str class entry to the string section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Add a str class entry to the "Text Sequence Type" section (issue #16209). | Chris Jerdonek | 2012-11-28 | 1 | -2/+2 |
|
|
* | | Issue #16148: Small improvements and cleanup. Added version information | Armin Ronacher | 2012-10-07 | 1 | -0/+2 |
|
|
* | | Issue #16148: implemented PEP 424 | Armin Ronacher | 2012-10-06 | 1 | -0/+7 |
|/ |
|
* | write versionadded | Benjamin Peterson | 2012-02-20 | 1 | -0/+4 |
|
|
* | add generic implementation of a __dict__ descriptor for C types | Benjamin Peterson | 2012-02-20 | 1 | -0/+12 |
|
|
* | Add doc for Py_RETURN_NOTIMPLEMENTED, added in #12724. | Brian Curtin | 2011-08-11 | 1 | -0/+13 |
|
|
* | The version* directives don’t work with a blank line between arguments | Éric Araujo | 2011-04-24 | 1 | -1/+0 |
|
|
* | Issue #10912: Clarify the documentation of PyObject_RichCompareBool. Thanks t... | Eli Bendersky | 2011-01-15 | 1 | -0/+3 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -2/+7 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -52/+52 |
|
|
* | Issue #6687: Moved the special-case for integers out of PyBytes_FromObject. | Alexandre Vassalotti | 2009-12-31 | 1 | -4/+5 |
|
|
* | After discussing some more with Georg, do no migrate versionchanged:: 2.5 to | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -4/+0 |
|
|
* | Merged revisions 71898-71900,71910,71914-71919 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-26 | 1 | -0/+4 |
|
|
* | Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-... | Benjamin Peterson | 2009-04-05 | 1 | -0/+20 |
|
|
* | Issue #1717: remove the cmp builtin function, the C-API functions | Mark Dickinson | 2009-02-01 | 1 | -21/+0 |
|
|
* | Remove 2.6 versionchanges, turn 2.7 ones into 3.1. | Georg Brandl | 2009-01-04 | 1 | -2/+0 |
|
|
* | Merged revisions 66670,66681,66688,66696-66699 via svnmerge from | Benjamin Peterson | 2008-10-04 | 1 | -1/+1 |
|
|
* | make bytes(o) respect __bytes__ #2415 | Benjamin Peterson | 2008-08-26 | 1 | -0/+8 |
|
|
* | PyObject_Unicode doesn't exist anymore | Benjamin Peterson | 2008-08-21 | 1 | -10/+0 |
|
|