| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -60/+0 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -5/+0 |
|
|
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 1 | -6136/+14 |
|
|
* | Add documentation for the public API for weak reference objects. | Fred Drake | 2001-10-05 | 1 | -1/+70 |
|
|
* | Expand the documentation of the low-level tracing/profiling interface. | Fred Drake | 2001-10-03 | 1 | -2/+23 |
|
|
* | Typo fix. | Greg Ward | 2001-09-26 | 1 | -1/+1 |
|
|
* | Add more signature information and some descriptions for the new APIs | Fred Drake | 2001-09-24 | 1 | -1/+89 |
|
|
* | Added API information for the PyCallIter_*() and PySeqIter_*() functions. | Fred Drake | 2001-09-23 | 1 | -1/+59 |
|
|
* | Document all the Py*_CheckExact() functions. | Fred Drake | 2001-09-20 | 1 | -26/+160 |
|
|
* | Document the PyMethod_* type object, functions, and macros. | Fred Drake | 2001-09-06 | 1 | -0/+58 |
|
|
* | Document the rule that Python.h must be included before any standard | Fred Drake | 2001-09-06 | 1 | -0/+3 |
|
|
* | Patch #449815: Set filesystemencoding based on CODESET. | Martin v. Löwis | 2001-09-05 | 1 | -1/+5 |
|
|
* | At Guido's suggestion, here's a new C API function, PyObject_Dir(), like | Tim Peters | 2001-09-04 | 1 | -0/+10 |
|
|
* | Update documentation for GC API. Closes SF patch #421893. | Neil Schemenauer | 2001-08-30 | 1 | -29/+48 |
|
|
* | Documentation for PyString_FromFormat() and PyString_FromFormatV(). | Barry Warsaw | 2001-08-28 | 1 | -0/+28 |
|
|
* | Document PyTuple_GET_SIZE(), removing confusing sentence from PyDict_Copy() | Fred Drake | 2001-08-20 | 1 | -2/+7 |
|
|
* | Patch #427190: Implement and use METH_NOARGS and METH_O. | Martin v. Löwis | 2001-08-16 | 1 | -0/+62 |
|
|
* | Add "exceptions" to the list of fundamental modules | Fred Drake | 2001-08-14 | 1 | -3/+3 |
|
|
* | Added documentation for PyDict_Update() and PyDict_Merge(). | Fred Drake | 2001-08-10 | 1 | -1/+19 |
|
|
* | Remove the bogus flags parameter from the PyFile_WriteString() signature; | Fred Drake | 2001-08-10 | 1 | -2/+1 |
|
|
* | Added documentation for PyNumber_*FloorDivide(), PyNumber_*TrueDivide(), | Fred Drake | 2001-08-08 | 1 | -48/+138 |
|
|
* | Move away from apply() to using extended call syntax for some example | Fred Drake | 2001-08-02 | 1 | -3/+19 |
|
|
* | Typo: PyArgs_ParseTuple --> PyArg_ParseTuple | Fred Drake | 2001-07-20 | 1 | -30/+62 |
|
|
* | Adding what's done of the documentation for the new profiling & | Fred Drake | 2001-07-17 | 1 | -0/+53 |
|
|
* | Oops, one more caret. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Fix the markup of the caret charater in a couple of places; LaTeX's | Fred Drake | 2001-07-14 | 1 | -2/+2 |
|
|
* | Move the section on concrete numeric objects before the section on | Fred Drake | 2001-07-11 | 1 | -249/+249 |
|
|
* | Document PyObject_New(), PyObject_NewVar(), PyObject_Init(), | Fred Drake | 2001-07-10 | 1 | -24/+97 |
|
|
* | Fix for SF bug #436525, reported by Greg Kochanski: | Thomas Wouters | 2001-07-09 | 1 | -2/+2 |
|
|
* | Move license information to a less annoying location in the document. | Fred Drake | 2001-06-20 | 1 | -0/+13 |
|
|
* | Explained more differences between PyList_SetItem() and PyList_SET_ITEM(). | Fred Drake | 2001-06-03 | 1 | -2/+7 |
|
|
* | Users of PySequence_GET_FAST() should get the length of the sequence using | Fred Drake | 2001-05-29 | 1 | -1/+1 |
|
|
* | Do not start API descriptions with "Does the same, but ..." -- actually | Fred Drake | 2001-05-29 | 1 | -10/+13 |
|
|
* | Add documentation for Py_Main() and PyThreadState_GetDict(). | Fred Drake | 2001-05-21 | 1 | -0/+21 |
|
|
* | Typo: "that" --> "than" | Fred Drake | 2001-05-21 | 1 | -1/+1 |
|
|
* | This patch changes the way the string .encode() method works slightly | Marc-André Lemburg | 2001-05-15 | 1 | -7/+21 |
|
|
* | Hmm... better add a version annotation for the Iterator Protocol section. | Fred Drake | 2001-05-07 | 1 | -0/+2 |
|
|
* | Added documentation for PyIter_Check() and PyIter_Next(). | Fred Drake | 2001-05-07 | 1 | -1/+39 |
|
|
* | This patch originated from an idea by Martin v. Loewis who submitted a | Marc-André Lemburg | 2001-04-23 | 1 | -1/+3 |
|
|
* | Michael Hudson: | Fred Drake | 2001-04-13 | 1 | -1/+23 |
|
|
* | Work around the conversion of ">>" and "<<" to guillemets. Reported by Ping. | Fred Drake | 2001-04-13 | 1 | -4/+4 |
|
|
* | Correct the documentation for getreadbufferproc and getwritebufferproc. | Greg Stein | 2001-04-07 | 1 | -5/+6 |
|
|
* | Document PySequence_Size(), and describe PySequence_Length() as simply an | Fred Drake | 2001-04-04 | 1 | -1/+5 |
|
|
* | Added documentation for PyObject_IsInstance() and PyObject_IsSubclass(). | Fred Drake | 2001-03-28 | 1 | -0/+36 |
|
|
* | Strengthen the constraints on calling PyObject_GC_Fini(). | Fred Drake | 2001-03-23 | 1 | -0/+5 |
|
|
* | Be more clear about the specific rules for supporting the cyclic GC in an | Fred Drake | 2001-03-22 | 1 | -4/+126 |
|
|
* | Integrated an expanded version of some text from Neil Schemenauer about | Fred Drake | 2001-03-21 | 1 | -3/+85 |
|
|
* | Finally fill in the documentation for the PyDict_Next() function. It is | Fred Drake | 2001-03-16 | 1 | -2/+20 |
|
|
* | Document PyErr_WarnExplicit(). | Guido van Rossum | 2001-02-28 | 1 | -0/+9 |
|
|
* | PyTuple_*() functions take PyObject* parameters, not PyTupleObject* values. | Fred Drake | 2001-02-12 | 1 | -7/+6 |
|
|