summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Preliminary tool to troll through the CVS logs and LaTeX sources forFred Drake2000-10-031-0/+162
* Fix the way we found relevant cfuncdesc lines; PREFIX was not a regularFred Drake2000-09-221-7/+10
* .use_latex(): Make this a little smarter so that it only runs pdflatexFred Drake2000-09-201-31/+24
* Before running LaTeX2HTML, remove all the HTML files from the outputFred Drake2000-09-141-0/+3
* Make this script handle PyVarObject* functions as well as PyObject*Fred Drake2000-09-121-4/+5
* Make the HTML more XHTML-friendly.Fred Drake2000-09-071-22/+22
* Fix mkhowto so that the bookmarks for the PDF work for both "howto" andFred Drake2000-09-051-1/+5
* Add --up-link and --up-title parameters to allow linking the top levelFred Drake2000-08-311-1/+12
* Remove obsolete scripts.Fred Drake2000-08-313-159/+0
* Add --l2h-init option, which can augment the standard LaTeX2HTMLFred Drake2000-08-311-3/+11
* Add a --style option to allow specifying an alternate CSS style sheet forFred Drake2000-08-291-4/+8
* Small changes to reflect changes in LaTeX2HTML support for newer versionsFred Drake2000-07-312-3/+8
* Only use one initialization file for LaTeX2HTML; more recent versions onlyFred Drake2000-07-241-4/+5
* Martin von Loewis <loewis@informatik.hu-berlin.de>:Fred Drake2000-07-011-1/+1
* Removed --l2h-config option; it introduced unnecessary complexity andFred Drake2000-06-291-10/+1
* Remove unused "import curses".Guido van Rossum2000-05-241-1/+0
* Added the Distutils manuals.Greg Ward2000-04-281-0/+2
* If the refcount field is "null", that's ok; the value will be None.Fred Drake2000-04-101-1/+3
* For functions which return a PyObject* but use "null" for theFred Drake2000-04-101-1/+5
* Merged changes from the 1.5.2p2 release.Fred Drake2000-04-038-13/+57
* Added --numeric option, similar to mkhtml.sh.Fred Drake2000-03-311-2/+7
* Script to annotate api.tex with reference count information.Fred Drake2000-03-151-0/+63
* Script to help locate markup that LaTeX2HTML has a problem with.Fred Drake2000-02-211-0/+26
* Don't insert extra indentation before <title> elements.Fred Drake2000-01-201-12/+12
* rewrite_descriptor(): Fixup conversion of arguments (simpler).Fred Drake1999-11-231-12/+35
* Don't rename \var to <varname>; DocBook is too verbose here.Fred Drake1999-11-231-4/+9
* Added citetitle and programopt.Fred Drake1999-11-091-1/+8
* Change the suggestions pointer at the bottom of generated HTML pages.Fred Drake1999-10-291-3/+3
* Module/script to parse the reference count data file and make theFred Drake1999-10-201-0/+95
* Added --about option to specify the file to load "About thisFred Drake1999-09-231-1/+8
* Added --image-type option to allow use of either GIF or PNG images.Fred Drake1999-09-221-11/+38
* Update the instructions slightly.Fred Drake1999-08-261-4/+44
* Removed; no longer needed now that the other tools can handle entityFred Drake1999-08-261-24/+0
* feed(): Added support for ESIS '&' lines.Fred Drake1999-08-261-1/+4
* Remove use of fixgenents.sh; no longer needed.Fred Drake1999-08-261-5/+4
* Specify: \geq --> &geq;Fred Drake1999-08-261-4/+12
* Conversion.subconvert(): Added support for "entityref" parametersFred Drake1999-08-261-0/+7
* write_esis(): Added support for ENTITY_REFERENCE nodes.Fred Drake1999-08-261-40/+44
* convert(): Add support for ESIS '&' lines, and make sure we don'tFred Drake1999-08-261-0/+5
* rewrite_descriptor(): Fix bug that dropped the first TEXT node fromFred Drake1999-08-201-45/+36
* Re-write in Python for portability. About 30% slower, but who cares?!Fred Drake1999-08-031-26/+61