| Commit message (Expand) | Author | Age | Files | Lines |
* | SF bug #1323739, C API doc for PySequence_Tuple duplicated | Neal Norwitz | 2005-10-12 | 1 | -9/+5 |
|
|
* | [Bug #991883] Document calling condition | Andrew M. Kuchling | 2004-08-07 | 1 | -1/+2 |
|
|
* | [Bug #984017] Incorrect prototype, fixed by Timothy Stranex | Andrew M. Kuchling | 2004-07-07 | 1 | -2/+2 |
|
|
* | [Bug #936837] Add missing word | Andrew M. Kuchling | 2004-06-05 | 1 | -1/+1 |
|
|
* | SF bug #936827: PyNumber_And() 's description | Raymond Hettinger | 2004-04-17 | 1 | -1/+1 |
|
|
* | Use a new macro, PySequence_Fast_ITEMS to factor out code common to | Raymond Hettinger | 2004-03-12 | 1 | -0/+7 |
|
|
* | Fix small factual error. | Raymond Hettinger | 2004-01-04 | 1 | -1/+1 |
|
|
* | SF patch #838938: Typos in the docs (Extending/Embedding + Python/C API) | Raymond Hettinger | 2003-12-07 | 1 | -1/+1 |
|
|
* | Fix minor LaTeX bug of not ending a \NULL{} with the curly braces to get the | Brett Cannon | 2003-09-07 | 1 | -1/+1 |
|
|
* | SF patch #783807: Clarify PySequence_Setitem ref counting | Raymond Hettinger | 2003-08-09 | 1 | -1/+2 |
|
|
* | As discussed on python-dev, revised docs to note that | Raymond Hettinger | 2003-04-16 | 1 | -1/+8 |
|
|
* | Minor markup adjustments. | Fred Drake | 2003-04-09 | 1 | -3/+2 |
|
|
* | Try to discourage use of PyObject_Type(). | Guido van Rossum | 2003-04-09 | 1 | -0/+5 |
|
|
* | Include version annotation for PyObject_Call(). | Fred Drake | 2003-01-25 | 1 | -0/+1 |
|
|
* | Enhance issubclass() and PyObject_IsSubclass() so that a tuple is | Walter Dörwald | 2002-12-12 | 1 | -3/+8 |
|
|
* | Document that the second argument to PyObject_IsInstance | Walter Dörwald | 2002-12-06 | 1 | -3/+7 |
|
|
* | Change int() so that passing a string, unicode, float or long argument | Walter Dörwald | 2002-11-19 | 1 | -2/+3 |
|
|
* | Fix API typo. The write buffer is not const. Closes SF 606216. | Raymond Hettinger | 2002-09-08 | 1 | -1/+1 |
|
|
* | Fix SF bug 587012, doc mentions inexistent builtin unistr | Neal Norwitz | 2002-07-28 | 1 | -2/+2 |
|
|
* | Clean up descriptions of PyObject_RichCompare() and PyObject_RichCompareBool() | Fred Drake | 2002-06-14 | 1 | -8/+8 |
|
|
* | Add documentation for PyObject_RichCompare() and PyObject_RichCompareBool(), | Fred Drake | 2002-06-13 | 1 | -0/+42 |
|
|
* | Add version annotation for PySequence_ITEM(). | Fred Drake | 2002-05-23 | 1 | -1/+2 |
|
|
* | Patch #552433: Special-case tuples. Avoid sub-type checking for lists. | Martin v. Löwis | 2002-05-08 | 1 | -0/+7 |
|
|
* | Clarify the return value of PyObject_IsInstance(). | Fred Drake | 2002-04-23 | 1 | -8/+9 |
|
|
* | Add documentation for PyObject_Call(). | Fred Drake | 2002-04-15 | 1 | -0/+16 |
|
|
* | Correct the descriptions of the PyObject_As*Buffer() return values. | Fred Drake | 2002-04-04 | 1 | -6/+6 |
|
|
* | Documentation for PyObject_GetIter(), contributed by Greg Chapman | Fred Drake | 2002-03-11 | 1 | -3/+18 |
|
|
* | Close an improperly-closed verbatim environment. | Fred Drake | 2001-12-26 | 1 | -3/+6 |
|
|
* | Clean up some markup cruft. A number of the macros that take no | Fred Drake | 2001-11-28 | 1 | -2/+2 |
|
|
* | Fix obvious typos. | Thomas Heller | 2001-11-12 | 1 | -3/+3 |
|
|
* | Added version annotations, remove hard tabs. | Fred Drake | 2001-11-09 | 1 | -7/+11 |
|
|
* | Add PyObject_CheckReadBuffer(), which returns true if its argument | Jeremy Hylton | 2001-11-09 | 1 | -0/+39 |
|
|
* | PyObject_CallFunctionObArgs() ---> PyObject_CallFunctionObjArgs() | Fred Drake | 2001-10-28 | 1 | -7/+7 |
|
|
* | Added docs for PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs(). | Fred Drake | 2001-10-26 | 1 | -11/+32 |
|
|
* | Generalize dictionary() to accept a sequence of 2-sequences. At the | Tim Peters | 2001-10-26 | 1 | -5/+12 |
|
|
* | Break the Python/C API manual into smaller files by chapter. This manual | Fred Drake | 2001-10-12 | 1 | -0/+842 |
|
|