cpython/Doc/c-api
Serhiy Storchaka 1670af6c33 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 2015-06-21 16:26:28 +03:00
..
abstract.rst
allocation.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:17:24 +02:00
arg.rst
bool.rst
buffer.rst Preserve critical whitespace in Doc/*. 2015-02-01 19:49:38 +01:00
bytearray.rst
capsule.rst
cell.rst
class.rst
cobject.rst
code.rst
codec.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
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 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). 2015-06-21 16:26:28 +03:00
file.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
float.rst
function.rst
gcsupport.rst Issue #18589: fix hyperlinking of type slots (tp_*) 2013-08-01 21:17:24 +02:00
gen.rst
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 PyGILState_GetThisThreadState() prototype in the API documentation. 2015-04-15 19:30:38 +01:00
int.rst
intro.rst Fix refcount leak in the reference counting example section (!). 2013-04-14 11:45:16 +02:00
iter.rst Issue #24161: Document that PyIter_Check() returns false positives for old-style instances. 2015-05-11 10:22:20 -07:00
iterator.rst
list.rst
long.rst Remove duplicate PyLong function descriptions. 2014-09-30 23:02:52 +02:00
mapping.rst
marshal.rst
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
module.rst #17363: fix arguments in PyState_AddModule and PyState_RemoveModule docs. 2013-03-06 02:57:25 +02:00
none.rst
number.rst
objbuffer.rst
object.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
objimpl.rst
refcounting.rst
reflection.rst
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
string.rst dict is also allowed (closes #19163) 2013-10-04 10:55:15 -04:00
structures.rst fix instances of consecutive articles (closes #23221) 2015-01-13 09:17:24 -05:00
sys.rst Remove already dropped function PySys_GetFile from documentation. 2012-10-31 12:02:56 +02:00
tuple.rst
type.rst Closes #10031: overhaul the "imports" section of the programming FAQ. 2014-10-06 16:21:08 +02:00
typeobj.rst Issue #20643: Fixed references to the next() method (distinguish from the 2014-09-05 23:34:12 +03:00
unicode.rst Closes #23181: codepoint -> code point 2015-01-14 08:26:30 +01:00
utilities.rst
veryhigh.rst Issue 19195: Improved cross-references in C API documentation. 2013-10-09 13:25:21 +03:00
weakref.rst