cpython/Doc/c-api
Victor Stinner db536afee1 Issue #3080: Document the name attribute of the _inittab structure
The name is an ASCII encoded string.
2011-03-07 18:34:59 +01:00
..
abstract.rst
allocation.rst
arg.rst Merged revisions 87784 via svnmerge from 2011-01-06 07:17:30 +00:00
bool.rst
buffer.rst Remove documentation to non-existent function PyObject_CopyToObject (fixes #11478) 2011-03-13 19:32:01 +01:00
bytearray.rst
bytes.rst
capsule.rst
cell.rst
code.rst Fix a few doc errors, mostly undefined keywords. 2011-01-15 17:03:02 +00:00
codec.rst
complex.rst
concrete.rst
conversion.rst
datetime.rst
descriptor.rst
dict.rst
exceptions.rst Issue #9738: Fix typo, ASCII-encoding string => ASCII-encoded string 2010-12-28 11:02:46 +00:00
file.rst
float.rst
function.rst
gcsupport.rst
gen.rst
import.rst Issue #3080: Document the name attribute of the _inittab structure 2011-03-07 18:34:59 +01:00
index.rst
init.rst Followup to 4c59cd84086f: add an entry in the porting guide and a "versionchanged" attribute. 2011-03-15 20:22:50 +01:00
intro.rst
iter.rst
iterator.rst
list.rst Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from 2011-02-25 09:48:21 +00:00
long.rst
mapping.rst
marshal.rst
memory.rst
memoryview.rst
method.rst
module.rst Issue #3080: Add PyModule_NewObject() function 2011-03-04 12:57:07 +00:00
none.rst
number.rst
objbuffer.rst
object.rst Markup fix. 2011-01-17 18:16:16 +00:00
objimpl.rst
refcounting.rst
reflection.rst
sequence.rst
set.rst
slice.rst Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
structures.rst
sys.rst
tuple.rst
type.rst Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check 2011-02-05 20:35:29 +00:00
typeobj.rst Merged revisions 87101,87146,87156,87172,87175,87371,87378,87522-87524,87526-87528,87530-87536,87581 via svnmerge from 2011-02-25 10:03:34 +00:00
unicode.rst Issue #10831: Document the new formats (%li, %lli, %zi) 2011-03-02 00:10:34 +00:00
utilities.rst
veryhigh.rst Issue #9738: Document encodings of AST, compiler, parser and PyRun functions 2010-12-27 01:49:31 +00:00
weakref.rst