cpython/Doc/c-api
Benjamin Peterson 8f25762a94 args doesn't need to be a tuple (closes #17210) 2014-07-19 16:34:33 -07:00
..
abstract.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
allocation.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:17:24 +02:00
arg.rst Fix a couple of versionadded/versionchanged related markup errors. 2012-06-24 22:48:30 +02:00
bool.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
buffer.rst Issue #17145: Document array.array buffer interface limitations. 2014-04-26 22:50:25 +02:00
bytearray.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
capsule.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
cell.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
class.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
cobject.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
code.rst Issue #14090: fix some minor C API problems in default branch (3.3) 2012-06-03 08:07:47 +03:00
codec.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
complex.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
concrete.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
conversion.rst Issue #14090: fix some minor C API problems in default branch (3.3) 2012-06-03 08:07:47 +03:00
datetime.rst Issue #13727: Add 3 macros to access PyDateTime_Delta members: 2012-01-17 21:31:50 +01:00
descriptor.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
dict.rst Closes #18456: Doc fix: PyDict_Update only works with dict-like objects, not key-value sequences. Patch by priyapappachan. 2014-03-25 09:34:30 +01:00
exceptions.rst Closes #13638: document PyErr_SetFromErrnoWithFilenameObject, 2013-04-14 11:12:16 +02:00
file.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
float.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
function.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
gcsupport.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:17:24 +02:00
gen.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
import.rst Fix rst markup. 2012-09-20 08:33:53 +03:00
index.rst Close #15465: Document C API version macros 2013-03-07 23:14:44 +10:00
init.rst Fix note markup (#16805). 2014-03-12 19:35:54 -04:00
int.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
intro.rst Fix refcount leak in the reference counting example section (!). 2013-04-14 11:45:16 +02:00
iter.rst Issue #19005: Fix documentation for PyIter_Next(). 2013-10-09 22:39:11 -07:00
iterator.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
list.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
long.rst Merge with 3.2: Issue #17047: removed doubled words in Doc/*, 2013-03-11 17:26:33 -04:00
mapping.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
marshal.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
memory.rst Clean up references to the no longer existing PyString_ APIs in our docs. 2013-03-22 13:43:30 -07:00
method.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
module.rst #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. 2013-03-06 02:57:25 +02:00
none.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
number.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
objbuffer.rst Use Python 3 instead of 3.0. 2012-05-03 19:21:40 +03:00
object.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
objimpl.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
refcounting.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
reflection.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
sequence.rst PySequence_Fast generally returns a list not a tuple (closes #16395) 2014-04-08 10:48:36 -04:00
set.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
slice.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
string.rst dict is also allowed (closes #19163) 2013-10-04 10:55:15 -04:00
structures.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:17:24 +02:00
sys.rst Remove already dropped function PySys_GetFile from documentation. 2012-10-31 12:02:56 +02:00
tuple.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
type.rst Fix whitespace. 2012-06-23 23:21:48 +02:00
typeobj.rst the name of the slot of nb_multiply not nb_mul 2014-04-08 10:44:30 -04:00
unicode.rst args doesn't need to be a tuple (closes #17210) 2014-07-19 16:34:33 -07:00
utilities.rst Merged revisions 86134,86315-86316,86390,86424-86425,86428,86550,86561-86562,86564-86565,86705,86708,86713 via svnmerge from 2010-11-26 09:05:43 +00:00
veryhigh.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
weakref.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00