summaryrefslogtreecommitdiff
path: root/Doc/c-api/concrete.rst
Commit message (Expand)AuthorAgeFilesLines
* Issue #24400: Introduce a distinct type for 'async def' coroutines.Yury Selivanov2015-06-221-0/+1
* C API doc: try to group concrete objectsVictor Stinner2013-11-071-7/+15
* Migrate to Sphinx 1.0 C language constructs.Georg Brandl2010-10-061-1/+1
* Give a dedicated page to memoryview objects, so that they can be partAntoine Pitrou2010-09-281-0/+1
* Buffers are not sequence objects (!). Put them in the abstract objects layersAntoine Pitrou2010-09-281-1/+0
* Merged revisions 72487-72488,72879 via svnmerge fromAlexandre Vassalotti2009-07-211-0/+1
* remove cobject referenceBenjamin Peterson2009-07-011-1/+0
* add a replacement API for PyCObject, PyCapsule #5630Benjamin Peterson2009-05-051-0/+1
* Merged revisions 63678,63688,63690,63696 via svnmerge fromBenjamin Peterson2008-05-261-0/+1
* update docs after renaming of PyString -> PyBytesBenjamin Peterson2008-05-261-1/+1
* Split C API docs in Py3k branch.Georg Brandl2008-01-201-3330/+31
* Merged revisions 60053-60078 via svnmerge fromChristian Heimes2008-01-191-7/+7
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+1
* Big fat todo.Georg Brandl2008-01-051-0/+1
* Fix role usage.Georg Brandl2007-12-211-1/+1
* Issue #1587: Added instancemethod wrapper for PyCFunctions. The Python C APIChristian Heimes2007-12-111-0/+41
* Replace all remaining occurrences of PyInt_.Georg Brandl2007-12-081-11/+5
* Remove PyInt_CheckExact. Add PyLong_AsLongAndOverflow.Martin v. Löwis2007-12-041-5/+10
* Remove PyInt API from the docs. Extend PyLong docs to cover all public functi...Georg Brandl2007-12-021-143/+79
* Merged revisions 59245-59254 via svnmerge fromChristian Heimes2007-12-011-0/+17
* Cleanups and documentation updates related to the removal of unbound methods.Christian Heimes2007-11-301-21/+8
* Futher update docs after unbound method removal.Georg Brandl2007-11-271-1/+2
* Merged revisions 58742-58816 via svnmerge fromGuido van Rossum2007-11-021-2/+2
* Patch 1329 (partial) by Christian Heimes.Guido van Rossum2007-10-301-3/+3
* Kill PyString_Encode(), which isn't used anywhere.Guido van Rossum2007-10-261-9/+0
* Remove duplicate entry for PyObject_AsFileDescriptor.Georg Brandl2007-10-231-2/+6
* Issue 1267, continued.Guido van Rossum2007-10-221-19/+11
* Patch 1267 by Christian Heimes.Guido van Rossum2007-10-191-0/+6
* Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge fromThomas Wouters2007-09-191-5/+5
* Fixing the spelling of "writeable" to "writable", particularly PyBUF_WRITEABLE.Sean Reifscheider2007-09-171-1/+1
* Remove versionadded and versionchanged directives, fold information into text...Georg Brandl2007-09-011-260/+12
* - document bytes()Georg Brandl2007-08-311-71/+0
* Kill lingering docs references to UnicodeType.Collin Winter2007-08-281-1/+1
* Fix stupid typo in Lib/encodings/utf_32.py which led to failing testsWalter Dörwald2007-08-171-2/+7
* Apply SF patch #1775604: This adds three new codecs (utf-32, utf-32-le andWalter Dörwald2007-08-161-0/+68
* Complete truncated sentence.Walter Dörwald2007-08-161-1/+1
* Move the 3k reST doc tree in place.Georg Brandl2007-08-151-0/+3676