| Commit message (Expand) | Author | Age | Files | Lines |
* | update the documentation contact address | Fred Drake | 2003-07-30 | 1 | -1/+1 |
|
|
* | Use string methods. Re-organize imports to Python Normal Form. | Fred Drake | 2002-10-16 | 1 | -3/+4 |
|
|
* | Only reset _is_empty if needed. | Fred Drake | 2002-10-16 | 1 | -1/+1 |
|
|
* | Modernization: Use string methods, use str instead of | Fred Drake | 2002-10-16 | 1 | -17/+14 |
|
|
* | When adding a name to the table of macros and environments, make sure it | Fred Drake | 2002-04-10 | 1 | -1/+4 |
|
|
* | Added support for \csimplemacro and csimplemacrodesc. | Fred Drake | 2002-04-10 | 1 | -0/+6 |
|
|
* | Fix bug in command line handling, noted by Fredrik Lundh. | Fred Drake | 2002-04-05 | 1 | -1/+1 |
|
|
* | Add support for \textgreater, \textless. | Fred Drake | 2002-04-04 | 1 | -4/+9 |
|
|
* | Update to reflect recently added markup. | Fred Drake | 2001-12-15 | 1 | -0/+9 |
|
|
* | Drop xmllib in favor of SAX. | Fred Drake | 2001-11-30 | 1 | -21/+30 |
|
|
* | Add a couple of entries to the whitespace-cleanups table. | Fred Drake | 2001-11-30 | 1 | -0/+2 |
|
|
* | Added two new conversion specifications. | Fred Drake | 2001-11-30 | 1 | -0/+7 |
|
|
* | Avoid trailing blank lines in the output. | Fred Drake | 2001-11-19 | 1 | -0/+4 |
|
|
* | Adjust input pre-processing so that a comment on the last line does not | Fred Drake | 2001-11-19 | 1 | -1/+3 |
|
|
* | One more LaTeX-ism that we'd rather ignore. | Fred Drake | 2001-10-25 | 1 | -0/+1 |
|
|
* | New markup: \note{...} and \warning{...} | Fred Drake | 2001-10-09 | 1 | -0/+6 |
|
|
* | Handle PEP references the same way RFC references. | Fred Drake | 2001-09-29 | 1 | -6/+5 |
|
|
* | Fix up whitespace in <args> elements; reduce sequences of consecutive | Fred Drake | 2001-09-29 | 1 | -17/+15 |
|
|
* | Convert to string methods. | Fred Drake | 2001-09-28 | 1 | -36/+59 |
|
|
* | Convert most uses of the string module to string methods. | Fred Drake | 2001-09-28 | 3 | -16/+15 |
|
|
* | Do not distinguish \refmodule from \module in the generated output; | Fred Drake | 2001-09-27 | 1 | -1/+4 |
|
|
* | Re-write <ulink> elements as described in the conversion spec. | Fred Drake | 2001-09-27 | 1 | -0/+19 |
|
|
* | Turn \input, \include, and \verbatiminput into XInclude elements instead | Fred Drake | 2001-09-27 | 2 | -10/+14 |
|
|
* | Add support for some more markup that had slipped in. | Fred Drake | 2001-09-27 | 1 | -2/+15 |
|
|
* | Update to support \mailheader and 5-column tables. | Fred Drake | 2001-09-25 | 1 | -0/+52 |
|
|
* | Simplify a helper by returning fewer values. | Fred Drake | 2001-09-25 | 1 | -5/+4 |
|
|
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
|
|
* | Change the target name for \kbd. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Add conversion information for the grammar production support (preliminary). | Fred Drake | 2001-07-09 | 1 | -0/+16 |
|
|
* | Move & update a comment. | Fred Drake | 2001-07-07 | 1 | -4/+12 |
|
|
* | Add entries for recently defined markup. | Fred Drake | 2001-07-06 | 1 | -0/+23 |
|
|
* | Simplification to mirror a better conversion specification and more | Fred Drake | 2001-07-06 | 1 | -6/+1 |
|
|
* | Allow optional arguments to LaTeX macros to span lines. This is legal in | Fred Drake | 2001-07-06 | 1 | -1/+1 |
|
|
* | encode(): Handle Latin-1 input characters better. | Fred Drake | 2001-04-21 | 1 | -3/+7 |
|
|
* | Add support for <memberline/> (needs markup improvement!). | Fred Drake | 2001-04-21 | 1 | -1/+5 |
|
|
* | Update the XML conversion specification. | Fred Drake | 2001-04-10 | 1 | -0/+2 |
|
|
* | Allow the <author/> element to appear before a paragraph without being | Fred Drake | 2001-03-29 | 1 | -1/+1 |
|
|
* | Remove the annoying __version__ definitions. | Fred Drake | 2001-03-23 | 3 | -4/+0 |
|
|
* | Lots of small changes to make this work with the Python DOM bindings | Fred Drake | 2001-03-23 | 1 | -91/+95 |
|
|
* | Pick up the "encode" function from esistools instead of defining our own | Fred Drake | 2001-03-23 | 1 | -15/+9 |
|
|
* | Re-write to no longer depend on an old version of PyXML. This now | Fred Drake | 2001-03-23 | 1 | -46/+273 |
|
|
* | Pick the "escape" function from the standard library instead of from PyXML. | Fred Drake | 2001-03-23 | 1 | -1/+1 |
|
|
* | Add conversions for more of the markup -- not all of this was around when | Fred Drake | 2001-03-23 | 1 | -1/+32 |
|
|
* | Conversion.write_ordinal(): Not used, remove it. | Fred Drake | 2000-11-22 | 1 | -4/+0 |
|
|
* | Convert the LaTeX "tie" (~) to a simple space. | Fred Drake | 2000-11-22 | 1 | -4/+40 |
|
|
* | Update to reflect the process changes. | Fred Drake | 2000-11-22 | 1 | -21/+6 |
|
|
* | Update the rules to separate the two phases for the ESIS generation, | Fred Drake | 2000-11-22 | 2 | -22/+27 |
|
|
* | Add support for (relatively) recent additions and changes to python.sty, | Fred Drake | 2000-11-22 | 1 | -2/+30 |
|
|
* | Note that readframes() returns data in linear format, even if the original | Fred Drake | 2000-11-17 | 1 | -0/+38 |
|
|
* | Martin von Loewis <loewis@informatik.hu-berlin.de>: | Fred Drake | 2000-07-01 | 1 | -1/+1 |
|
|