summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Documentation is good. Let's release more.Fred Drake2000-09-122-3/+3
|
* Make this script handle PyVarObject* functions as well as PyObject*Fred Drake2000-09-121-4/+5
| | | | functions.
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-0/+39
| | | | | | Reference manual docs for augmented assignment. This closes SourceForge patch #101418.
* Thomas Wouters <thomas@xs4all.net>:Fred Drake2000-09-121-7/+106
| | | | | Fix up some of the PyNumber_*() documentation. Add documentation for the InPlace API calls.
* Vladimir Marangozov <Vladimir.Marangozov@inrialpes.fr>:Fred Drake2000-09-122-54/+62
| | | | | | | Here are some changes to the C API docs. The memory examples & API have been updated because one malloc family is gone (Py_Malloc). You'll see other small additions to the "building new types" section for completeness and some cleanup at the end of the memory section.
* Re-wrapped some wide comments.Fred Drake2000-09-121-28/+43
| | | | Fixed Module Index generation.
* Add note that the various \see* macros are only defined in the contextFred Drake2000-09-121-0/+3
| | | | of a seealso environment.
* Change the title of the link to the document index to be more specific.Fred Drake2000-09-121-2/+2
|
* Add a reference item pointing to the Namespaces in XML recommendation.Fred Drake2000-09-121-14/+24
| | | | Convert the existing reference items to \seetitle markup.
* \seetitle: New macro for building reference list content.Fred Drake2000-09-123-4/+43
|
* When referring to namespaces, always say "namespaces" instead ofFred Drake2000-09-124-53/+54
| | | | | | "name spaces". Inconsistency noted by Keith Briggs <keith.briggs@bt.com>.
* Added documentation for PySequence_Fast() and PySequence_Fast_GET_ITEM().Fred Drake2000-09-122-0/+25
|
* When formatting the API manual, use the generated api.tex rather thanFred Drake2000-09-121-2/+2
| | | | the original, since the refcount information has been added there.
* add index entries for list comprehensionsSkip Montanaro2000-09-111-0/+2
|
* Some updates and fix a bunch of really small consistency nits.Fred Drake2000-09-111-45/+38
|
* Add documentation for the \pep and \seepep macros.Fred Drake2000-09-111-6/+21
|
* Minor tweaks to get rid of some '\XXX' remarks.Greg Ward2000-09-111-11/+12
|
* Add support for new \pep, \seepep, excclassdesc markup.Fred Drake2000-09-091-9/+68
| | | | | | | | | Update processing of module synopsis tables (found at the beginning of most chapters of the library reference) to reflect changes in the processing pattern of recent versions LaTeX2HMTL. Requires most recent change to SynopsisTable.pm. This does not fix the module index problem.
* excclassdesc: New environment. For use in documenting class-basedFred Drake2000-09-091-0/+19
| | | | | | | | exceptions which have interesting constructor signatures. \pep, \seepep: New macros. Equivalent to \rfc and \seerfc, but referring to the PEP series instead of the Internet RFC series of documents.
* Add support for a filename to record the name of the node in which theFred Drake2000-09-091-1/+15
| | | | | table will be presented. Accessor methods are used to access the attribute.
* Add a reference to the material on string methods.Fred Drake2000-09-091-1/+4
|
* Various clarifications and minor nits fixed. Affected descriptions ofFred Drake2000-09-091-7/+21
| | | | input(), locals(), reload(), unicode(), and zip().
* Really minor consistency nit.Fred Drake2000-09-091-1/+1
|
* Improve a couple of references to the language reference, making themFred Drake2000-09-091-7/+9
| | | | | | | | hyperlinks to relevant sections. Clarify the conditions under which the "softspace" attribute of file-like objects can "just work" (with relation to overriding of attribute access in user-defined classes).
* Minor clarifications in the introductory paragraph.Fred Drake2000-09-091-6/+7
|
* Add \modulesynopsis for inclusion in the list of modules at the beginningFred Drake2000-09-091-0/+6
| | | | | | | of the chapter. Add explanation that this is only available when the cycle detector is enabled at build time.
* Move the "See also" section to a location more consistent with otherFred Drake2000-09-091-6/+6
| | | | | module sections. Properly mark the name of the module in the content of the reference there.
* Move description of UserString.MutableString to a location more typicalFred Drake2000-09-091-9/+9
| | | | of the arrangement of other modules.
* Add a brief section on linking Python as an embedded scripting language.Fred Drake2000-09-081-0/+37
| | | | This closes SourceForge bug #110833.
* When building the HTML packages, make sure we pick up all the HTML filesFred Drake2000-09-081-3/+3
| | | | at the top level of the tree.
* Add a general "About" page and link to it from the index page.Fred Drake2000-09-082-0/+79
| | | | This fixes SourceForge bug #113810.
* Remove an item that no longer needs to be done for 2.0.Fred Drake2000-09-071-2/+0
|
* Make the HTML more XHTML-friendly.Fred Drake2000-09-071-22/+22
| | | | Small nits in the layout of the generated markup.
* Wrap some long lines.Fred Drake2000-09-071-10/+23
| | | | Note that \file and \filenq do not work inside section titles.
* Remove the specific date -- back in development mode.Fred Drake2000-09-071-1/+1
|
* \file is not allowed in section titles -- converting to PDF fails due toFred Drake2000-09-071-3/+3
| | | | | | | weird macro-expansion issues. A better solution may be available in the future, but this will do for now. Add an index entry. More should probably be added as well.
* Remove comment about -X and string exceptions. Error noted byFred Drake2000-09-071-2/+1
| | | | Justin D. Pettit <jpettit@raznick.com>.
* Added note about Python version this was added for.Fred Drake2000-09-071-0/+2
|
* Minor markup nits around use of \optional.Fred Drake2000-09-071-10/+10
|
* Greatly enhanced the section on creating built distributions; inGreg Ward2000-09-071-26/+169
| | | | | particular wrote up creating RPMs in detail. Other scattered improvements.
* Add new section "What About Python 1.6?"Andrew M. Kuchling2000-09-061-2/+55
| | | | Document some things in the 2.0 NEWS files that should be mentioned here.
* Removed mention of the winreg module, since it was deleted from 2.0b1Andrew M. Kuchling2000-09-061-5/+3
|
* Added a \versionadded statement to the getfqdn() description.Fred Drake2000-09-061-0/+1
|
* General overhaul of the "Creating a Source Distribution" section --Greg Ward2000-09-061-51/+80
| | | | better explanation of manifest files, in particular.
* Fix mkhowto so that the bookmarks for the PDF work for both "howto" andFred Drake2000-09-051-1/+5
| | | | "manual" class documents.
* Fix PDF generation.Fred Drake2000-09-052-4/+12
| | | | | | | The \\ introduced in the \author in boilerplate.tex broke the PDF generation because line breaks are not allowed in the "Document Info" metadata stored in the PDF file. This changes the line break to a ", " (comma-space) in that context.
* Minor nit to make this work a little better with the PDF generation fix.Fred Drake2000-09-051-2/+2
| | | | This does not change the HTML or PostScript output.
* Minor markup revisions for consistency with the rest of the documentation.Fred Drake2000-09-051-33/+33
|
* Added entry for mmap module.Fred Drake2000-09-052-0/+2
|
* Update license according to the LICENSE file in the source tree.Fred Drake2000-09-051-30/+83
|