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

........
  r65182 | gregory.p.smith | 2008-07-22 06:46:32 +0200 (Tue, 22 Jul 2008) | 7 lines

  Issue #2620: Overflow checking when allocating or reallocating memory
  was not always being done properly in some python types and extension
  modules.  PyMem_MALLOC, PyMem_REALLOC, PyMem_NEW and PyMem_RESIZE have
  all been updated to perform better checks and places in the code that
  would previously leak memory on the error path when such an allocation
  failed have been fixed.
........
2008-07-23 16:13:07 +00:00
..
abstract.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
allocation.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
arg.rst Merged revisions 61209-61214,61217-61222,61224-61226,61233-61237 via svnmerge from 2008-03-04 23:39:23 +00:00
bool.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
buffer.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +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 update docs after renaming of PyString -> PyBytes 2008-05-26 15:01:55 +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 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
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 Whitespace nits. 2008-06-01 04:16:28 +00:00
exceptions.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
file.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +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 Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
gen.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
import.rst Implement PEP 3121: new module initialization and finalization API. 2008-06-11 05:26:20 +00:00
index.rst Fix two oversights in C API split. 2008-01-20 11:00:14 +00:00
init.rst Rename thread to _thread and dummy_thread to _dummy_thread. Issue #2875. 2008-05-25 13:05:15 +00:00
intro.rst Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,61285-61286,61288-61290,61298,61303-61305,61312-61314,61317,61329,61332,61344,61350-61351,61363-61376,61378-61379,61382-61383,61387-61388,61392,61395-61396,61402-61403 via svnmerge from 2008-03-16 00:07:10 +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 Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
long.rst Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from 2008-05-04 22:42:01 +00:00
mapping.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
marshal.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +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 Merged revisions 60284-60349 via svnmerge from 2008-01-27 15:18:18 +00:00
none.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
number.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
objbuffer.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-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60875,60880-60881,60886,60888-60890,60892,60894-60898,60900-60931,60933-60958 via svnmerge from 2008-02-22 16:37:40 +00:00
object.rst #2630: Implement PEP 3138. 2008-06-11 18:37:52 +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 Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
sequence.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
set.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
slice.rst Remove many "versionchanged" items that didn't use the official markup, 2008-05-12 18:05:20 +00:00
structures.rst #3247: get rid of Py_FindMethods 2008-07-02 22:59:48 +00:00
sys.rst Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
tuple.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-60789,60793,60796,60799-60809,60812-60813,60815-60821,60823-60826,60828-60829,60831-60834,60836,60838-60839,60846-60849,60852-60854,60856-60859,60861-60870,60874-60878,60880-60892,60894-60898 via svnmerge from 2008-02-19 14:21:46 +00:00
type.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
typeobj.rst Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethods 2008-06-11 20:21:57 +00:00
unicode.rst document PyUnicode_CompareWithASCIIString 2008-07-01 19:12:34 +00:00
utilities.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00
veryhigh.rst Change command line processing API to use wchar_t. 2008-04-05 20:41:37 +00:00
weakref.rst Split C API docs in Py3k branch. 2008-01-20 09:30:57 +00:00