| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add PyDict_Copy() function to C API for dicts. It returns a new | Jeremy Hylton | 2000-03-30 | 2 | -1/+8 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Convert LaTeX support to create a new class of documents. HTML generation | Fred Drake | 1998-03-03 | 1 | -2/+1 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Place C typedef for Py_complex after brief description, to be more consistent | Fred Drake | 1998-02-16 | 1 | -32/+42 |
|
|
* | 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 |
|
|
* | Remove obsolete pagenumbering / pagestyle cruft. | Fred Drake | 1998-02-13 | 1 | -5/+0 |
|
|
* | "ASCII" --> "\ASCII{}" | Fred Drake | 1998-02-12 | 1 | -3/+3 |
|
|
* | Reorganized a bit. No changed content. | Fred Drake | 1998-02-12 | 1 | -624/+617 |
|
|
* | For sections describing the "Foo Protocol", consistently use the capitalized | Fred Drake | 1998-02-12 | 1 | -2/+2 |
|
|
* | Py_Exit(status) calls exit(status), not exit(0). | Fred Drake | 1998-02-12 | 1 | -1/+1 |
|
|
* | Py_AtExit(): Added brief note about the constraint on cleanup functions not | Fred Drake | 1998-01-26 | 1 | -6/+9 |
|
|
* | Removed \mytableofcontents; just use \tableofcontents. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
|
|
* | Consistency: | Fred Drake | 1998-01-13 | 1 | -38/+38 |
|
|
* | Added openright option the the \documentclass{} for each of the manuals. | Fred Drake | 1998-01-13 | 1 | -1/+1 |
|
|
* | Revise prologue and frontmatter to use latex2e (not in 2.09 compatibility | Fred Drake | 1998-01-09 | 1 | -9/+4 |
|
|
* | Descriptions for PyRun_String(), PyRun_File(), and PyRun_CompileString() all | Fred Drake | 1998-01-02 | 1 | -4/+4 |
|
|
* | A whole bunch of typos fixed by Andrew Kuchling. | Guido van Rossum | 1997-12-30 | 1 | -22/+33 |
|
|