1. 69f0a8e The <link> to the stylesheet should include the type attribute. by Fred Drake · 22 years ago
  2. cf43004 Fix broken HTML in the head; this was reported by a user as causing Opera 6.01 by Fred Drake · 22 years ago
  3. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 22 years ago
  4. f171ad9 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 22 years ago
  5. 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 22 years ago
  6. 6ca3377 Add a new environment for whole-paragraph (or longer) notes & warnings. by Fred Drake · 23 years ago
  7. e27f868 The valign attribute to control the vertical alignment of a table cell should by Fred Drake · 23 years ago
  8. be6dd30 Remove crufty whitespace in a block of index entries. by Fred Drake · 23 years ago
  9. bb7775a Fix SF bug #479967: Appearantly I broke something that made the index by Fred Drake · 23 years ago
  10. 5ed35fd Add a new environment in the Python docs markup: seealso*. This is similar by Fred Drake · 23 years ago
  11. fb6499f Clean up the tables of child links generated by stock LaTeX2HTML so we get by Fred Drake · 23 years ago
  12. af07b2c Add yet more markup that let's a stylesheet pick out a small bit of the by Fred Drake · 23 years ago
  13. a219b41 Add better support for Mozilla's use of <link> elements. by Fred Drake · 23 years ago
  14. cc2e306 Support for the iSilo conversion. by Fred Drake · 23 years ago
  15. 92350b3 New markup: \note{...} and \warning{...} by Fred Drake · 23 years ago
  16. 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 23 years ago
  17. 16bb419 New \grammartoken markup, similar to \token but allowed everywhere. by Fred Drake · 23 years ago
  18. 2dc0794 Make sure that ampersand escaping is still performed on the contents of by Fred Drake · 23 years ago
  19. cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 23 years ago
  20. 9443dc3 Remove the use of the "cat" program. This improves portability to non-Unix by Fred Drake · 23 years ago
  21. 7eac0cb Define the \mailheader macro and document conventions for using it. by Fred Drake · 23 years ago
  22. f269e59 Define new markup for 5-column tables. by Fred Drake · 23 years ago
  23. 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 23 years ago
  24. 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 23 years ago
  25. dce975c Update to use the newly separated values $PACKAGE_VERSION and $RELEASE_INFO. by Fred Drake · 23 years ago
  26. f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 23 years ago
  27. 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 23 years ago
  28. 06a01e8 Define a new environment, classdesc*, which can be used to document a by Fred Drake · 23 years ago
  29. caa79a9 Minor adjustments to HTML for the module synopsis tables. by Fred Drake · 23 years ago
  30. 056a71d The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 23 years ago
  31. c2b29d0 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 23 years ago
  32. e0197bf When forming the <A> tag for a \seepep or \seerfc, make sure we strip by Fred Drake · 23 years ago
  33. 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 23 years ago
  34. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 23 years ago
  35. ab357ec Label classes and exceptions explicitly in the documentation (for their by Fred Drake · 23 years ago
  36. afc7ce1 Fix \seepep handling -- correct URL to the online PEP repository on SF is by Fred Drake · 24 years ago
  37. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  38. b31d36c Fix the bugfix for SF bug #127151 -- make sure we map "previous_page" to by Fred Drake · 24 years ago
  39. d18722b Do not cache <img> tags for navigation icons as agressively; this fixes by Fred Drake · 24 years ago
  40. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 24 years ago
  41. e463f8e A few small refinements to the table building code. by Fred Drake · 24 years ago
  42. 5942b43 define_module(): Change the "index sub-item" for definitions at module by Fred Drake · 24 years ago
  43. 351960d Normalize the HTML generated for table headers. by Fred Drake · 24 years ago
  44. 7497bd3 Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  45. d04592a Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 24 years ago
  46. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 24 years ago
  47. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 24 years ago
  48. 38178fd use_sans_serif(), by Fred Drake · 24 years ago
  49. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 24 years ago
  50. 02c7082 make_nav_sectref(): Create more minimal HTML, hanging the class attribute by Fred Drake · 24 years ago
  51. 1681627 Push more of the display control into the style sheet. by Fred Drake · 24 years ago
  52. aaa2385 When there is a Module Index, make sure the icon actually links to it. by Fred Drake · 24 years ago
  53. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 24 years ago
  54. c568173 Re-wrapped some wide comments. by Fred Drake · 24 years ago
  55. 4844998 \seetitle: New macro for building reference list content. by Fred Drake · 24 years ago
  56. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 24 years ago
  57. 75c6cb9 Add support for a filename to record the name of the node in which the by Fred Drake · 24 years ago
  58. f730fc3 Be a little more careful to avoid including style information in the by Fred Drake · 24 years ago
  59. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 24 years ago
  60. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 24 years ago
  61. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 24 years ago
  62. 3d5a04a do_cmd_moreargs(), by Fred Drake · 24 years ago
  63. 4640e13 Change as suggested by Peter Funk <pf@artcom-gmbh.de>: by Fred Drake · 24 years ago
  64. 85d14c9 Many changes to work with newer versions of LaTeX2HTML. This has been by Fred Drake · 24 years ago
  65. 7388f73 Support constant as a font name for the first column of a table using the by Fred Drake · 24 years ago
  66. c3fd45f do_cmd_textasciitilde(): New function. by Fred Drake · 24 years ago
  67. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 24 years ago
  68. 52e7684 do_cmd_versionchanged(): by Fred Drake · 24 years ago
  69. 638ae9d Support for the special macros used by the distutils documentation. by Fred Drake · 24 years ago
  70. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 24 years ago
  71. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 24 years ago
  72. c2578c5 load_refcounts(), by Fred Drake · 24 years ago
  73. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 24 years ago
  74. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  75. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 25 years ago
  76. b35f2b7 Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  77. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 25 years ago
  78. d3d28d3 img_tag(): Tighten up the generated SRC attribute a bit; if the image by Fred Drake · 25 years ago
  79. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 25 years ago
  80. 191439a Some updates to allow ../tools/mkhowto to add various bits to the by Fred Drake · 25 years ago
  81. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 25 years ago
  82. f930d82 Use the same names for CLASS attributes as elsewhere. by Fred Drake · 25 years ago
  83. 3e4c614 define_module(): Check the module type for validity before using. by Fred Drake · 25 years ago
  84. ab03215 make_index_entry(): Remove. Not only did this override the by Fred Drake · 25 years ago
  85. 76febdf make_index_entry(): Remove. This is overridden in python.perl and by Fred Drake · 25 years ago
  86. 84bd6f3 Change the look of \seemodule output to fit in better. by Fred Drake · 25 years ago
  87. a007544 make_nav_panel(): Remove the spurious NAME="tex2html\d+" attributes by Fred Drake · 25 years ago
  88. ea07f27 setup_column_alignments(): Adding valign=baseline to the <td> tag by Fred Drake · 25 years ago
  89. ac3dc83 Fix up the HTML generated for envdesc and macrodesc environments. by Fred Drake · 25 years ago
  90. d02573d Handle \p and \op in parameter lists for the environment and macro by Fred Drake · 25 years ago
  91. f74e5b7 Control the layout of output tables a little better so they're easier by Fred Drake · 25 years ago
  92. 79189b5 do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This by Fred Drake · 25 years ago
  93. ca675e4 do_cmd_funcline(): Remove some bogus generated stuff from the output by Fred Drake · 25 years ago
  94. 085b812 Fix some remaining index & consistency nits. (Many data member by Fred Drake · 25 years ago
  95. 9444df0 Don't include the verbatim style; the default handling is better. by Fred Drake · 25 years ago
  96. 1cc5899 Fix problem of LaTeX leakage in the module synopsis tables at the by Fred Drake · 25 years ago
  97. bb584d3 Be more stylesheet friendly. by Fred Drake · 25 years ago
  98. a608a1d Require the verbatim package (similar to the LaTeX version). by Fred Drake · 25 years ago
  99. 2cafcbb Remove \platformof support, since it's been removed from the LaTeX style sheet. by Fred Drake · 25 years ago
  100. 03dffcc LaTeX2HTML support for the ltxmarkup package. by Fred Drake · 25 years ago