summaryrefslogtreecommitdiffstats
path: root/Doc/tools
Commit message (Expand)AuthorAgeFilesLines
* Minor housing cleaning in HTML that gets generated.Fred Drake1998-04-111-2/+2
* Nearly a complete re-write.Fred Drake1998-04-081-85/+133
* Use the new index style when running makeindex.Fred Drake1998-04-041-2/+2
* Added --split for AMK; control split level of the HTML output. Use --split 1Fred Drake1998-04-021-13/+65
* First (rough) cut at HTML index generation in Python. Not very pretty, butFred Drake1998-03-271-0/+211
* Add support for mapping internal labels used from the index.Fred Drake1998-03-271-4/+15
* Make $MYDIR absolute -- bug reported by AMK.Fred Drake1998-03-241-0/+4
* Use "/usr/bin/env perl" for the #! line, and change the -i option to:Fred Drake1998-03-191-1/+4
* build_dvi(): Make sure we run latex enough times; this now matches the #Fred Drake1998-03-181-0/+1
* Revive newind.py. -sigh-Fred Drake1998-03-161-0/+22
* *Sigh*Fred Drake1998-03-111-0/+8
* Allow the user to operate the script in debugging mode (-D), which just doesFred Drake1998-03-111-9/+39
* Script to format HOWTO documents. Currently only tested on the "UsingFred Drake1998-03-101-0/+122
* clean_title(): Remove debugging prints.Fred Drake1998-03-101-2/+0
* clean_title(): Clean a little more carefully. Still does funny things withFred Drake1998-03-101-6/+15
* In the source dist., don't include:Fred Drake1998-03-101-0/+5
* Obsolete.Fred Drake1998-03-092-84/+0
* Don't generate a \label{} here.Fred Drake1998-03-091-1/+1
* Allow the user to specify the "biggest" section type from the command line;Fred Drake1998-03-071-6/+15
* Utility to help create outline information for PDF.Fred Drake1998-03-061-0/+115
* Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/,Fred Drake1998-03-051-4/+5
* Oops, remove some debugging prints.Fred Drake1998-03-041-2/+0
* changeit(): Added support for \deprecated{}.Fred Drake1998-03-041-1/+28
* Script to create a source distribution. See comments at top.Fred Drake1998-03-031-0/+36
* Use a Python script to create "empty" indexes. This solves Guido'sFred Drake1998-02-271-0/+22
* Adjusted to work with the newer version of LaTeX2HTML as well.Fred Drake1998-02-261-1/+4
* Do a little bit more work on a table-driven basis. A little cleanup.Fred Drake1998-02-261-45/+94
* Clean up name->name conversion a little, *make sure it happens in all theFred Drake1998-02-191-12/+18
* Work on a temporary file, not the input file.Fred Drake1998-02-191-1/+1
* Support environments {fulllineitems} and {classdesc}, more of the new logicalFred Drake1998-02-191-12/+7
* breakable_re: Fix the RE so that module definition entries don't preventFred Drake1998-02-191-1/+2
* assure a consistent assignment for nodes with multiple labelsJeremy Hylton1998-02-181-1/+2
* Don't make backups.Fred Drake1998-02-181-3/+3
* Patch HREFs in html files, replacing nodeXXX.html with label.html.Jeremy Hylton1998-02-181-0/+38
* main(): Include a \label{modindex} in the output so latex won't let us re-useFred Drake1998-02-171-1/+2
* Massive changes. Fewer warnings from the Python Library Reference. StillFred Drake1998-02-171-93/+131
* parse_line(): Strip whitespace from the module name.Fred Drake1998-02-131-3/+2
* Minor performance nits.Fred Drake1998-02-101-16/+18
* Script to fix up the Library Reference index so it's less ugly. The docstring:Fred Drake1998-02-091-0/+89
* Script to convert module index data to module index.Fred Drake1998-01-021-0/+62
* Getting uglier. But it doesn't completely bomb except for some table stuff.Fred Drake1997-12-291-40/+73
* A bunch of minor stuff.Fred Drake1997-12-291-9/+115
* Change name of temporary file to avoid possible filesystem issues; matchesFred Drake1997-12-291-1/+1
* Added the "italic correction" command ("\/") to the list of ignored commands.Fred Drake1997-11-251-1/+1
* A nicety (author lost).Guido van Rossum1997-06-021-0/+73
* (lib<all sorts of stuff>.tex):Fred Drake1996-12-131-1/+7
* (fix_libaux.sed): Hackish little sed script to modify lib.aux to get sectionFred Drake1996-11-111-0/+3
* (texi2html.py): Minor improvement to HTML 3.0 output for code examples.Fred Drake1996-10-251-2/+7
* (partparse.py): Fix nasty bug where \e got translated to @e only withinFred Drake1996-10-251-0/+1
* (partparse.py): Small change by Sjoerd to improve handle of X11 extensionFred Drake1996-10-141-1/+1