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