| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Do more to be compatible with Windows/CygWin. Make error messages more | Fred Drake | 2001-08-10 | 1 | -2/+14 |
|
|
* | Add option to push the development docs to SF without announcing, for | Fred Drake | 2001-08-08 | 1 | -2/+9 |
|
|
* | Change the command lines to use a similar "phrasing" to that used in the | Fred Drake | 2001-07-18 | 1 | -15/+15 |
|
|
* | Script to re-write @FOO@-style marks with values, initializing the | Fred Drake | 2001-07-17 | 1 | -0/+55 |
|
|
* | Job.__init__(): Only create the builddir directory if it will be used (by | Fred Drake | 2001-07-17 | 1 | -6/+7 |
|
|
* | Change the target name for \kbd. | Fred Drake | 2001-07-14 | 1 | -1/+1 |
|
|
* | Generate a more meaningful message regarding the type of the documentation | Fred Drake | 2001-07-12 | 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 |
|
|
* | Change the way notification mails are sent so people who respond to the | Fred Drake | 2001-07-06 | 1 | -1/+5 |
|
|
* | 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 |
|
|
* | Give the pattern used to pick out a source anchor a more specific pattern. | Fred Drake | 2001-06-23 | 1 | -1/+1 |
|
|
* | Miscellaneous code cleanups. | Fred Drake | 2001-06-23 | 1 | -4/+10 |
|
|
* | Adjust to understand use of either single- or double-quotes to quote | Fred Drake | 2001-06-22 | 1 | -20/+23 |
|
|
* | Make the option processing more robust. | Fred Drake | 2001-06-12 | 1 | -7/+31 |
|
|
* | New solution to the "Someone stuck a colon in that filename!" problem: | Fred Drake | 2001-05-29 | 1 | -3/+10 |
|
|
* | Hack to make this play nicer with *old* versions of Python: os.path.abspath() | Fred Drake | 2001-05-29 | 1 | -0/+10 |
|
|
* | If the input line does not contain enough fields, raise a meaningful | Fred Drake | 2001-05-29 | 1 | -0/+2 |
|
|
* | Update the directory names to match changes at SourceForge. | Fred Drake | 2001-05-09 | 2 | -2/+2 |
|
|
* | Job.build_html(): Be more robust in ensuring about.html exists; copying | Fred Drake | 2001-05-09 | 1 | -17/+16 |
|
|
* | Update publish-to-SourceForge scripts to automatically determine if the | Fred Drake | 2001-04-22 | 2 | -7/+26 |
|
|
* | 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 helper scripts that push development docs to SourceForge; | Fred Drake | 2001-04-13 | 2 | -5/+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 |
|
|
* | Remove debugging "set -x". | Fred Drake | 2001-03-03 | 1 | -3/+0 |
|
|
* | Revise the scripts I use to update the documentation on the SourceForge | Fred Drake | 2001-03-02 | 2 | -37/+41 |
|
|
* | Job.build_html(): When formatting HTML into more than one HTML page, and | Fred Drake | 2001-03-02 | 1 | -7/+25 |
|
|
* | Add an option allowing the user to determine where the output HTML is built. | Fred Drake | 2001-02-19 | 1 | -3/+8 |
|
|
* | Be more careful to avoid spurious output from the shell script that | Fred Drake | 2001-02-14 | 1 | -1/+5 |
|
|
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 2 | -14/+17 |
|
|
* | Jon Nelson <jnelson@users.sourceforge.net>: | Fred Drake | 2001-02-12 | 3 | -8/+9 |
|
|