Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added reference count information for Py_FindMethod(). | Fred Drake | 2000-04-10 | 1 | -0/+5 |
| | |||||
* | Yet another markup nit: functions that are part of the Python/C API | Fred Drake | 2000-04-10 | 1 | -3/+5 |
| | | | | are still C functions, and should be marked. | ||||
* | PyErr_Format(): | Fred Drake | 2000-04-10 | 1 | -1/+0 |
| | | | | | Remove statement that the return value is always NULL; this is generated by the formatting. | ||||
* | document PyErr_Format | Jeremy Hylton | 2000-04-10 | 2 | -0/+16 |
| | |||||
* | Add to the comment a description of the "null" value for returned | Fred Drake | 2000-04-10 | 1 | -1/+4 |
| | | | | PyObject* values. | ||||
* | The reference count field for PyErr_NoMemory() and | Fred Drake | 2000-04-10 | 1 | -2/+2 |
| | | | | PyErr_SetFromErrno() should be "null". | ||||
* | Marc-Andre Lemburg <mal@lemburg.com>: | Fred Drake | 2000-04-06 | 1 | -0/+712 |
| | | | | API documentation for Unicode support from C. | ||||
* | Merge in changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -654/+1297 |
| | | | | Hopefully I got all this right! | ||||
* | Merged changes from the 1.5.2p2 release. | Fred Drake | 2000-04-03 | 1 | -3/+24 |
| | |||||
* | 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 | 2 | -1/+8 |
| | | | | dictionary that contains the same key/value pairs as p. | ||||
* | 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 |
| | |||||
* | Added note that Skip created the initial version of this file. | Fred Drake | 1999-10-20 | 1 | -17/+14 |
| | | | | Fixed up a few of his ??? comments. | ||||
* | Initial version as provided by Skip Montanaro <skip@mojam.com>. | Fred Drake | 1999-10-20 | 1 | -0/+906 |
| | |||||
* | Clarified start parameter to Py_CompileString, documented | Fred Drake | 1999-08-23 | 1 | -5/+24 |
| | | | | | | Py_eval_input, Py_file_input, and Py_single_input. Problems reported by Aaron Brancotti <aaron@icona.it>. | ||||
* | Started documentation on buffer objects & types. Very preliminary. | Fred Drake | 1999-08-04 | 1 | -1/+66 |
| | | | | Greg Stein: Please help with this; it's your baby! | ||||
* | Removed PyMapping_Clear() -- it was wishful thinking and serves no | Guido van Rossum | 1999-08-02 | 1 | -6/+0 |
| | | | | great purpose. | ||||
* | PyCObject_FromVoidPtr(): Clarify that the destr function will only be | Fred Drake | 1999-05-13 | 1 | -1/+2 |
| | | | | called on destruction is non-NULL. | ||||
* | 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 |
| | | | | first parameter to PyString_Concat(). | ||||
* | Markup nits. | Fred Drake | 1999-02-15 | 1 | -87/+83 |
| | | | | | Added section on module objects; described functions in moduleobject.c. | ||||
* | Header for PyObject_DelItem() mentioned non-existing 3rd argument. | Guido van Rossum | 1999-01-22 | 1 | -1/+1 |
| | |||||
* | Ignore the byproducts of SGML/XML conversions for now. | Fred Drake | 1998-12-01 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | | | PyInterpreterState_New() and PyThreadState_New() -- but that you may use it to serialize calls to them. | ||||
* | 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 |
| | | | | I suppose we really do need a markup guide. -sigh- | ||||
* | 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 |
| | | | | | | Typo: (but not to the tuple or list into which the item it put!) -- is put Thanks, AMK! | ||||
* | In descriptions of Py_GetPrefix() and Py_GetExecPrefix(), make sure the | Fred Drake | 1998-04-12 | 1 | -5/+5 |
| | | | | | "--" at the start of the configure options isn't collapsed to "-" when the HTML is generated. | ||||
* | Don't assume that \version expands to the 3-character major.minor number; it | Fred Drake | 1998-04-09 | 1 | -2/+2 |
| | | | | is the full release version name ("1.5.1beta1", for instance). | ||||
* | Capitalize "Python" for consistency. | Fred Drake | 1998-04-03 | 1 | -1/+1 |
| | |||||
* | Markup consistency & nits. | Fred Drake | 1998-04-02 | 1 | -166/+151 |
| | | | | | | | | | | | | | | | Fix typo in a C code example: KeyError is spelled PyExc_KeyError in C; the "K" is upper case! Some index entries. On function signatures, always use parameter names. Make return types match what's in the header files. When the return type is a pointer, always omit the space between te type name and the "*"; leaving it in results in type * func(..) and having two spaces there just looks terrible. | ||||
* | 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 |
| | |||||
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -2/+1 |
| | | | | | | | | now requires LaTeX2HTML 98.1p1 or newer (& and is still in progress). This means that doing things to change the formatting of the manuals (at the "normal user" level, like A4 paper), can happen in just one place, rather than in each document file. | ||||
* | Added \label{}s for logical addressing. | Fred Drake | 1998-02-26 | 1 | -0/+44 |
| | |||||
* | PyFile_FromFile() description: make sure the closing brace for the arguments | Fred Drake | 1998-02-25 | 1 | -1/+1 |
| | | | | comes after the arguments are complete. | ||||
* | Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>. | Fred Drake | 1998-02-20 | 1 | -1/+1 |
| | |||||
* | Removed various "(New in 1.5a?!)" constructs. Other notes pertaining to | Fred Drake | 1998-02-16 | 1 | -22/+3 |
| | | | | versioning remain intact. | ||||
* | Place C typedef for Py_complex after brief description, to be more consistent | Fred Drake | 1998-02-16 | 1 | -32/+42 |
| | | | | | | with the other example of a structure description (struct _frozen). Added index entries for the modules referenced in the document. | ||||
* | Added index enties for the Python built-in functions, where appropriate. | Fred Drake | 1998-02-16 | 1 | -12/+15 |
| | |||||
* | Lots of nitty-gritty stuff: | Fred Drake | 1998-02-16 | 1 | -634/+684 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use \emph{} when referring to title of any of the Python manuals, like is done in the other manuals. In some places, use \emph{} or \dfn{} instead of ``...''. Use \samp{} instead of \code{} when marking identifier prefixes. Use logical markup wherever it made sense. Fixed a bunch of typos. In several places, use "---" instead of "--" to get the emdash. Start sentences with capital letters and end them with periods, as needed. "it's" --> "its" in many places: "it's" it *always* a contraction of "it is", and "its" should always be used for the possessive. "don't" --> "doesn't" "should discards any" --> "should discard any" In C function descriptions, use \var{} to mark parameters in the running text instead of \code{}. This matches usage in the other manauls better, and is more consistent with the formatting of the function signatures. Lots of little changes to implement this. Lots of fixups needed due to appearant heavy cut-&-paste in the orignal document. Mention that the exception objects may be either classes or strings, depending on the use of -X; they were unequivocally stated to be strings in the section "Standard Exceptions". "mkvalue()" --> "Py_BuildValue()" Description of PyNumber_Power() indicates that the third value is option, but not how to indicate that it was omitted. Clarified. Explain the behavior of PyString_FromStringAndSize() if the buffer is NULL. Explain the Py_complex structure a little (tell what it's used for) and use a {verbatim} environment for the structure definition itself. Fix explanation of PyFile_SoftSpace(). Update the example version string to 1.5. Combined the sections on defining new object types. | ||||
* | Remove obsolete pagenumbering / pagestyle cruft. | Fred Drake | 1998-02-13 | 1 | -5/+0 |
| | |||||
* | "ASCII" --> "\ASCII{}" | Fred Drake | 1998-02-12 | 1 | -3/+3 |
| |