summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* [Patch #1490989 from Skip Montanaro] Mention debugging builds in the API doc...Andrew M. Kuchling2006-07-292-5/+56
* Document the correct return type of PyLong_AsUnsignedLongLongMask.Thomas Heller2006-07-061-1/+1
* Bug #805015: doc error in PyUnicode_FromEncodedObject.Georg Brandl2006-06-141-15/+8
* Patch #1455898: Incremental mode for "mbcs" codec.Martin v. Löwis2006-06-141-0/+12
* Clarify documentation for bf_getcharbuffer.Brett Cannon2006-06-071-6/+10
* Patch 1494554: Update numeric properties to Unicode 4.1.Martin v. Löwis2006-05-271-1/+1
* Exception isn't the root of all exception classes anymore.Georg Brandl2006-05-261-2/+3
* Add a x-ref to newer calling APIs.Georg Brandl2006-05-251-0/+4
* Someone seems to just have copy-pasted the docs ofGeorg Brandl2006-05-251-4/+4
* PyErr_NewException now accepts a tuple of base classes as itsGeorg Brandl2006-05-231-1/+2
* Typo repair.Tim Peters2006-05-132-2/+2
* Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatVTim Peters2006-05-132-22/+57
* SF patch #1473132: Improve docs for tp_clear and tp_traverse,Tim Peters2006-05-121-4/+84
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-031-1/+1
* Documentation bug: PySet_Pop() returns a new reference (because theArmin Rigo2006-05-021-1/+1
* fix markup glitchGeorge Yoshida2006-04-281-1/+1
* Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR,Martin v. Löwis2006-04-142-20/+1
* Stop claiming that Py_Finalize releases all memory.Martin v. Löwis2006-04-131-1/+4
* Patch #837242: id() for large ptr should return a long.Martin v. Löwis2006-04-101-1/+5
* Bug #1464658: make clear that PyList_GetItem doesn't take negative indices.Georg Brandl2006-04-061-2/+3
* Fix typos.Walter Dörwald2006-03-311-2/+2
* SF patch #1458476 with modifications based on discussions in python-dev. ThisBarry Warsaw2006-03-301-4/+3
* fill in refcount information for APIs first documented in Python 2.5Fred Drake2006-03-301-0/+9
* merge revision 43437 from the release24-maint branch:Fred Drake2006-03-302-0/+115
* Document change made to number of preallocated integers.Georg Brandl2006-03-271-1/+1
* Show an example of calling a named set method.Raymond Hettinger2006-03-201-2/+2
* Move version added tag from PyObject_Length/Size to PyNumber_Index.Neal Norwitz2006-03-081-1/+1
* Checking in the code for PEP 357.Guido van Rossum2006-03-071-0/+5
* Document PEP 352 changes. Also added GeneratorExit.Brett Cannon2006-03-011-2/+6
* Fix warning that texcheck complained about.Martin v. Löwis2006-03-011-1/+1
* markup glitch (spotted by George Yoshida)Fredrik Lundh2006-03-011-1/+1
* Document new Py_ssize_t API.Martin v. Löwis2006-03-012-1/+27
* Make documentation match the implementation.Martin v. Löwis2006-03-016-167/+168
* Fix casing of function names.Georg Brandl2006-02-221-3/+3
* fix typoGeorg Brandl2006-02-211-1/+1
* Bug #1013800: document PyFunction_* functionsGeorg Brandl2006-02-202-11/+112
* Patch #1415507: clarify docs on reference stealingGeorg Brandl2006-02-181-3/+13
* Bug #1432350: arrayobject should use PyObject_VAR_HEADGeorg Brandl2006-02-171-1/+1
* SF#1383115Fredrik Lundh2005-12-181-0/+5
* Add versionadded infoNeal Norwitz2005-12-181-0/+1
* Expose Subversion revision number (calculated via "svnversion .") to Python.Barry Warsaw2005-12-181-0/+6
* bug #1281408: make Py_BuildValue work with unsigned longs and long longsGeorg Brandl2005-11-241-2/+24
* Remove .cvsignore files, as they live in svn:ignoreMartin v. Löwis2005-10-301-3/+0
* SF bug #1323739, C API doc for PySequence_Tuple duplicatedNeal Norwitz2005-10-121-9/+5
* Clarify the docs for Py_UNICODE.Marc-André Lemburg2005-10-101-6/+16
* Part of SF patch #1313939: Speedup charmap decoding by extendingWalter Dörwald2005-10-061-1/+6
* bug [ 1306449 ] PyString_AsStringAndSize() return value documented wrongGeorg 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-251/+251
* Fix PySet_Pop() notes.Raymond Hettinger2005-08-211-2/+1