1. 28f1391 Improve separation of document class and python semantic constructs. This by Fred Drake · 27 years ago
  2. c7e76c8 Remove item on migration to LaTeX2e document classes. Done. by Fred Drake · 27 years ago
  3. 85551a3 tarballs: Ok, we do support info for the moment, so add that to the tarballs by Fred Drake · 27 years ago
  4. b1cd771 pdf-$(VERSION).tar.gz: If ref/ref.pdf exists, include it in the tarball by Fred Drake · 27 years ago
  5. 71472a5 Update URL to get Perl. (Anyone want to re-write LaTeX2HTML in Python? ;) by Fred Drake · 27 years ago
  6. cefcb33 Oops, remove some debugging prints. by Fred Drake · 27 years ago
  7. b98cd39 changeit(): Added support for \deprecated{}. by Fred Drake · 27 years ago
  8. 34d6f5b Preliminary LaTeX2HTML 98.1p1 support. Includes patch from Ross Moore to by Fred Drake · 27 years ago
  9. 2da947a Comment out the attempt to get index-related stuff processed in the right by Fred Drake · 27 years ago
  10. 3fe985f Simplify some of the escaping around ']' in \item[...] markup in light of by Fred Drake · 27 years ago
  11. 12577ab For each of the l2h??? targets, remove the sed hack that rips out a comma; by Fred Drake · 27 years ago
  12. 986c100 Perish Evil Revelry and Lamentation. by Fred Drake · 27 years ago
  13. 49d9b62 Obsolete. by Fred Drake · 27 years ago
  14. 6659c30 Convert LaTeX support to create a new class of documents. HTML generation by Fred Drake · 27 years ago
  15. 5352537 Logical markup. by Fred Drake · 27 years ago
  16. 34eefe5 Overhaul. by Fred Drake · 27 years ago
  17. 40e72f7 Fix typo. by Fred Drake · 27 years ago
  18. 4ad89bf Nit for \refexmodindex{} (reference to extension module). by Fred Drake · 27 years ago
  19. 791f2ae Simplify the parameters passed to node2label.pl. by Fred Drake · 27 years ago
  20. d7bb303 Marked reference to the Python Library Reference with \emph{}. by Fred Drake · 27 years ago
  21. fcf275e Script to create a source distribution. See comments at top. by Fred Drake · 27 years ago
  22. f611d37 Ignore tarballs. by Fred Drake · 27 years ago
  23. 9bdc436 Added msvcrt. by Guido van Rossum · 27 years ago
  24. f7cfb9a &replace_verbatim, &replace_verbatim_hook: Clean up a little, avoid long lines. by Fred Drake · 27 years ago
  25. 10026de Make the title page include all the interesting information. by Fred Drake · 27 years ago
  26. ec9200a &do_cmd_deprecated: New function. by Fred Drake · 27 years ago
  27. 05073e9 Update. by Fred Drake · 27 years ago
  28. 92e3194 Deprecate the read() and write() methods. by Fred Drake · 27 years ago
  29. 26c73b7 Added semi-structured support for feature deprecation. by Fred Drake · 27 years ago
  30. f9fd4e8 Put all the indexsubitem stuff together. by Fred Drake · 27 years ago
  31. 7186783 Make table column headings bold. by Fred Drake · 27 years ago
  32. 8a13525 Updates by AMK. by Fred Drake · 27 years ago
  33. 4f56f2d When "declaring" a module using \*modindex{}, and * doesn't start with "ref", by Fred Drake · 27 years ago
  34. 8fa5eb8 Logical markup. by Fred Drake · 27 years ago
  35. c865eb0 Nit to prevent empty node in formatted version. by Fred Drake · 27 years ago
  36. e65bb4e Reformulate how the info stuff is ignored. by Fred Drake · 27 years ago
  37. 4f4e920 Use a Python script to create "empty" indexes. This solves Guido's by Fred Drake · 27 years ago
  38. bdab730 Update.... by Fred Drake · 27 years ago
  39. f39ed67 Added \label{}s for logical addressing. by Fred Drake · 27 years ago
  40. 6c2176e Added \label{}s for logical addressing. by Fred Drake · 27 years ago
  41. e817930 Adjusted to work with the newer version of LaTeX2HTML as well. by Fred Drake · 27 years ago
  42. 3da06a6 Marked references to the other manuals as \emph{} in the abstract. by Fred Drake · 27 years ago
  43. 2474d68 Fix up description of 'S' format; as Dave Ascher pointed out, it by Guido van Rossum · 27 years ago
  44. 74a11e5 Do a little bit more work on a table-driven basis. A little cleanup. by Fred Drake · 27 years ago
  45. 20ee206 Add support for some of the newer commands, a little cleanup. by Fred Drake · 27 years ago
  46. c88aa35 &do_cmd_bcode, &do_cmd_ecode: Removed; no longer used. by Fred Drake · 27 years ago
  47. 628f598 Make sure the ']' in the content of the \item[] isn't used as the ending ']'. by Fred Drake · 27 years ago
  48. b92dce3 PyFile_FromFile() description: make sure the closing brace for the arguments by Fred Drake · 27 years ago
  49. 540e13d Derive the name of the modules .ind from the jobname. by Fred Drake · 27 years ago
  50. 888dfa9 Change quoting of the "echo" commands yet again.... why can't shells agree? by Fred Drake · 27 years ago
  51. 9cf4bbd Make this work better with a4 paper. by Fred Drake · 27 years ago
  52. d10d0fa Logical markup. by Fred Drake · 27 years ago
  53. eb9b831 Add support for hyperref package. This builds the PDF outline, makes the ToC by Fred Drake · 27 years ago
  54. 4d3b2a2 clean: Remove *.out (hyperref's internal files for building outlines for PDF). by Fred Drake · 27 years ago
  55. f6dabaa Ignore hyperref's *.out files (used in building outlines for PDF). by Fred Drake · 27 years ago
  56. 906f7ea Change quoting a little bit to avoid problems building it at CNRI. by Fred Drake · 27 years ago
  57. 78f6aac Clean up some stuff in the {seealso} at the end. This avoids a little nit by Fred Drake · 27 years ago
  58. a705da7 Marked the unmarked AttributeError. (AMK) by Fred Drake · 27 years ago
  59. 71f894a "streans" --> "streams" (AMK) by Fred Drake · 27 years ago
  60. eb72a27 Add a period to "Written by James Roskind" by Fred Drake · 27 years ago
  61. 5ad78f3 Changed way *.ind are forced to exist; the files are now reset to contain by Fred Drake · 27 years ago
  62. d028ca9 Fixed and extended the example; the original example contained some bogus code. by Guido van Rossum · 27 years ago
  63. 3ffb715 Added two subsections with extra hints and details, even for by Guido van Rossum · 27 years ago
  64. 1ee492e The list of module descriptions should be a {description} environment, not by Fred Drake · 27 years ago
  65. ed3515d Removed two items, correct one spelling error. by Fred Drake · 27 years ago
  66. 5c19c7b Tell TeX about a pathological hyphenation case (BaseHTTPRequestHandler). by Fred Drake · 27 years ago
  67. 2c8aa65 Added \label{}s for logical addressing. by Fred Drake · 27 years ago
  68. d67e12e Added \label{}s for logical addressing. by Fred Drake · 27 years ago
  69. 7baf3d4 Fixed typo reported by Vladimir Marangozov <Vladimir.Marangozov@imag.fr>. by Fred Drake · 27 years ago
  70. f7f2e70 Don't ignore makeinfo errors. by Fred Drake · 27 years ago
  71. 9c7c6be Clean up name->name conversion a little, *make sure it happens in all the by Fred Drake · 27 years ago
  72. 505d80b Jeff Kunce writes (and he is right): by Guido van Rossum · 27 years ago
  73. ef14622 Revise comment about the {fulllineitems} environment to be accurate. by Fred Drake · 27 years ago
  74. 6eb1f6b Improve support for logical node names. by Fred Drake · 27 years ago
  75. 0cf0cfb Adjusted \label{} for *consistent* logical addressing. by Fred Drake · 27 years ago
  76. c83db33 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  77. 9168328 Add missing files to $(LIBFILES). by Fred Drake · 27 years ago
  78. c3e4549 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  79. 83efb54 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  80. af9b6e6 Added itemized list of Macintosh modules, similar to the other chapters. by Fred Drake · 27 years ago
  81. cea0e73 Added \label{} for logical addressing. by Fred Drake · 27 years ago
  82. 83c1a39 Separate chapter and section. by Fred Drake · 27 years ago
  83. baa04a1 Make sure the general index and about nodes get labels assigned, so they get by Fred Drake · 27 years ago
  84. 1aabe5e Separate binhex and binuu documentation from binascii. Support better by Fred Drake · 27 years ago
  85. 05ce570 Remove debugging print. by Fred Drake · 27 years ago
  86. 1f0fdde Bring date into line with the last documentation release. by Fred Drake · 27 years ago
  87. 526ebb4 Work on a temporary file, not the input file. by Fred Drake · 27 years ago
  88. a799835 Revised some targets to make better use of make "special" variables, to avoid by Fred Drake · 27 years ago
  89. ef05803 Support environments {fulllineitems} and {classdesc}, more of the new logical by Fred Drake · 27 years ago
  90. c927407 Adjust grouping for the "b(reak)" command syntax description. This is by Fred Drake · 27 years ago
  91. 20e0196 Logical markup. by Fred Drake · 27 years ago
  92. ea8006a \nodename{} must immediately follow \chapter{} to be handled correctly; by Fred Drake · 27 years ago
  93. 75bfb0f {fulllineitems} is now an environment; use it as such. by Fred Drake · 27 years ago
  94. 802a202 Logical markup. by Fred Drake · 27 years ago
  95. fb5e54d Mostly LaTeX style cleanup. by Fred Drake · 27 years ago
  96. c02fbe5 breakable_re: Fix the RE so that module definition entries don't prevent by Fred Drake · 27 years ago
  97. a73033f Feature added by Bill van Melle: when no timezone is present, assume by Guido van Rossum · 27 years ago
  98. ce0e175 &do_cmd_url, by Fred Drake · 27 years ago
  99. 026d962 Consistent spelling: "time zone" -> "timezone". by Guido van Rossum · 27 years ago
  100. 4186cd3 Add named destinations for \label{} in the PDF. by Fred Drake · 27 years ago