summaryrefslogtreecommitdiffstats
path: root/Doc
Commit message (Collapse)AuthorAgeFilesLines
* Remove three items.Fred Drake1999-02-021-9/+0
|
* Fix the os/posix documentation issue.Fred Drake1999-02-022-66/+730
|
* Moved \versionadded to end of description sections.Fred Drake1999-02-021-1/+1
|
* Moved posixpath to os.path.Fred Drake1999-02-021-1/+1
|
* Added posixpath, winsound.Fred Drake1999-02-021-4/+15
|
* Change this to be os.path.Fred Drake1999-02-021-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 Drake1999-02-021-1/+1
|
* Make \versionadded and \versionchanged less prominant -- neither boldFred Drake1999-02-022-5/+5
| | | | nor a separate paragraph.
* Move \versionadded macros to end of descriptions.Fred Drake1999-02-021-4/+3
|
* Patch by Sjoerd Mullender to placate /F:Guido van Rossum1999-02-021-2/+6
| | | | | Clarified (hopefully :-) the documentation of elements and attributes variables.
* Added module synopsis.Fred Drake1999-02-011-1/+2
|
* Take out just about everything and refer the reader to the os module.Fred Drake1999-02-011-516/+15
|
* Make the text generic, and call it os.path instead of posixpath.Fred Drake1999-02-011-27/+24
|
* Remove all references to posixpath; only refer to os.path.Fred Drake1999-02-011-20/+17
| | | | Formalize the xstat() documentation.
* OSError description: "as the by the" --> "as the"Fred Drake1999-02-011-3/+3
|
* Updated comments on version of XML package needed.Fred Drake1999-01-291-1/+2
|
* Added the info tarball to the tarballs target. Added the README toFred Drake1999-01-291-2/+3
| | | | the info tarball.
* A README file for the info tarball.Fred Drake1999-01-291-0/+16
|
* Added support to handle \versionadded in a reasonable way.Fred Drake1999-01-291-9/+19
|
* Define %descriptor.class, since it's used.Fred Drake1999-01-291-0/+4
|
* Be a little smarter on some attribute values, making an assumption aboutFred Drake1999-01-291-1/+4
| | | | the DTD.
* fixup_descriptors(): Change the way we look for descriptor nodes;Fred Drake1999-01-291-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 Drake1999-01-291-1/+1
|
* Rewrite code that converts the little descriptor environments to buildFred Drake1999-01-291-53/+114
| | | | | the right <signature>s and <description>. This seems to work a lot better now!
* Added table entries for \funcline and \funclineni.Fred Drake1999-01-291-0/+2
|
* Document abspath() (implementation is forthcoming).Guido van Rossum1999-01-291-0/+6
|
* Define a general entity "&version;" that can be used as the current majorFred Drake1999-01-293-0/+10
| | | | | version of the Python interpreter. This is \version in the LaTeX format of the documentation.
* Convert <version> to &version;.Fred Drake1999-01-291-0/+2
|
* A few scribbles toward the DTD.Fred Drake1999-01-292-0/+47
|
* Standard ISO entities.Fred Drake1999-01-2920-0/+1231
|
* The OASIS Exchange table model public text.Fred Drake1999-01-292-0/+302
|
* Update the docstring.Fred Drake1999-01-281-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 Drake1999-01-281-0/+2
|
* "numberic" --> "numeric", two placesFred Drake1999-01-281-2/+2
|
* Constructor arguments for classes should be called <args>.Fred Drake1999-01-281-1/+1
|
* Added \modulesynopsis.Fred Drake1999-01-281-0/+2
|
* Document -OO; "unsafe" optimization that removes docstrings.Guido van Rossum1999-01-281-0/+9
| | | | Marc-Andre Lemburg.
* Add the info "dir" fragment to the info tarball.Fred Drake1999-01-271-1/+1
|
* Fragment of an info "dir" file for the Python documentation.Fred Drake1999-01-271-0/+8
|
* Simplify slightly.Fred Drake1999-01-271-4/+2
|
* Don't build info for the Macintosh module reference by default; itFred Drake1999-01-271-1/+2
| | | | doesn't do well.
* \py@linkToName: New macro to consolidate support for most internalFred Drake1999-01-271-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 Drake1999-01-271-1/+3
|
* Document the repr module. This removes the entire "Code objects andFred Drake1999-01-273-9/+126
| | | | files, debugger etc." section from "Undocumented Modules"!
* Don't say that the module defines the "following functions" and thenFred Drake1999-01-271-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 Drake1999-01-261-5/+8
|
* \py@modindex: Format the index entry for the module index more likeFred Drake1999-01-261-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. PetrilliFred Drake1999-01-263-3/+117
| | | | (petrilli@amber.org).
* Document the default for tabsize in expandtabs().Guido van Rossum1999-01-251-2/+2
|
* Add "term" to AUTOCLOSE.Fred Drake1999-01-221-1/+1
|