| Commit message (Expand) | Author | Age | Files | Lines |
* | \productioncont: Replace leading spaces with so that it's | Fred Drake | 2002-06-18 | 1 | -0/+3 |
|
|
* | Refactor the generation of signature lines for funcdesc, methoddesc, | Fred Drake | 2002-06-18 | 1 | -27/+22 |
|
|
* | Ensure \verbatiminput always uses a unique filename for each input file in | Fred Drake | 2002-06-17 | 1 | -8/+66 |
|
|
* | Use Perl function prototypes to help avoid definition/usage mismatches | Fred Drake | 2002-05-23 | 2 | -102/+106 |
|
|
* | Separate out a \cfuncline macro from the cfuncdesc environment. | Fred Drake | 2002-04-15 | 1 | -8/+21 |
|
|
* | Generate the right annotations in the index entries. | Fred Drake | 2002-04-15 | 1 | -2/+2 |
|
|
* | Clean up the application of style to verbatim text. | Fred Drake | 2002-04-15 | 2 | -6/+6 |
|
|
* | Add support for \cmemberline and the cmemberdesc environment. | Fred Drake | 2002-04-15 | 1 | -0/+24 |
|
|
* | Add support for the "Aesop Meta Tag". Not widely used, but not a bad idea, | Fred Drake | 2002-04-05 | 1 | -0/+4 |
|
|
* | Update the PEP URL format to point to python.org. | Fred Drake | 2002-04-03 | 1 | -1/+1 |
|
|
* | The <link> to the stylesheet should include the type attribute. | Fred Drake | 2002-03-26 | 1 | -1/+1 |
|
|
* | Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 | Fred Drake | 2002-03-22 | 1 | -1/+1 |
|
|
* | Revise the markup related to the grammar productions to increase the | Fred Drake | 2002-03-15 | 1 | -0/+13 |
|
|
* | Change the way \textasciitilde is implemented so it works more consistently | Fred Drake | 2002-03-13 | 1 | -1/+1 |
|
|
* | Add implementations for \textgreater and \textless, defined in (relatively) | Fred Drake | 2002-03-05 | 1 | -0/+2 |
|
|
* | Add a new environment for whole-paragraph (or longer) notes & warnings. | Fred Drake | 2001-12-14 | 1 | -2/+21 |
|
|
* | The valign attribute to control the vertical alignment of a table cell should | Fred Drake | 2001-12-14 | 1 | -3/+3 |
|
|
* | Remove crufty whitespace in a block of index entries. | Fred Drake | 2001-12-11 | 1 | -0/+1 |
|
|
* | Fix SF bug #479967: Appearantly I broke something that made the index | Fred Drake | 2001-12-04 | 1 | -2/+10 |
|
|
* | Add a new environment in the Python docs markup: seealso*. This is similar | Fred Drake | 2001-11-30 | 1 | -0/+6 |
|
|
* | Clean up the tables of child links generated by stock LaTeX2HTML so we get | Fred Drake | 2001-10-26 | 1 | -0/+8 |
|
|
* | Add yet more markup that let's a stylesheet pick out a small bit of the | Fred Drake | 2001-10-26 | 1 | -3/+11 |
|
|
* | Add better support for Mozilla's use of <link> elements. | Fred Drake | 2001-10-22 | 1 | -10/+41 |
|
|
* | Support for the iSilo conversion. | Fred Drake | 2001-10-19 | 1 | -0/+12 |
|
|
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+10 |
|
|
* | Move the styling for the HTML version of \mailheader into the CSS file. | Fred Drake | 2001-09-26 | 1 | -1/+1 |
|
|
* | New \grammartoken markup, similar to \token but allowed everywhere. | Fred Drake | 2001-08-20 | 1 | -0/+4 |
|
|
* | Make sure that ampersand escaping is still performed on the contents of | Fred Drake | 2001-08-17 | 1 | -0/+2 |
|
|
* | fix_font(): Instead of using a long if/elsif cluster, use a bloody | Fred Drake | 2001-08-16 | 1 | -23/+16 |
|
|
* | Remove the use of the "cat" program. This improves portability to non-Unix | Fred Drake | 2001-08-10 | 1 | -1/+5 |
|
|
* | Define the \mailheader macro and document conventions for using it. | Fred Drake | 2001-08-03 | 1 | -0/+2 |
|
|
* | Define new markup for 5-column tables. | Fred Drake | 2001-07-17 | 1 | -7/+72 |
|
|
* | Add support for \ulink and hyperlink grammars. | Fred Drake | 2001-07-06 | 1 | -2/+151 |
|
|
* | Added support for our new \infinity and \plusminus macros, and the | Fred Drake | 2001-06-23 | 1 | -1/+4 |
|
|
* | Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. | Fred Drake | 2001-06-20 | 1 | -5/+5 |
|
|
* | Added support for new \setreleaseinfo macro. | Fred Drake | 2001-06-20 | 1 | -65/+76 |
|
|
* | Implement the \verbatiminput LaTeX macro; this contains more magic than | Fred Drake | 2001-06-15 | 1 | -0/+46 |
|
|
* | Define a new environment, classdesc*, which can be used to document a | Fred Drake | 2001-05-11 | 1 | -0/+11 |
|
|
* | Minor adjustments to HTML for the module synopsis tables. | Fred Drake | 2001-05-09 | 1 | -2/+6 |
|
|
* | The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add | Fred Drake | 2001-04-21 | 1 | -0/+1 |
|
|
* | Added support for optional explanation parameter to the \versionadded | Fred Drake | 2001-04-18 | 1 | -13/+14 |
|
|
* | When forming the <A> tag for a \seepep or \seerfc, make sure we strip | Fred Drake | 2001-04-12 | 1 | -1/+10 |
|
|
* | Add corresponding support for the alltt environment to the HTML generator. | Fred Drake | 2001-04-10 | 3 | -2/+48 |
|
|
* | Remove the spurious space of uncertain origin from the output for function, | Fred Drake | 2001-03-29 | 1 | -10/+10 |
|
|
* | Label classes and exceptions explicitly in the documentation (for their | Fred Drake | 2001-03-02 | 1 | -2/+4 |
|
|
* | Fix \seepep handling -- correct URL to the online PEP repository on SF is | Fred Drake | 2001-01-22 | 1 | -27/+39 |
|
|
* | Added a --global-module-index option to specify a (possibly relative) URL | Fred Drake | 2001-01-09 | 1 | -0/+10 |
|
|
* | Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to | Fred Drake | 2001-01-04 | 1 | -0/+7 |
|
|
* | Do not cache <img> tags for navigation icons as agressively; this fixes | Fred Drake | 2001-01-02 | 1 | -31/+36 |
|
|
* | For the title page, insert the package version number before the date. | Fred Drake | 2000-12-14 | 1 | -3/+3 |
|
|