| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | fixup_descriptors(): Change the way we look for descriptor nodes; | Fred Drake | 1999-01-29 | 1 | -4/+15 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | \py@linkToName: New macro to consolidate support for most internal | Fred Drake | 1999-01-27 | 1 | -18/+18 |
|
|
* | 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 |
|
|
* | Don't say that the module defines the "following functions" and then | Fred Drake | 1999-01-27 | 1 | -9/+5 |
|
|
* | 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 |
|
|
* | Documentation for the ConfigParser module, by Christopher G. Petrilli | Fred Drake | 1999-01-26 | 3 | -3/+117 |
|
|
* | 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 |
|
|
* | Header for PyObject_DelItem() mentioned non-existing 3rd argument. | Guido van Rossum | 1999-01-22 | 1 | -1/+1 |
|
|
* | convert(): Added parameter "autoclose", which should be a sequence of | Fred Drake | 1999-01-20 | 1 | -8/+19 |
|
|
* | Modified the "sgml" and "xml" targets to stop if the sub-makes fail in | Fred Drake | 1999-01-20 | 1 | -3/+22 |
|
|
* | Add caveat on partial dependence on the "cl" module, only available on | Fred Drake | 1999-01-20 | 1 | -0/+4 |
|
|
* | Move the jpeg module to the SGI section; it is dependent on the "cl" | Fred Drake | 1999-01-20 | 1 | -1/+1 |
|
|
* | create_module_info(): If there's a \moduleauthor, move it to an | Fred Drake | 1999-01-19 | 1 | -20/+18 |
|
|
* | isnmtoken(), istoken(): Fix to ensure the regex has to match the | Fred Drake | 1999-01-19 | 1 | -2/+17 |
|
|
* | handle_labels(): Fix problem for document fragments containing more | Fred Drake | 1999-01-19 | 1 | -12/+14 |
|
|
* | Revised comments on null bytes in pattern string. | Fred Drake | 1999-01-19 | 1 | -5/+6 |
|
|
* | Fix second description of handling 2-digit years (last item in | Fred Drake | 1999-01-19 | 1 | -9/+16 |
|
|
* | convert(): Change the element name remapping to convert <refmodule> | Fred Drake | 1999-01-19 | 1 | -0/+1 |
|
|
* | format_attrs(): Attempt a bit more minimization for SGML output. | Fred Drake | 1999-01-19 | 1 | -4/+22 |
|
|
* | add_module_idx(), add_idx_hook(): | Fred Drake | 1999-01-19 | 1 | -2/+2 |
|
|
* | Fix typo spotted by Jeff MacDonald <jam@ans.net>. | Fred Drake | 1999-01-18 | 1 | -2/+2 |
|
|
* | Add a "tarball" target. | Fred Drake | 1999-01-14 | 1 | -0/+3 |
|
|
* | Adjust so that we are no longer using special entities for well-known | Fred Drake | 1999-01-14 | 1 | -19/+21 |
|
|
* | for method getaddrlist(): Added a note clarifying that all named | Barry Warsaw | 1999-01-14 | 1 | -0/+4 |
|
|
* | Shorten the name of the <rfc> "number" attribute to "num". | Fred Drake | 1999-01-14 | 1 | -1/+1 |
|
|