summaryrefslogtreecommitdiffstats
path: root/Doc/api
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrated an expanded version of some text from Neil Schemenauer aboutFred Drake2001-03-211-3/+85
* Finally fill in the documentation for the PyDict_Next() function. It isFred Drake2001-03-161-2/+20
* Document PyErr_WarnExplicit().Guido van Rossum2001-02-281-0/+9
* PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values.Fred Drake2001-02-121-7/+6
* Remove an now-false statement about there being only one type flagFred Drake2001-02-031-3/+1
* Document the PyInstance_*() functions and data.Fred Drake2001-01-282-2/+39
* Fixed a bunch of typos caught by Gilles Civario.Fred Drake2001-01-191-17/+20
* Undoing the whitespace patches which sneaked into the earlier patch.Marc-André Lemburg2001-01-171-6/+6
* This patch adds a new builtin unistr() which behaves like str()Marc-André Lemburg2001-01-171-6/+14
* The Python/C API deals in PyObject*, not PyDictObject*.Fred Drake2001-01-081-12/+12
* Markup nit: Command line options should be marked with \programopt.Fred Drake2001-01-041-2/+2
* Oops. The value "0 or +1" for the category argument of PyErr_Warn()Guido van Rossum2000-12-191-1/+1
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+11
* Document Pyerr_Warn().Guido van Rossum2000-12-191-0/+34
* In the first discussion showing how to handle exceptions from C, make theFred Drake2000-11-291-7/+11
* Added documentation for the Py_InitModule*() family of functions.Fred Drake2000-11-282-1/+47
* Updates to reflect pending changes to the XML conversion process.Fred Drake2000-11-221-1/+1
* Added exception to the rule that the buffer returned by PyString_AsString()Fred Drake2000-10-231-4/+17
* For PyErr_Format(), note that the exception parameter can be a string orFred Drake2000-10-141-2/+2
* Fix a couple of places where the descriptions of *_GET_SIZE() macros saidFred Drake2000-10-071-2/+2
* The _PyTuple_Resize() last_is_sticky flag must now always be false.Neil Schemenauer2000-10-051-6/+6
* Reversely --> ConverselyFred Drake2000-09-291-2/+2
* Note that including Python.h includes limits.h when available.Fred Drake2000-09-261-2/+2
* Added documentation for the new PyModule_*() convenience functions.Fred Drake2000-09-231-0/+26
* Added refcount information for the *_InPlace*() API series.Fred Drake2000-09-221-0/+53
* PyNumber_Coerce() returns an int, not a PyObject *.Fred Drake2000-09-221-1/+1
* Include the new text on reporting bugs in a few useful places.Fred Drake2000-09-211-0/+4
* This patch adds a new Python C API called PyString_AsStringAndSize()Marc-André Lemburg2000-09-192-0/+22
* Document new APIs PyOS_getsig() and PyOS_setsig().Guido van Rossum2000-09-161-0/+15
* Use \shortversion in a number of places.Fred Drake2000-09-141-6/+5
* Avoid reference to specific versions of Python where possible.Fred Drake2000-09-141-3/+3
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-7/+106