summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 70866-70868,70870-70871,70893,70896,70902,70905,70907,70912,...Georg Brandl2009-04-051-1/+1
* Merged revisions 70642,70648,70656,70661,70765,70773,70789,70824-70825,70828,...Georg Brandl2009-04-053-3/+32
* Fix 'the the'; grammar fix (backport of r71102Andrew M. Kuchling2009-04-031-2/+2
* Merged revisions 68582,68718,68720-68721,68724-68727,68859,68973,69288-69289,...Georg Brandl2009-02-234-10/+37
* Merged revisions 68292,68344,68361,68378,68424,68426,68429-68430,68450,68457,...Georg Brandl2009-01-141-1/+1
* Merged revisions 68232 via svnmerge fromGeorg Brandl2009-01-031-4/+3
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-0311-22/+86
* Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,...Georg Brandl2009-01-012-7/+12
* Merged revisions 67898,67904-67907,67912,67918,67920-67921,67923-67924,67927,...Benjamin Peterson2008-12-271-2/+2
* w# requires Py_ssize_t, not int.Christian Heimes2008-11-301-1/+1
* merge in r67362 documentation update to document PY_SSIZE_T_CLEANGregory P. Smith2008-11-241-1/+6
* Merged revisions 66801,66803-66804,66813,66854-66856,66866,66870-66872,66874,...Georg Brandl2008-11-071-3/+3
* Markup fixAndrew M. Kuchling2008-09-302-2/+2
* sort of backport 66038 by aliasing PyObject_Bytes to PyObject_StrBenjamin Peterson2008-08-261-0/+8
* Fix typoNick Coghlan2008-08-181-1/+1
* Issue 2235: document PyObject_HashNotImplementedNick Coghlan2008-08-182-0/+18
* fix markupBenjamin Peterson2008-08-161-0/+1
* Issue #3139: Make buffer-interface thread-safe wrt. PyArg_ParseTuple,Martin v. Löwis2008-08-121-0/+16
* Issue #2620: Overflow checking when allocating or reallocating memoryGregory P. Smith2008-07-221-1/+3
* fix various doc typos #3320Benjamin Peterson2008-07-121-4/+4
* Add cautionary note on the use of PySequence_Fast_ITEMS.Raymond Hettinger2008-07-111-0/+4
* - Issue #2862: Make int and float freelist management consistent with otherGregory P. Smith2008-07-062-8/+6
* New environment variable PYTHONIOENCODING.Martin v. Löwis2008-06-011-0/+8
* fix grammarBenjamin Peterson2008-05-301-1/+1
* Two fixes in bytearray docs.Georg Brandl2008-05-291-1/+5
* #2989: add PyType_Modified().Georg Brandl2008-05-281-1/+10
* add PyByteArray docsBenjamin Peterson2008-05-262-0/+75
* fix a minor typoBenjamin Peterson2008-05-261-1/+1
* note that PyString and has been aliased to PyBytesBenjamin Peterson2008-05-261-2/+6
* Mention version in which the new marshal version was introduced.Georg Brandl2008-05-121-1/+2
* Marshal is at version 2.Georg Brandl2008-05-121-2/+2
* #2727: clarify tp_iternext docs.Georg Brandl2008-04-301-5/+6
* #2700 Document PyNumber_ToBaseBenjamin Peterson2008-04-271-0/+11
* Added PyErr_WarnPy3k function. (issue 2671) I will be converting current Py3k...Benjamin Peterson2008-04-271-0/+8
* #2691: document PyLong (s)size_t APIs, patch by Alexander Belopolsky.Georg Brandl2008-04-261-1/+31
* Make file objects as thread safe as the underlying libc FILE* implementation.Gregory P. Smith2008-04-061-1/+33
* Phase out has_key usage in the tutorial; correct docs for PyMapping_HasKey*.Georg Brandl2008-03-281-5/+5
* Typo: "objects reference count" -> "object's reference count"Mark Dickinson2008-03-261-1/+1
* #2160: document PyImport_GetImporter.Georg Brandl2008-03-211-0/+13
* #1533486: fix types in refcount intro.Georg Brandl2008-03-081-1/+1
* #2230: document that PyArg_* leaves addresses alone on error.Georg Brandl2008-03-041-4/+8
* A lot more typo fixes by Ori Avtalion.Georg Brandl2008-02-223-4/+4
* Fix function name.Georg Brandl2008-02-171-1/+1
* Implemented Martin's suggestion to clear the free lists during the garbage co...Christian Heimes2008-02-143-0/+21
* Patch #1953Christian Heimes2008-02-042-0/+18
* Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...Amaury Forgeot d'Arc2008-02-031-0/+7
* Factor-out common code with a new macroRaymond Hettinger2008-01-281-0/+6
* Make PySet_Add() work with frozensets.Raymond Hettinger2008-01-281-3/+13
* Added clear cache methods to clear the internal type lookup cache for ref lea...Christian Heimes2008-01-271-0/+7
* Fix markup again.Georg Brandl2008-01-261-4/+4