summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* New markup: \note{...} and \warning{...}Fred Drake2001-10-091-0/+6
* Handle PEP references the same way RFC references.Fred Drake2001-09-291-6/+5
* Fix up whitespace in <args> elements; reduce sequences of consecutiveFred Drake2001-09-291-17/+15
* Convert to string methods.Fred Drake2001-09-281-36/+59
* Convert most uses of the string module to string methods.Fred Drake2001-09-283-16/+15
* Do not distinguish \refmodule from \module in the generated output;Fred Drake2001-09-271-1/+4
* Re-write <ulink> elements as described in the conversion spec.Fred Drake2001-09-271-0/+19
* Turn \input, \include, and \verbatiminput into XInclude elements insteadFred Drake2001-09-272-10/+14
* Add support for some more markup that had slipped in.Fred Drake2001-09-271-2/+15
* Update to support \mailheader and 5-column tables.Fred Drake2001-09-251-0/+52
* Simplify a helper by returning fewer values.Fred Drake2001-09-251-5/+4
* Do more to be compatible with Windows/CygWin. Make error messages moreFred Drake2001-08-101-2/+14
* Add option to push the development docs to SF without announcing, forFred Drake2001-08-081-2/+9
* Change the command lines to use a similar "phrasing" to that used in theFred Drake2001-07-181-15/+15
* Script to re-write @FOO@-style marks with values, initializing theFred Drake2001-07-171-0/+55
* Job.__init__(): Only create the builddir directory if it will be used (byFred Drake2001-07-171-6/+7
* Change the target name for \kbd.Fred Drake2001-07-141-1/+1
* Generate a more meaningful message regarding the type of the documentationFred Drake2001-07-121-1/+1
* Add conversion information for the grammar production support (preliminary).Fred Drake2001-07-091-0/+16
* Move & update a comment.Fred Drake2001-07-071-4/+12
* Change the way notification mails are sent so people who respond to theFred Drake2001-07-061-1/+5
* Add entries for recently defined markup.Fred Drake2001-07-061-0/+23
* Simplification to mirror a better conversion specification and moreFred Drake2001-07-061-6/+1
* Allow optional arguments to LaTeX macros to span lines. This is legal inFred Drake2001-07-061-1/+1
* Give the pattern used to pick out a source anchor a more specific pattern.Fred Drake2001-06-231-1/+1
* Miscellaneous code cleanups.Fred Drake2001-06-231-4/+10
* Adjust to understand use of either single- or double-quotes to quoteFred Drake2001-06-221-20/+23
* Make the option processing more robust.Fred Drake2001-06-121-7/+31
* New solution to the "Someone stuck a colon in that filename!" problem:Fred Drake2001-05-291-3/+10
* Hack to make this play nicer with *old* versions of Python: os.path.abspath()Fred Drake2001-05-291-0/+10
* If the input line does not contain enough fields, raise a meaningfulFred Drake2001-05-291-0/+2
* Update the directory names to match changes at SourceForge.Fred Drake2001-05-092-2/+2
* Job.build_html(): Be more robust in ensuring about.html exists; copyingFred Drake2001-05-091-17/+16
* Update publish-to-SourceForge scripts to automatically determine if theFred Drake2001-04-222-7/+26
* encode(): Handle Latin-1 input characters better.Fred Drake2001-04-211-3/+7
* Add support for <memberline/> (needs markup improvement!).Fred Drake2001-04-211-1/+5
* Update the helper scripts that push development docs to SourceForge;Fred Drake2001-04-132-5/+5
* Update the XML conversion specification.Fred Drake2001-04-101-0/+2
* Allow the <author/> element to appear before a paragraph without beingFred Drake2001-03-291-1/+1
* Remove the annoying __version__ definitions.Fred Drake2001-03-233-4/+0
* Lots of small changes to make this work with the Python DOM bindingsFred Drake2001-03-231-91/+95
* Pick up the "encode" function from esistools instead of defining our ownFred Drake2001-03-231-15/+9
* Re-write to no longer depend on an old version of PyXML. This nowFred Drake2001-03-231-46/+273
* Pick the "escape" function from the standard library instead of from PyXML.Fred Drake2001-03-231-1/+1
* Add conversions for more of the markup -- not all of this was around whenFred Drake2001-03-231-1/+32
* Remove debugging "set -x".Fred Drake2001-03-031-3/+0
* Revise the scripts I use to update the documentation on the SourceForgeFred Drake2001-03-022-37/+41
* Job.build_html(): When formatting HTML into more than one HTML page, andFred Drake2001-03-021-7/+25
* Add an option allowing the user to determine where the output HTML is built.Fred Drake2001-02-191-3/+8
* Be more careful to avoid spurious output from the shell script thatFred Drake2001-02-141-1/+5