cpython/Doc/c-api
Georg Brandl e720c0aa74 Merged revisions 72009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines

  Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
  should clutter the docs as possible.  Part 1: stuff that gets merged to Py3k.
........
2009-04-27 16:20:50 +00:00
..
abstract.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
allocation.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
arg.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
bool.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
buffer.rst Merged revisions 71898-71900,71910,71914-71919 via svnmerge from 2009-04-26 21:06:15 +00:00
bytearray.rst Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,63781-63782,63787,63805-63808,63818-63819,63823-63824 via svnmerge from 2008-06-10 16:57:31 +00:00
bytes.rst remove docs for PyBytes_Format #4917 2009-01-12 00:28:16 +00:00
cell.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
cobject.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
complex.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
concrete.rst Merged revisions 63678,63688,63690,63696 via svnmerge from 2008-05-26 16:04:49 +00:00
conversion.rst Issue #5835: Deprecate PyOS_ascii_formatd. 2009-04-26 21:35:14 +00:00
datetime.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
descriptor.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
dict.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
exceptions.rst Fix segfaults when running test_exceptions with coverage tracing, caused by wrongly defining Exception.__context__ as a T_OBJECT structmember which does not set the member to NULL on None assignment, and generally does not do type checks. This could be used to crash the interpreter by setting any object to __context__. The same applies to __cause__. Also document the PyException_* functions. 2009-03-31 04:16:10 +00:00
file.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
float.rst Merged revisions 64722,64729,64753,64845-64846,64849,64871,64880-64882,64885,64888,64897,64900-64901,64915,64926-64929,64938-64941,64944,64961,64966,64973 via svnmerge from 2008-07-16 12:55:28 +00:00
function.rst Mention the behaviour of PyFunction_SetAnnotations() on error. 2008-07-13 22:28:42 +00:00
gcsupport.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
gen.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
import.rst Merged revisions 71031 via svnmerge from 2009-04-02 03:41:46 +00:00
index.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
init.rst Merged revisions 71874,71882,71890 via svnmerge from 2009-04-26 20:25:45 +00:00
intro.rst Merged revisions 72009 via svnmerge from 2009-04-27 16:20:50 +00:00
iter.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
iterator.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
list.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
long.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
mapping.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
marshal.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
memory.rst Merged revisions 65182 via svnmerge from 2008-07-23 16:13:07 +00:00
method.rst Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,60505-60506,60508-60509,60523-60524,60532,60543,60545,60547-60548,60552,60554,60556-60559,60561-60562,60569,60571-60572,60574,60576-60583,60585-60586,60589,60591,60594-60595,60597-60598,60600-60601,60606-60612,60615,60617,60619-60621,60623-60625,60627-60629,60631,60633,60635,60647,60650,60652,60654,60656,60658-60659,60664-60666,60668-60670,60672,60676,60678,60680-60683,60685-60686,60688,60690,60692-60694,60697-60700,60705-60706,60708,60711,60714,60720,60724-60730,60732,60736,60742,60744,60746,60748,60750-60751,60753,60756-60757,60759-60761,60763-60764,60766,60769-60770,60774-60784,60787-60845 via svnmerge from 2008-02-16 07:38:31 +00:00
module.rst #4614: document PyModule_Create and PyModuleDef struct. 2009-01-04 23:20:14 +00:00
none.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
number.rst Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
objbuffer.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
object.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
objimpl.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
refcounting.rst Merged revisions 59333-59370 via svnmerge from 2007-12-05 20:18:38 +00:00
reflection.rst Remove trailing whitespace. 2009-01-03 21:18:54 +00:00
sequence.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
set.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
slice.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
structures.rst Merged revisions 71874,71882,71890 via svnmerge from 2009-04-26 20:25:45 +00:00
sys.rst Merged revisions 68203 via svnmerge from 2009-01-03 17:22:40 +00:00
tuple.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
type.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
typeobj.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
unicode.rst After discussing some more with Georg, do no migrate versionchanged:: 2.5 to 2009-04-27 08:07:12 +00:00
utilities.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
veryhigh.rst Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from 2009-04-05 19:13:16 +00:00
weakref.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00