Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | excclassdesc: New environment. For use in documenting class-based | Fred Drake | 2000-09-09 | 1 | -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 the | Fred Drake | 2000-09-09 | 1 | -1/+15 |
| | | | | | table will be presented. Accessor methods are used to access the attribute. | ||||
* | Add a reference to the material on string methods. | Fred Drake | 2000-09-09 | 1 | -1/+4 |
| | |||||
* | Various clarifications and minor nits fixed. Affected descriptions of | Fred Drake | 2000-09-09 | 1 | -7/+21 |
| | | | | input(), locals(), reload(), unicode(), and zip(). | ||||
* | Really minor consistency nit. | Fred Drake | 2000-09-09 | 1 | -1/+1 |
| | |||||
* | Improve a couple of references to the language reference, making them | Fred Drake | 2000-09-09 | 1 | -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 Drake | 2000-09-09 | 1 | -6/+7 |
| | |||||
* | Add \modulesynopsis for inclusion in the list of modules at the beginning | Fred Drake | 2000-09-09 | 1 | -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 other | Fred Drake | 2000-09-09 | 1 | -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 typical | Fred Drake | 2000-09-09 | 1 | -9/+9 |
| | | | | of the arrangement of other modules. | ||||
* | Add a brief section on linking Python as an embedded scripting language. | Fred Drake | 2000-09-08 | 1 | -0/+37 |
| | | | | This closes SourceForge bug #110833. | ||||
* | When building the HTML packages, make sure we pick up all the HTML files | Fred Drake | 2000-09-08 | 1 | -3/+3 |
| | | | | at the top level of the tree. | ||||
* | Add a general "About" page and link to it from the index page. | Fred Drake | 2000-09-08 | 2 | -0/+79 |
| | | | | This fixes SourceForge bug #113810. | ||||
* | Remove an item that no longer needs to be done for 2.0. | Fred Drake | 2000-09-07 | 1 | -2/+0 |
| | |||||
* | Make the HTML more XHTML-friendly. | Fred Drake | 2000-09-07 | 1 | -22/+22 |
| | | | | Small nits in the layout of the generated markup. | ||||
* | Wrap some long lines. | Fred Drake | 2000-09-07 | 1 | -10/+23 |
| | | | | Note that \file and \filenq do not work inside section titles. | ||||
* | Remove the specific date -- back in development mode. | Fred Drake | 2000-09-07 | 1 | -1/+1 |
| | |||||
* | \file is not allowed in section titles -- converting to PDF fails due to | Fred Drake | 2000-09-07 | 1 | -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 by | Fred Drake | 2000-09-07 | 1 | -2/+1 |
| | | | | Justin D. Pettit <jpettit@raznick.com>. | ||||
* | Added note about Python version this was added for. | Fred Drake | 2000-09-07 | 1 | -0/+2 |
| | |||||
* | Minor markup nits around use of \optional. | Fred Drake | 2000-09-07 | 1 | -10/+10 |
| | |||||
* | Greatly enhanced the section on creating built distributions; in | Greg Ward | 2000-09-07 | 1 | -26/+169 |
| | | | | | particular wrote up creating RPMs in detail. Other scattered improvements. | ||||
* | Add new section "What About Python 1.6?" | Andrew M. Kuchling | 2000-09-06 | 1 | -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.0b1 | Andrew M. Kuchling | 2000-09-06 | 1 | -5/+3 |
| | |||||
* | Added a \versionadded statement to the getfqdn() description. | Fred Drake | 2000-09-06 | 1 | -0/+1 |
| | |||||
* | General overhaul of the "Creating a Source Distribution" section -- | Greg Ward | 2000-09-06 | 1 | -51/+80 |
| | | | | better explanation of manifest files, in particular. | ||||
* | Fix mkhowto so that the bookmarks for the PDF work for both "howto" and | Fred Drake | 2000-09-05 | 1 | -1/+5 |
| | | | | "manual" class documents. | ||||
* | Fix PDF generation. | Fred Drake | 2000-09-05 | 2 | -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 Drake | 2000-09-05 | 1 | -2/+2 |
| | | | | This does not change the HTML or PostScript output. | ||||
* | Minor markup revisions for consistency with the rest of the documentation. | Fred Drake | 2000-09-05 | 1 | -33/+33 |
| | |||||
* | Added entry for mmap module. | Fred Drake | 2000-09-05 | 2 | -0/+2 |
| | |||||
* | Update license according to the LICENSE file in the source tree. | Fred Drake | 2000-09-05 | 1 | -30/+83 |
| | |||||
* | Set the date. | Fred Drake | 2000-09-05 | 1 | -1/+1 |
| | |||||
* | Fleshed out the section on the setup config file, setup.cfg. | Greg Ward | 2000-09-04 | 1 | -26/+139 |
| | | | | | Added a few clarifying footnotes and cross-references. Various minor tweaks. | ||||
* | Various corrections pointed out by Detlef Lannert | Andrew M. Kuchling | 2000-09-04 | 1 | -30/+30 |
| | |||||
* | Update documentation for PyErr_Format, because the function has changed. | Moshe Zadka | 2000-09-01 | 1 | -9/+19 |
| | | | | Connected to patch 100895 | ||||
* | Document the new optional argument "rest" on the transfercmd(), | Barry Warsaw | 2000-09-01 | 1 | -5/+22 |
| | | | | | ntransfercmd(), and retrbinary() commands. This closes SF patch #101187. | ||||
* | Document PyImport_AppendInittab(), PyImport_ExtendInittab(), and | Fred Drake | 2000-09-01 | 1 | -1/+39 |
| | | | | | | struct _inittab. This closes SourceForge bug #111499. | ||||
* | refactor __del__ exception handler into PyErr_WriteUnraisable | Jeremy Hylton | 2000-09-01 | 1 | -0/+11 |
| | | | | | add sanity check to gc: if an exception occurs during GC, call PyErr_WriteUnraisable and then call Py_FatalEror. | ||||
* | Fix markup error and minor consistency nit. | Fred Drake | 2000-08-31 | 1 | -2/+2 |
| | |||||
* | add user-modifiable recursion_limit | Jeremy Hylton | 2000-08-31 | 1 | -0/+18 |
| | | | | | | | | | | | ceval.c: define recurion_limit (static), default value is 2500 define Py_GetRecursionLimit and Py_SetRecursionLimit raise RuntimeError if limit is exceeded PC/config.h: remove plat-specific definition sysmodule.c: add sys.(get|set)recursionlimit | ||||
* | Document the limitation that urllib does not work with proxies which | Fred Drake | 2000-08-31 | 1 | -5/+9 |
| | | | | | | | require authenication. This is an implementation limitation rather than required behavior, and may be fixed in the future. This closes SourceForge bug #111725. | ||||
* | Added abstract. | Greg Ward | 2000-08-31 | 2 | -2/+19 |
| | |||||
* | UNARY_NEG is supposed to be UNARY_NEGATIVE (spotted by Charles Waldman | Fred Drake | 2000-08-31 | 1 | -2/+2 |
| | | | | | | <cgw@fnal.gov>). Fix minor problem with EXTENDED_ARG description markup.. | ||||
* | Update some version information for tools based on prodding from Greg Ward. | Fred Drake | 2000-08-31 | 1 | -12/+11 |
| | |||||
* | Get rid of "sec:" prefix that slipped into a couple of \label's. | Greg Ward | 2000-08-31 | 1 | -4/+4 |
| | |||||
* | New method getnamespace. | Sjoerd Mullender | 2000-08-31 | 1 | -0/+5 |
| | | | | | | Since the application never gets to see the namespace abbreviation used in the XML document, but some applications may need to know them, we provide this method. | ||||
* | Be a little more careful to avoid including style information in the | Fred Drake | 2000-08-31 | 1 | -13/+12 |
| | | | | | | | | generated markup. Don't be careless with the navigation icons! We should use the blank icon where there is not anyplace to go for a particular position in the navigation bar. | ||||
* | Always room to remove more formatting from the HTML! | Fred Drake | 2000-08-31 | 1 | -2/+3 |
| | |||||
* | Move common parameters to mkhowto to a variable, add up-link from the | Fred Drake | 2000-08-31 | 1 | -19/+13 |
| | | | | generated documents to the document index. |