1. 8c1e114 Don't attempt to add paragraph and subparagraph sections to the PDF outline. by Fred Drake · 26 years ago
  2. 47f6906 Script to generate page counts of the PostScript files. by Fred Drake · 26 years ago
  3. e1feb8f Support long options that take arguments of the form --option=value as well by Fred Drake · 26 years ago
  4. 9f6f0da Improved some error messages for command line processing. by Fred Drake · 26 years ago
  5. 78b8c3d Oops, the --text option wasn't documented! by Fred Drake · 26 years ago
  6. c794c38 Added a comment about not using a symbolic link to access the script. by Fred Drake · 26 years ago
  7. 15c417e Helper script used in creating navigation buttons. by Fred Drake · 26 years ago
  8. af06a0b Use Perl's rename() function instead of system(); there's no need for two by Fred Drake · 26 years ago
  9. f6b6bbc Add a comment explaining that this script is probably not useful outside the by Fred Drake · 26 years ago
  10. 077fffa The letter headings must be requested explicitly with --letters. by Fred Drake · 26 years ago
  11. 7cbf462 Allow multi-column indexes to be produced. by Fred Drake · 26 years ago
  12. 9940bd7 Variant of AMK's patch to produce text versions of HOWTO documents. by Fred Drake · 26 years ago
  13. 11300cc build_html(): Simplify, so there's only one version of the latex2html by Fred Drake · 26 years ago
  14. 8cab549 use_latex(): Hack to pass .syn files though uniq, so that the last module by Fred Drake · 26 years ago
  15. e87ab1f Fix definition of release_version (global). by Fred Drake · 26 years ago
  16. a4565b0 Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  17. 8dbf46a Update to use latex2html 98.1p5. by Fred Drake · 26 years ago
  18. 8d1b338 Remove debugging echo. by Fred Drake · 26 years ago
  19. df825a1 Fix the fix to allow the .tex document sources not live in ".". by Fred Drake · 26 years ago
  20. 25d4e28 Mostly spurious change to ensure that everyone's version of this picks up the by Fred Drake · 26 years ago
  21. f4fc476 Don't run tools/toc2bkm.py unless we're building PDF. by Fred Drake · 26 years ago
  22. 72dd58d Use .tgz instead of .tar.gz for the output file name. by Fred Drake · 26 years ago
  23. d5d473f Add --letter option, similar to --a4. This is a no-op, but can be used from by Fred Drake · 26 years ago
  24. 58ff112 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  25. 1a3541c Oops, better add it to the usage message! by Fred Drake · 26 years ago
  26. 3504952 Add easy-to-use support for A4 paper. by Fred Drake · 26 years ago
  27. f2fa1e2 Accept the release number on the command line instead of hardcoding it. by Fred Drake · 26 years ago
  28. 323dc70 Don't be so ugly as to use "set -x" to get the executed commands printed. by Fred Drake · 26 years ago
  29. 8ffa21c Adjust to new file layout. by Fred Drake · 26 years ago
  30. f4166a4 Some versions of latex2html don't automatically append the .tex extension to by Fred Drake · 26 years ago
  31. 4a9129c /bin/sed works on both Solaris and RedHat Linux; /usr/bin/sed does not. by Fred Drake · 26 years ago
  32. 19c7c84 Be a little more robust handling filenames. by Fred Drake · 26 years ago
  33. bf33269 Add support for a --pdf option to cause a PDF file to be created instead; by Fred Drake · 26 years ago
  34. 8920156 New script to drive HTML generation. by Fred Drake · 26 years ago
  35. 5360879 New helper script to build the .dvi for a Python manual; usable for the by Fred Drake · 26 years ago
  36. c9b8a57 cleanup(): Remove *all* the temp files related to index generation! by Fred Drake · 26 years ago
  37. 8805354 Simplify how some options get propogated. by Fred Drake · 26 years ago
  38. dc1c970 This script appears to no longer be in the toolchain for Python by Barry Warsaw · 26 years ago
  39. 476412a cleanup(): Get rid of module index turds. by Fred Drake · 26 years ago
  40. 7984256 build_ps(): Fix flags to dvips. by Fred Drake · 26 years ago
  41. 4f6d6e4 Fix things. Blame Andy Eskilsson <andy.eskilsson@telelogic.se>. by Fred Drake · 26 years ago
  42. 12f842e Adjust to allow both general and module indexes. by Fred Drake · 26 years ago
  43. bf88c38 Fix the broken PDF links, really this time! by Fred Drake · 26 years ago
  44. a88d681 Change the form of the name given to each page of the PDF from "page.%d" to by Fred Drake · 26 years ago
  45. e3ae519 Update to use the new release number. Will generalize in the next round. by Fred Drake · 26 years ago
  46. 2b8c95e Minor housing cleaning in HTML that gets generated. by Fred Drake · 26 years ago
  47. 058068d Nearly a complete re-write. by Fred Drake · 26 years ago
  48. a8e262b Use the new index style when running makeindex. by Fred Drake · 26 years ago
  49. ac8f91a Added --split for AMK; control split level of the HTML output. Use --split 1 by Fred Drake · 26 years ago
  50. ec56109 First (rough) cut at HTML index generation in Python. Not very pretty, but by Fred Drake · 26 years ago
  51. 19e2ce5 Add support for mapping internal labels used from the index. by Fred Drake · 26 years ago
  52. f558e31 Make $MYDIR absolute -- bug reported by AMK. by Fred Drake · 26 years ago
  53. 2543769 Use "/usr/bin/env perl" for the #! line, and change the -i option to: by Fred Drake · 26 years ago
  54. 1125488 build_dvi(): Make sure we run latex enough times; this now matches the # by Fred Drake · 26 years ago
  55. e603cb1 Revive newind.py. -sigh- by Fred Drake · 26 years ago
  56. 664b36f *Sigh* by Fred Drake · 26 years ago
  57. dbc879e Allow the user to operate the script in debugging mode (-D), which just does by Fred Drake · 26 years ago
  58. e2e904f Script to format HOWTO documents. Currently only tested on the "Using by Fred Drake · 26 years ago
  59. eff1f76 clean_title(): Remove debugging prints. by Fred Drake · 26 years ago
  60. ac77b79 clean_title(): Clean a little more carefully. Still does funny things with by Fred Drake · 26 years ago
  61. 45e564d In the source dist., don't include: by Fred Drake · 26 years ago
  62. 568113a Obsolete. by Fred Drake · 26 years ago
  63. 8fcad7b Don't generate a \label{} here. by Fred Drake · 26 years ago
  64. 473a90e Allow the user to specify the "biggest" section type from the command line; by Fred Drake · 26 years ago
  65. 361ee65 Utility to help create outline information for PDF. by Fred Drake · 26 years ago
  66. 2888bf6 Build a tarball that extracts to Python-$VERSION/Doc/ instead of Doc/, by Fred Drake · 26 years ago
  67. cefcb33 Oops, remove some debugging prints. by Fred Drake · 26 years ago
  68. b98cd39 changeit(): Added support for \deprecated{}. by Fred Drake · 26 years ago
  69. fcf275e Script to create a source distribution. See comments at top. by Fred Drake · 26 years ago
  70. 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 26 years ago
  71. e817930 Adjusted to work with the newer version of LaTeX2HTML as well. by Fred Drake · 26 years ago
  72. 74a11e5 Do a little bit more work on a table-driven basis. A little cleanup. by Fred Drake · 26 years ago
  73. 9c7c6be Clean up name->name conversion a little, *make sure it happens in all the by Fred Drake · 26 years ago
  74. 526ebb4 Work on a temporary file, not the input file. by Fred Drake · 26 years ago
  75. ef05803 Support environments {fulllineitems} and {classdesc}, more of the new logical by Fred Drake · 26 years ago
  76. c02fbe5 breakable_re: Fix the RE so that module definition entries don't prevent by Fred Drake · 26 years ago
  77. 9caa110 assure a consistent assignment for nodes with multiple labels by Jeremy Hylton · 26 years ago
  78. 9acafa8 Don't make backups. by Fred Drake · 26 years ago
  79. daa2d5d Patch HREFs in html files, replacing nodeXXX.html with label.html. by Jeremy Hylton · 26 years ago
  80. a219e79 main(): Include a \label{modindex} in the output so latex won't let us re-use by Fred Drake · 26 years ago
  81. e8b4613 Massive changes. Fewer warnings from the Python Library Reference. Still by Fred Drake · 26 years ago
  82. cffaebb parse_line(): Strip whitespace from the module name. by Fred Drake · 26 years ago
  83. a94d21f Minor performance nits. by Fred Drake · 26 years ago
  84. dd244a0 Script to fix up the Library Reference index so it's less ugly. The docstring: by Fred Drake · 27 years ago
  85. c1ce320 Script to convert module index data to module index. by Fred Drake · 27 years ago
  86. 43c9350 Getting uglier. But it doesn't completely bomb except for some table stuff. by Fred Drake · 27 years ago
  87. a4541af A bunch of minor stuff. by Fred Drake · 27 years ago
  88. 6ccaaf1 Change name of temporary file to avoid possible filesystem issues; matches by Fred Drake · 27 years ago
  89. cb91e7b Added the "italic correction" command ("\/") to the list of ignored commands. by Fred Drake · 27 years ago
  90. 6cb2ac2 A nicety (author lost). by Guido van Rossum · 27 years ago
  91. 4b3f031 (lib<all sorts of stuff>.tex): by Fred Drake · 28 years ago
  92. b33021b (fix_libaux.sed): Hackish little sed script to modify lib.aux to get section by Fred Drake · 28 years ago
  93. abcb382 (texi2html.py): Minor improvement to HTML 3.0 output for code examples. by Fred Drake · 28 years ago
  94. 893e5e0 (partparse.py): Fix nasty bug where \e got translated to @e only within by Fred Drake · 28 years ago
  95. acc8754 (partparse.py): Small change by Sjoerd to improve handle of X11 extension by Fred Drake · 28 years ago
  96. 22f7f9e (texi2html.py): Added CLASS=Navigation attribute to DIV around top/bottom by Fred Drake · 28 years ago
  97. 11b6d24 (partparse.py): Small fix to do_datadesc(): in some odd cases the name of by Fred Drake · 28 years ago
  98. 0282726 (texi2html.py): Tightened the generated HTML slightly. Added -p option to by Fred Drake · 28 years ago
  99. 7edd8d3 (partparse.py): Rationalize some behavior around unexpected conditions. by Fred Drake · 28 years ago
  100. a39a25e (texi2html.py): Use "if __name__ == '__main__':" test. Adjust indentation by Fred Drake · 28 years ago