| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM(). | Fred Drake | 2000-09-12 | 1 | -0/+17 |
|
|
| * | Update documentation for PyErr_Format, because the function has changed. | Moshe Zadka | 2000-09-01 | 1 | -9/+19 |
|
|
| * | Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and | Fred Drake | 2000-09-01 | 1 | -1/+39 |
|
|
| * | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -0/+11 |
|
|
| * | Document PyOS_CheckStack(). | Fred Drake | 2000-08-31 | 1 | -2/+12 |
|
|
| * | In the section on the "Very High Level Layer", address concerns brought up | Fred Drake | 2000-08-14 | 1 | -0/+9 |
|
|
| * | PyRun_InteractiveOne(), | Fred Drake | 2000-08-11 | 1 | -2/+20 |
|
|
| * | ANY becomes void, to reflect the requirement for ANSI C. | Fred Drake | 2000-08-11 | 1 | -18/+11 |
|
|
| * | Document PyObject_AsFileDescriptor | Andrew M. Kuchling | 2000-07-13 | 1 | -0/+7 |
|
|
| * | Added docs for the new Unicode and string APIs. | Marc-André Lemburg | 2000-07-07 | 1 | -7/+52 |
|
|
| * | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-07-03 | 1 | -1/+9 |
|
|
| * | Uncomment some additions from Vladimir pertinent to 2.0 but not 1.5.2. | Fred Drake | 2000-06-30 | 1 | -8/+7 |
|
|
| * | Update comments relating to the removal of the -X option and of string | Fred Drake | 2000-06-29 | 1 | -16/+11 |
|
|
| * | Added documentation for PyOS_AfterFork(). | Fred Drake | 2000-06-28 | 1 | -0/+7 |
|
|
| * | Markup consistency nits. | Fred Drake | 2000-06-18 | 1 | -89/+43 |
|
|
| * | Updates from Marc-Andre Lemburg <mal@leburg.com> for the Unicode support. | Fred Drake | 2000-06-16 | 1 | -2/+2 |
|
|
| * | Documented PySequence_List() and PySequence_Tuple(). | Fred Drake | 2000-06-16 | 1 | -20/+54 |
|
|
| * | Yet another markup nit: functions that are part of the Python/C API | Fred Drake | 2000-04-10 | 1 | -3/+5 |
|
|
| * | PyErr_Format(): | Fred Drake | 2000-04-10 | 1 | -1/+0 |
|
|
| * | document PyErr_Format | Jeremy Hylton | 2000-04-10 | 1 | -0/+11 |
|
|
| * | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
|
|
| * | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -654/+1297 |
|
|
| * | Improve explanation of reference counts for PyString_Concat(). | Fred Drake | 2000-03-31 | 1 | -2/+3 |
|
|
| * | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 1 | -0/+4 |
|
|
| * | Missed a couple of program options that had been marked by \code. | Fred Drake | 1999-11-09 | 1 | -4/+4 |
|
|
| * | Use \citetitle and \programopt as appropriate. | Fred Drake | 1999-11-09 | 1 | -17/+18 |
|
|
| * | Clarified start parameter to Py_CompileString, documented | Fred Drake | 1999-08-23 | 1 | -5/+24 |
|
|
| * | Started documentation on buffer objects & types. Very preliminary. | Fred Drake | 1999-08-04 | 1 | -1/+66 |
|
|
| * | Removed PyMapping_Clear() -- it was wishful thinking and serves no | Guido van Rossum | 1999-08-02 | 1 | -6/+0 |
|
|
| * | PyCObject_FromVoidPtr(): Clarify that the destr function will only be | Fred Drake | 1999-05-13 | 1 | -1/+2 |
|
|
| * | Fill in a few holes in the "Very High Level" chapter. | Fred Drake | 1999-04-29 | 1 | -0/+37 |
|
|
| * | Updated list of standard exceptions in section 4.1. | Fred Drake | 1999-02-17 | 1 | -0/+3 |
|
|
| * | Be explicit about the reference count of the original value of the | Fred Drake | 1999-02-15 | 1 | -2/+6 |
|
|
| * | Markup nits. | Fred Drake | 1999-02-15 | 1 | -87/+83 |
|
|
| * | Header for PyObject_DelItem() mentioned non-existing 3rd argument. | Guido van Rossum | 1999-01-22 | 1 | -1/+1 |
|
|
| * | Warn that AddModule doesn't import the module. | Guido van Rossum | 1998-11-02 | 1 | -1/+6 |
|
|
| * | PyMapping_SetItemString() returns int, not an object. | Guido van Rossum | 1998-10-16 | 1 | -1/+1 |
|
|
| * | Clarify that the Python interpreter lock need *not* be held by | Guido van Rossum | 1998-08-07 | 1 | -3/+5 |
|
|
| * | Update to use a separate page for front matter. | Fred Drake | 1998-07-28 | 1 | -0/+4 |
|
|
| * | Fred's right -- we need PyList_SET_ITEM(). | Guido van Rossum | 1998-04-24 | 1 | -0/+5 |
|
|
| * | Convert recent additions to use new, "logical" markup. | Fred Drake | 1998-04-23 | 1 | -128/+132 |
|
|
| * | Filled in some more blanks, with the help of Drew Csillag. | Guido van Rossum | 1998-04-21 | 1 | -29/+93 |
|
|
| * | Some patches by Drew Csillag; plus a few of my own uncommitted changes. | Guido van Rossum | 1998-04-14 | 1 | -2/+49 |
|
|
| * | Typo: (and often severly limited) -- severely | Fred Drake | 1998-04-13 | 1 | -2/+2 |
|
|
| * | In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the | Fred Drake | 1998-04-12 | 1 | -5/+5 |
|
|
| * | Don't assume that \version expands to the 3-character major.minor number; it | Fred Drake | 1998-04-09 | 1 | -2/+2 |
|
|
| * | Capitalize "Python" for consistency. | Fred Drake | 1998-04-03 | 1 | -1/+1 |
|
|
| * | Markup consistency & nits. | Fred Drake | 1998-04-02 | 1 | -166/+151 |
|
|
| * | Revert the index stuff to work better with LaTeX2HTML. | Fred Drake | 1998-03-17 | 1 | -1/+1 |
|
|
| * | Adjust the index inclusion for the new index support. | Fred Drake | 1998-03-09 | 1 | -1/+1 |
|
|