summaryrefslogtreecommitdiff
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-122-14/+17
* Jon Nelson <jnelson@users.sourceforge.net>:Fred Drake2001-02-123-8/+9
* Improve diagnostic output when an external command returns a non-zero exitFred Drake2001-02-041-0/+19
* Do not pass names of individual files to shutil.rmtree(); use os.unlink()Fred Drake2001-02-021-2/+3
* Make HTML the default output format, since that is what people actuallyFred Drake2001-01-301-3/+3
* When generating the source package, copy in the LICENSE file from the mainFred Drake2001-01-221-4/+6
* Added a --global-module-index option to specify a (possibly relative) URLFred Drake2001-01-091-1/+6
* Adjust to allow an explanation of the changes to be included in theFred Drake2000-11-302-2/+13
* Use a subclass of buildindex.Node to clean up the HTML and get theFred Drake2000-11-281-4/+18
* Conversion.write_ordinal(): Not used, remove it.Fred Drake2000-11-221-4/+0
* Convert the LaTeX "tie" (~) to a simple space.Fred Drake2000-11-221-4/+40
* Update to reflect the process changes.Fred Drake2000-11-221-21/+6
* Update the rules to separate the two phases for the ESIS generation,Fred Drake2000-11-222-22/+27
* Add support for (relatively) recent additions and changes to python.sty,Fred Drake2000-11-221-2/+30
* Note that readframes() returns data in linear format, even if the originalFred Drake2000-11-172-8/+53
* Make sure we clean up the index data each time it is written by LaTeX.Fred Drake2000-11-031-1/+4
* Revise the message to be a little nicer.Fred Drake2000-10-291-3/+6
* Make this actually work now that the tool is checked in here instead ofFred Drake2000-10-241-0/+1
* Helper scripts used in published the "development" snapshots of theFred Drake2000-10-192-0/+43
* Substantially revise to handle the fact that Python CVS is no longer in aFred Drake2000-10-101-16/+35
* Hush the nanny.Fred Drake2000-10-073-78/+78
* Use the cvsinfo module instead of a module stuff off in my personalFred Drake2000-10-061-3/+2
* Support module to help work with checked-out CVS trees.Fred Drake2000-10-061-0/+81
* Better add at least a short docstring to the module!Fred Drake2000-10-051-1/+5
* New script to convert the ACKS file to a nicely formatted HTML file.Fred Drake2000-10-051-0/+62
* Use the new support module instead of including all the getoptFred Drake2000-10-051-113/+23
* Factor out some of the presentation and shared code from mkmodindex andFred Drake2000-10-051-0/+144
* Remove styling information that conflicts with or duplicates the stylesheet;Fred Drake2000-10-041-3/+2