summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* Revert the following revisions, as they don't fix securityMartin v. Löwis2008-03-021-4/+4
* [Bug #1579796] Wrong syntax for PyDateTime_IMPORT in documentation. Reported...Andrew M. Kuchling2006-10-261-4/+4
* Minor editsAndrew M. Kuchling2006-08-182-3/+3
* Typo in tp_clear docs.Georg Brandl2006-08-181-1/+1
* Bug #1541682: Fix example in the "Refcount details" API docs.Georg Brandl2006-08-183-22/+20
* Fix typo.Georg Brandl2006-08-111-1/+1
* Bug #1536828: typo: TypeType should have been StringType.Georg Brandl2006-08-081-1/+1
* Clarify docs for bf_getcharbuffer.Brett Cannon2006-06-071-6/+10
* fix markup glitch(backport from rev.45778)George Yoshida2006-04-281-1/+1
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* - update the refcount information (late, but not a bad thing to do...)Fred Drake2006-03-302-0/+120
* update - still some old .cvsignore files lying aroundAnthony Baxter2006-03-231-3/+0
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-2/+24
* Backport: SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* backport Py_UNICODE clarificationSkip Montanaro2005-10-101-6/+16
* backport of bugfix [ 1306449 ] PyString_AsStringAndSize() return value docume...Georg Brandl2005-09-281-2/+2
* fix typoGeorg Brandl2005-09-151-1/+1
* - Correct PyBool_FromLong's return type and its description.Georg Brandl2005-09-031-226/+226
* backport bug [ 1061920 ] "k" specifier in PyArg_ParseTuple incomplete documen...Georg Brandl2005-07-171-2/+2
* Fix name from PyDate_FromDateAndTime to PyDateTime_FromDateAndTime.Brett Cannon2005-02-171-1/+1
* Update refences to "Macintosh" to reflect the state of affairs for OS X and notBrett Cannon2005-02-132-5/+4
* Clean up discussion of new C thread idiomFred Drake2005-01-191-13/+11
* SF Patch #1093896: miscellaneous doc typosRaymond Hettinger2005-01-012-2/+2
* SF bug #1082944: Incorrect docs for PyUnicode_TailMatchRaymond Hettinger2004-12-101-1/+2
* Correct the handling of 0-termination of PyUnicode_AsWideChar()Marc-André Lemburg2004-11-221-3/+7
* SF patch 1044089: New C API function PyEval_ThreadsInitialized(), by NickTim Peters2004-10-111-4/+12
* Fix typo in PyDict_Items docNicholas Bastin2004-09-291-1/+1
* SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now supportWalter Dörwald2004-09-071-0/+25
* Patch #900727: Add Py_InitializeEx to allow embedding without signals.Martin v. Löwis2004-08-191-0/+7
* Spelling fixAndrew M. Kuchling2004-08-101-1/+1
* [Patch #1003861 from Dima Dorfman] Fix markup in concrete.tex:Andrew M. Kuchling2004-08-071-10/+5
* Use LaTeX markupAndrew M. Kuchling2004-08-071-1/+1
* [Bug #991883] Document calling conditionAndrew M. Kuchling2004-08-071-1/+2
* SF #989185: Drop unicode.iswide() and unicode.width() and addHye-Shik Chang2004-08-041-9/+0
* let's avoid the extra nesting where reasonableFred Drake2004-08-031-1/+1
* Fix typo thoughNeal Norwitz2004-08-021-2/+2
* Fix doubled word.Raymond Hettinger2004-08-021-1/+1
* Typo repair.Tim Peters2004-08-021-1/+1
* Completed a sentence I left dangling.Tim Peters2004-08-021-1/+2
* PyImport_ImportModule, PyImport_ImportModuleEx, PyImport_ExecCodeModule:Tim Peters2004-08-021-10/+28
* Add missing doc for Py_True/Py_False. Use the correct macro to defineSkip Montanaro2004-07-291-6/+16
* A little boolean music if you please, maestro... (Not sure I have theSkip Montanaro2004-07-281-0/+34
* Two typo fixesAndrew M. Kuchling2004-07-261-2/+2
* Fix an uncorrect function prototype.Thomas Heller2004-07-231-1/+1
* Supply missing word in new datetime docs, aggravated by copy-paste-edit.Tim Peters2004-07-171-3/+3
* Formalize that the Py_VISIT macro requires that the tp_traverseTim Peters2004-07-151-5/+6
* Documented the new Py_VISIT macro to simplify implementation ofJim Fulton2004-07-141-0/+23
* Implemented a new Py_CLEAR macro. This macro should be used whenJim Fulton2004-07-141-0/+16
* Claifications: visit procs are supplied by the core, users aren'tTim Peters2004-07-131-3/+6