cpython/Doc/c-api
Serhiy Storchaka dc0e3a8907 Issue #19795: Improved more markups of True/False. 2016-10-19 18:30:16 +03:00
..
abstract.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
allocation.rst Issue #27125: Fix various errors like “will [be] inherited” 2016-05-29 08:13:58 +00:00
arg.rst Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar 2016-02-10 05:44:01 +00:00
bool.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
buffer.rst Preserve critical whitespace in Doc/*. 2015-02-01 19:49:38 +01: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 Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
cobject.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
code.rst [Issue 15476] Make "code object" its own entry in the index 2016-06-02 19:26:51 -04: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 Issue #22836: Keep exception reports sensible despite errors 2016-02-28 00:18:43 +00: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 note that Py_VISIT handles NULL (closes #27183) 2016-06-02 11:35:59 -07:00
gen.rst Issue #25161: Add full stops in documentation; patch by Takase Arihiro 2015-10-10 10:52:35 +00: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 Issue #26736: Used HTTPS for external links in the documentation if possible. 2016-05-07 10:50:12 +03:00
int.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
intro.rst Issue26142 - Fix a formatting bug in c-api intro doc. 2016-01-17 17:05:14 -08: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 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 Remove duplicate PyLong function descriptions. 2014-09-30 23:02:52 +02: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 Issue #24314: Add links for general attributes like __name__, __dict__ 2016-06-18 03:57:31 +00:00
none.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03:00
number.rst Issue #19795: Improved more markups of True/False. 2016-10-19 18:30:16 +03:00
objbuffer.rst Use Python 3 instead of 3.0. 2012-05-03 19:21:40 +03:00
object.rst Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
objimpl.rst
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 #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 09:37:36 +03:00
slice.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00
string.rst Corrections for a/an in code comments and documentation 2016-05-08 13:45:55 +00:00
structures.rst Issue #15657: Delete incorrect statement from PyMethodDef documentation 2016-06-12 16:37:57 +03: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 Closes #10031: overhaul the "imports" section of the programming FAQ. 2014-10-06 16:21:08 +02:00
typeobj.rst Issue #18287: PyType_Ready() now checks that tp_name is not NULL. 2016-10-07 23:24:35 +03:00
unicode.rst Issue #19795: Mark up None as literal text. 2016-10-19 16:29:10 +03: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 #25161: Add full stops in documentation; patch by Takase Arihiro 2015-10-10 10:52:35 +00:00
weakref.rst update to new C roles and directives 2012-01-14 16:42:02 +01:00