summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* Expand the documentation of the low-level tracing/profiling interface.Fred Drake2001-10-031-2/+23
* Typo fix.Greg Ward2001-09-261-1/+1
* Add more signature information and some descriptions for the new APIsFred Drake2001-09-241-1/+89
* Add more reference count information.Fred Drake2001-09-241-0/+28
* Added API information for the PyCallIter_*() and PySeqIter_*() functions.Fred Drake2001-09-232-1/+66
* Document all the Py*_CheckExact() functions.Fred Drake2001-09-202-26/+174
* Fix parameter for PyInt_Check().Fred Drake2001-09-061-1/+31
* Document the PyMethod_* type object, functions, and macros.Fred Drake2001-09-061-0/+58
* Document the rule that Python.h must be included before any standardFred Drake2001-09-061-0/+3
* Patch #449815: Set filesystemencoding based on CODESET.Martin v. Löwis2001-09-051-1/+5
* At Guido's suggestion, here's a new C API function, PyObject_Dir(), likeTim Peters2001-09-041-0/+10
* Update documentation for GC API. Closes SF patch #421893.Neil Schemenauer2001-08-301-29/+48
* Refcount info for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+8
* Documentation for PyString_FromFormat() and PyString_FromFormatV().Barry Warsaw2001-08-281-0/+28
* Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy()Fred Drake2001-08-201-2/+7
* Patch #427190: Implement and use METH_NOARGS and METH_O.Martin v. Löwis2001-08-161-0/+62
* Add "exceptions" to the list of fundamental modulesFred Drake2001-08-141-3/+3
* Added documentation for PyDict_Update() and PyDict_Merge().Fred Drake2001-08-101-1/+19
* Remove the bogus flags parameter from the PyFile_WriteString() signature;Fred Drake2001-08-101-2/+1
* Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(),Fred Drake2001-08-081-48/+138
* Reference counting information for PyNumber_*FloorDivide() andFred Drake2001-08-081-0/+16
* Move away from apply() to using extended call syntax for some exampleFred Drake2001-08-021-3/+19
* Typo: PyArgs_ParseTuple --> PyArg_ParseTupleFred Drake2001-07-201-30/+62
* Added information on Py_BuildValue().Fred Drake2001-07-201-0/+3
* Adding what's done of the documentation for the new profiling &Fred Drake2001-07-171-0/+53
* Oops, one more caret.Fred Drake2001-07-141-1/+1
* Fix the markup of the caret charater in a couple of places; LaTeX'sFred Drake2001-07-141-2/+2
* Move the section on concrete numeric objects before the section onFred Drake2001-07-111-249/+249
* Corrected the refcount information for PyList_SET_ITEM().Fred Drake2001-07-101-1/+1
* Document PyObject_New(), PyObject_NewVar(), PyObject_Init(),Fred Drake2001-07-101-24/+97
* Fix for SF bug #436525, reported by Greg Kochanski:Thomas Wouters2001-07-091-2/+2
* More reference count information.Fred Drake2001-07-061-1/+9
* Move license information to a less annoying location in the document.Fred Drake2001-06-201-0/+13
* Explained more differences between PyList_SetItem() and PyList_SET_ITEM().Fred Drake2001-06-031-2/+7
* Users of PySequence_GET_FAST() should get the length of the sequence usingFred Drake2001-05-291-1/+1
* Removed information on the old third parameter to _PyTuple_Resize().Fred Drake2001-05-291-1/+20
* Do not start API descriptions with "Does the same, but ..." -- actuallyFred Drake2001-05-291-10/+13
* Add documentation for Py_Main() and PyThreadState_GetDict().Fred Drake2001-05-211-0/+21
* Typo: "that" --> "than"Fred Drake2001-05-211-1/+1
* This patch changes the way the string .encode() method works slightlyMarc-André Lemburg2001-05-151-7/+21
* Hmm... better add a version annotation for the Iterator Protocol section.Fred Drake2001-05-071-0/+2
* Added documentation for PyIter_Check() and PyIter_Next().Fred Drake2001-05-071-1/+39
* This patch originated from an idea by Martin v. Loewis who submitted aMarc-André Lemburg2001-04-231-1/+3
* Michael Hudson:Fred Drake2001-04-131-1/+23
* Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping.Fred Drake2001-04-131-4/+4
* Correct the documentation for getreadbufferproc and getwritebufferproc.Greg Stein2001-04-071-5/+6
* Document PySequence_Size(), and describe PySequence_Length() as simply anFred Drake2001-04-041-1/+5
* Added documentation for PyObject_IsInstance() and PyObject_IsSubclass().Fred Drake2001-03-281-0/+36
* Strengthen the constraints on calling PyObject_GC_Fini().Fred Drake2001-03-231-0/+5
* Be more clear about the specific rules for supporting the cyclic GC in anFred Drake2001-03-221-4/+126