| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #24314: Fix doc links for general attributes like __name__, __dict__ | Martin Panter | 2016-06-18 | 1 | -2/+2 |
|
|
* | Issue #25701: Document C API functions that both set and delete objects | Martin Panter | 2015-12-08 | 1 | -10/+16 |
|
|
* | Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field | Martin Panter | 2015-08-25 | 1 | -5/+5 |
|\ |
|
| * | Issue #24808: Update the documentation of some PyTypeObject fields | Martin Panter | 2015-08-25 | 1 | -5/+5 |
|
|
* | | docs.capi: Fix tp_as_async doc | Yury Selivanov | 2015-06-23 | 1 | -1/+1 |
|
|
* | | Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. | Yury Selivanov | 2015-05-28 | 1 | -6/+6 |
|
|
* | | Issue 24180: Fixes by Berker Peksag. | Yury Selivanov | 2015-05-21 | 1 | -3/+2 |
|
|
* | | Issue 24180: Documentation for PEP 492 changes. | Yury Selivanov | 2015-05-21 | 1 | -2/+63 |
|
|
* | | merge with 3.4 | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
|\ \
| |/ |
|
| * | Closes #19477: remove outdated documentation of tp_print type object slot. | Georg Brandl | 2014-10-05 | 1 | -24/+1 |
|
|
* | | Merge 3.4 | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
|\ \
| |/ |
|
| * | Update docs about tp_richcompare | Andrew Svetlov | 2014-07-03 | 1 | -1/+3 |
|
|
* | | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury... | Antoine Pitrou | 2014-04-28 | 1 | -0/+18 |
|\ \
| |/ |
|
| * | Issue #9307: document the various Py_TPFLAGS_*_SUBCLASS flags. Patch by Yury... | Antoine Pitrou | 2014-04-28 | 1 | -0/+18 |
|
|
* | | PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) | Benjamin Peterson | 2014-04-10 | 1 | -0/+3 |
|/ |
|
* | the name of the slot of nb_multiply not nb_mul | Benjamin Peterson | 2014-04-08 | 1 | -1/+2 |
|
|
* | Merge in all documentation changes since branching 3.4.0rc1. | Larry Hastings | 2014-03-16 | 1 | -3/+2 |
|
|
* | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -4/+4 |
|\ |
|
| * | Issue 19195: Improved cross-references in C API documentation. | Serhiy Storchaka | 2013-10-09 | 1 | -4/+4 |
|
|
* | | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Issue #18743: Fix references to non-existant "StringIO" module. | Serhiy Storchaka | 2013-08-16 | 1 | -1/+1 |
|
|
* | | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -112/+112 |
|\ \
| |/ |
|
| * | Issue #18589: fix hyperlinking of type slots (tp_*) | Antoine Pitrou | 2013-08-01 | 1 | -109/+109 |
|
|
* | | Issue #18112: PEP 442 implementation (safe object finalization). | Antoine Pitrou | 2013-07-30 | 1 | -0/+49 |
|/ |
|
* | Issue #14181: Improve clarity in the documentation for the multi-purpose | Stefan Krah | 2012-03-06 | 1 | -17/+31 |
|
|
* | - Issue #10181: New memoryview implementation fixes multiple ownership | Stefan Krah | 2012-02-25 | 1 | -30/+58 |
|
|
* | note mutating tp_dict is bad (closes #12719) | Benjamin Peterson | 2011-08-09 | 1 | -0/+5 |
|
|
* | Better explain the buffer interface (hopefully) | Antoine Pitrou | 2010-12-12 | 1 | -1/+1 |
|
|
* | Remove visible XXX comments. | Georg Brandl | 2010-12-06 | 1 | -3/+5 |
|
|
* | make hashes always the size of pointers; introduce Py_hash_t #9778 | Benjamin Peterson | 2010-10-17 | 1 | -4/+4 |
|
|
* | Migrate to Sphinx 1.0 C language constructs. | Georg Brandl | 2010-10-06 | 1 | -158/+158 |
|
|
* | Merged revisions 78760,78771-78773,78802,78922,78952 via svnmerge from | Georg Brandl | 2010-03-14 | 1 | -1/+1 |
|
|
* | #7577: fix signature info for getbufferproc. | Georg Brandl | 2009-12-28 | 1 | -1/+1 |
|
|
* | #6754: remove old struct member nb_inplace_divide. | Georg Brandl | 2009-09-01 | 1 | -1/+0 |
|
|
* | 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 71920-71923,71925-71929,71931-71934,71937 via svnmerge from | Jeroen Ruigrok van der Werven | 2009-04-27 | 1 | -0/+4 |
|
|
* | Merged revisions 70342,70385-70387,70389-70390,70392-70393,70395,70400,70405-... | Benjamin Peterson | 2009-03-21 | 1 | -0/+1 |
|
|
* | #5486: typos. | Georg Brandl | 2009-03-13 | 1 | -1/+1 |
|
|
* | Issue #1717, continued: Doc fixes and other cleanup related | Mark Dickinson | 2009-02-02 | 1 | -24/+13 |
|
|
* | Fix a few more references to long integers in the docs. | Mark Dickinson | 2009-01-17 | 1 | -2/+2 |
|
|
* | Issue #4910, patch 3/3: rename nb_long to nb_reserved | Mark Dickinson | 2009-01-17 | 1 | -1/+7 |
|
|
* | Merged revisions 68450,68480-68481,68493,68495,68501,68512,68514-68515,68534-... | Benjamin Peterson | 2009-01-16 | 1 | -1/+0 |
|
|
* | add documentation for the new buffer interface based on PEP 3118; I hope it's... | Benjamin Peterson | 2008-09-16 | 1 | -78/+24 |
|
|
* | Merged revisions 65810 via svnmerge from | Nick Coghlan | 2008-08-18 | 1 | -0/+8 |
|
|
* | Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods | Benjamin Peterson | 2008-06-11 | 1 | -4/+0 |
|
|
* | Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. | Georg Brandl | 2008-05-25 | 1 | -1/+1 |
|
|
* | Remove many "versionchanged" items that didn't use the official markup, | Georg Brandl | 2008-05-12 | 1 | -121/+17 |
|
|
* | Merged revisions 62602 via svnmerge from | Georg Brandl | 2008-04-30 | 1 | -3/+5 |
|
|
* | #2567: remove new-style/old-style class docs. | Georg Brandl | 2008-04-07 | 1 | -5/+2 |
|
|
* | Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,... | Christian Heimes | 2008-02-22 | 1 | -1/+1 |
|
|