Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove three items. | Fred Drake | 1999-02-02 | 1 | -9/+0 |
| | |||||
* | Fix the os/posix documentation issue. | Fred Drake | 1999-02-02 | 2 | -66/+730 |
| | |||||
* | Moved \versionadded to end of description sections. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
| | |||||
* | Moved posixpath to os.path. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
| | |||||
* | Added posixpath, winsound. | Fred Drake | 1999-02-02 | 1 | -4/+15 |
| | |||||
* | Change this to be os.path. | Fred Drake | 1999-02-02 | 1 | -66/+67 |
| | | | | | Use consistent parameter naming with the os documentation (paths always named "path" or "path1", "path2"...). | ||||
* | This seems to fix a problem with targeting from the indexes. | Fred Drake | 1999-02-02 | 1 | -1/+1 |
| | |||||
* | Make \versionadded and \versionchanged less prominant -- neither bold | Fred Drake | 1999-02-02 | 2 | -5/+5 |
| | | | | nor a separate paragraph. | ||||
* | Move \versionadded macros to end of descriptions. | Fred Drake | 1999-02-02 | 1 | -4/+3 |
| | |||||
* | Patch by Sjoerd Mullender to placate /F: | Guido van Rossum | 1999-02-02 | 1 | -2/+6 |
| | | | | | Clarified (hopefully :-) the documentation of elements and attributes variables. | ||||
* | Added module synopsis. | Fred Drake | 1999-02-01 | 1 | -1/+2 |
| | |||||
* | Take out just about everything and refer the reader to the os module. | Fred Drake | 1999-02-01 | 1 | -516/+15 |
| | |||||
* | Make the text generic, and call it os.path instead of posixpath. | Fred Drake | 1999-02-01 | 1 | -27/+24 |
| | |||||
* | Remove all references to posixpath; only refer to os.path. | Fred Drake | 1999-02-01 | 1 | -20/+17 |
| | | | | Formalize the xstat() documentation. | ||||
* | OSError description: "as the by the" --> "as the" | Fred Drake | 1999-02-01 | 1 | -3/+3 |
| | |||||
* | Updated comments on version of XML package needed. | Fred Drake | 1999-01-29 | 1 | -1/+2 |
| | |||||
* | Added the info tarball to the tarballs target. Added the README to | Fred Drake | 1999-01-29 | 1 | -2/+3 |
| | | | | the info tarball. | ||||
* | A README file for the info tarball. | Fred Drake | 1999-01-29 | 1 | -0/+16 |
| | |||||
* | Added support to handle \versionadded in a reasonable way. | Fred Drake | 1999-01-29 | 1 | -9/+19 |
| | |||||
* | Define %descriptor.class, since it's used. | Fred Drake | 1999-01-29 | 1 | -0/+4 |
| | |||||
* | Be a little smarter on some attribute values, making an assumption about | Fred Drake | 1999-01-29 | 1 | -1/+4 |
| | | | | the DTD. | ||||
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
| | | | | | this takes 5 minutes off the conversion of the whole tree by reducing the number of tree-traversals from 14 to 1. | ||||
* | Added the Doc/sgml/ directory to the tarball. | Fred Drake | 1999-01-29 | 1 | -1/+1 |
| | |||||
* | Rewrite code that converts the little descriptor environments to build | Fred Drake | 1999-01-29 | 1 | -53/+114 |
| | | | | | the right <signature>s and <description>. This seems to work a lot better now! | ||||
* | Added table entries for \funcline and \funclineni. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | |||||
* | Document abspath() (implementation is forthcoming). | Guido van Rossum | 1999-01-29 | 1 | -0/+6 |
| | |||||
* | Define a general entity "&version;" that can be used as the current major | Fred Drake | 1999-01-29 | 3 | -0/+10 |
| | | | | | version of the Python interpreter. This is \version in the LaTeX format of the documentation. | ||||
* | Convert <version> to &version;. | Fred Drake | 1999-01-29 | 1 | -0/+2 |
| | |||||
* | A few scribbles toward the DTD. | Fred Drake | 1999-01-29 | 2 | -0/+47 |
| | |||||
* | Standard ISO entities. | Fred Drake | 1999-01-29 | 20 | -0/+1231 |
| | |||||
* | The OASIS Exchange table model public text. | Fred Drake | 1999-01-29 | 2 | -0/+302 |
| | |||||
* | Update the docstring. | Fred Drake | 1999-01-28 | 1 | -101/+159 |
| | | | | | | | | | | | | | | Lots of changes to get the paragraph marking to work, and not go into an infinite recursion. Start to rationalize markup of method signatures; not complete. find_all_elements(): similar to getElementsByTagName(), but operates on the not-quite-legal fragments we deal with here. Simplifies several individual transforms. fixup_sectionauthors(): Convert \sectionauthor items to <author> just after the <section>'s <title>. | ||||
* | Added table entries for \methodline, \methodlineni. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
| | |||||
* | "numberic" --> "numeric", two places | Fred Drake | 1999-01-28 | 1 | -2/+2 |
| | |||||
* | Constructor arguments for classes should be called <args>. | Fred Drake | 1999-01-28 | 1 | -1/+1 |
| | |||||
* | Added \modulesynopsis. | Fred Drake | 1999-01-28 | 1 | -0/+2 |
| | |||||
* | Document -OO; "unsafe" optimization that removes docstrings. | Guido van Rossum | 1999-01-28 | 1 | -0/+9 |
| | | | | Marc-Andre Lemburg. | ||||
* | Add the info "dir" fragment to the info tarball. | Fred Drake | 1999-01-27 | 1 | -1/+1 |
| | |||||
* | Fragment of an info "dir" file for the Python documentation. | Fred Drake | 1999-01-27 | 1 | -0/+8 |
| | |||||
* | Simplify slightly. | Fred Drake | 1999-01-27 | 1 | -4/+2 |
| | |||||
* | Don't build info for the Macintosh module reference by default; it | Fred Drake | 1999-01-27 | 1 | -1/+2 |
| | | | | doesn't do well. | ||||
* | \py@linkToName: New macro to consolidate support for most internal | Fred Drake | 1999-01-27 | 1 | -18/+18 |
| | | | | | | | | hyperlinking in the PDF version. This also allows many of the macros that do this stuff to be a good bit more readable. Takes the target name and link content as parameters. Use \py@linkToName for all internal links. | ||||
* | Added the files for the repr and ConfigParser modules. | Fred Drake | 1999-01-27 | 1 | -1/+3 |
| | |||||
* | Document the repr module. This removes the entire "Code objects and | Fred Drake | 1999-01-27 | 3 | -9/+126 |
| | | | | files, debugger etc." section from "Undocumented Modules"! | ||||
* | Don't say that the module defines the "following functions" and then | Fred Drake | 1999-01-27 | 1 | -9/+5 |
| | | | | | | | only describe one; say "following function" instead! Merge the two one-sentence paragraphs into a single paragraph, so it doesn't look too stupid. | ||||
* | Incorporate changes for patched version of ConfigParser. | Fred Drake | 1999-01-26 | 1 | -5/+8 |
| | |||||
* | \py@modindex: Format the index entry for the module index more like | Fred Drake | 1999-01-26 | 1 | -1/+1 |
| | | | | | that used in the "normal" index. No visual difference, but more easily processed by helper scripts. | ||||
* | Documentation for the ConfigParser module, by Christopher G. Petrilli | Fred Drake | 1999-01-26 | 3 | -3/+117 |
| | | | | (petrilli@amber.org). | ||||
* | Document the default for tabsize in expandtabs(). | Guido van Rossum | 1999-01-25 | 1 | -2/+2 |
| | |||||
* | Add "term" to AUTOCLOSE. | Fred Drake | 1999-01-22 | 1 | -1/+1 |
| |