1. 9c8149a more HTML styling detail changes by Fred Drake · 21 years ago
  2. 5d93eef move table formatting for grammar productions from HTML to CSS by Fred Drake · 21 years ago
  3. 179b39a remove unreachable cruft by Fred Drake · 21 years ago
  4. 9e927f1 add a comment about one of the remaining warts in the table formatting by Fred Drake · 21 years ago
  5. 39a6a6d move much of the table styling out of the HTML and into the CSS; by Fred Drake · 21 years ago
  6. 0cf87be more more styling to the CSS by Fred Drake · 21 years ago
  7. d7a5bca more XHTML friendliness: <dl compact> becomes well-formed by Fred Drake · 21 years ago
  8. ed30629 fix markup in "title" attribute for \citetitle{} by Fred Drake · 21 years ago
  9. 0c1b253 add xml:id attributes wherever we generate the IDs (old patch saved up) by Fred Drake · 21 years ago
  10. 899072a avoid stripping space after indexing macros by Fred Drake · 21 years ago
  11. 8effa01 fix typo that wasn't properly fixed in revision 1.144 by Fred Drake · 21 years ago
  12. f0f6d12 add \guilabel macro to mark labels that occur in user interfaces by Fred Drake · 21 years ago
  13. 4f687b3 add new reference macro: \seelink by Fred Drake · 21 years ago
  14. 89d147d remove ancient cruft by Fred Drake · 21 years ago
  15. 345555d - make "--" in code text not get converted to "-" - fix minor typo in comment by Fred Drake · 21 years ago
  16. 04bf724 - clean up generated HTML - make the output more XHTML friendly by Fred Drake · 21 years ago
  17. 1b1ca0c normalize whitespace; detabify by Fred Drake · 22 years ago
  18. 41aa018 fix some nuissance formatting problems for the "alltt" environment; by Fred Drake · 22 years ago
  19. ecbfceb make sure cells are really generated for all table cells, even those by Fred Drake · 22 years ago
  20. 5d9c636f init_myformat(): None of the "mark" values can be empty strings, or by Fred Drake · 22 years ago
  21. 2fc88a6 make the portions of the generated HTML produced by these styles better by Fred Drake · 22 years ago
  22. bd5fdd9 Make it easier to figure out the where a menuselection starts and ends by Fred Drake · 22 years ago
  23. 4e72e05 process_commands_wrap_deferred: by Fred Drake · 22 years ago
  24. 7adcfad fix stupid typo by Fred Drake · 22 years ago
  25. 7898ccd Improve compatibility with more versions of LaTeX2HTML and more LaTeX by Fred Drake · 22 years ago
  26. 5bbeb8d Twiddle. by Fred Drake · 22 years ago
  27. 49b33fa Squash an enormous number of warnings reported when adding "use by Fred Drake · 23 years ago
  28. b02f0df - Committing the modified signature lines I've been using for a long by Fred Drake · 23 years ago
  29. 4400509 Add \funcline, \funclineni, and \methodlineni to the list of functions by Fred Drake · 23 years ago
  30. dbb2b9d Hackish way to generate an up-<link> for the title page if we have one. by Fred Drake · 23 years ago
  31. 4837fa3 \productioncont: Replace leading spaces with &nbsp; so that it's by Fred Drake · 23 years ago
  32. f6e9027 Refactor the generation of signature lines for funcdesc, methoddesc, by Fred Drake · 23 years ago
  33. 6fc22f6 Ensure \verbatiminput always uses a unique filename for each input file in by Fred Drake · 23 years ago
  34. f547863 Use Perl function prototypes to help avoid definition/usage mismatches by Fred Drake · 23 years ago
  35. 34adb8a Separate out a \cfuncline macro from the cfuncdesc environment. by Fred Drake · 23 years ago
  36. 0157276 Generate the right annotations in the index entries. by Fred Drake · 23 years ago
  37. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 23 years ago
  38. eeb5ec4 Add support for \cmemberline and the cmemberdesc environment. by Fred Drake · 23 years ago
  39. dbfe768 Update the PEP URL format to point to python.org. by Fred Drake · 23 years ago
  40. 5381588 Revise the markup related to the grammar productions to increase the by Fred Drake · 23 years ago
  41. f171ad9 Change the way \textasciitilde is implemented so it works more consistently by Fred Drake · 23 years ago
  42. 58fb237 Add implementations for \textgreater and \textless, defined in (relatively) by Fred Drake · 23 years ago
  43. 6ca3377 Add a new environment for whole-paragraph (or longer) notes & warnings. by Fred Drake · 23 years ago
  44. e27f868 The valign attribute to control the vertical alignment of a table cell should by Fred Drake · 23 years ago
  45. be6dd30 Remove crufty whitespace in a block of index entries. by Fred Drake · 23 years ago
  46. 5ed35fd Add a new environment in the Python docs markup: seealso*. This is similar by Fred Drake · 23 years ago
  47. af07b2c Add yet more markup that let's a stylesheet pick out a small bit of the by Fred Drake · 24 years ago
  48. 92350b3 New markup: \note{...} and \warning{...} by Fred Drake · 24 years ago
  49. 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 24 years ago
  50. 16bb419 New \grammartoken markup, similar to \token but allowed everywhere. by Fred Drake · 24 years ago
  51. cb19976 fix_font(): Instead of using a long if/elsif cluster, use a bloody by Fred Drake · 24 years ago
  52. 7eac0cb Define the \mailheader macro and document conventions for using it. by Fred Drake · 24 years ago
  53. f269e59 Define new markup for 5-column tables. by Fred Drake · 24 years ago
  54. 77602f2 Add support for \ulink and hyperlink grammars. by Fred Drake · 24 years ago
  55. 6fe4660 Added support for our new \infinity and \plusminus macros, and the by Fred Drake · 24 years ago
  56. f1927a6 Added support for new \setreleaseinfo macro. by Fred Drake · 24 years ago
  57. 57e52ef Implement the \verbatiminput LaTeX macro; this contains more magic than by Fred Drake · 24 years ago
  58. 06a01e8 Define a new environment, classdesc*, which can be used to document a by Fred Drake · 24 years ago
  59. 056a71d The (fairly recent) \textasciicircum is not supported by LaTeX2HTML; add by Fred Drake · 24 years ago
  60. c2b29d0 Added support for optional explanation parameter to the \versionadded macro. by Fred Drake · 24 years ago
  61. e0197bf When forming the <A> tag for a \seepep or \seerfc, make sure we strip by Fred Drake · 24 years ago
  62. 8633360 Add corresponding support for the alltt environment to the HTML generator. by Fred Drake · 24 years ago
  63. c612a14 Remove the spurious space of uncertain origin from the output for function, by Fred Drake · 24 years ago
  64. ab357ec Label classes and exceptions explicitly in the documentation (for their by Fred Drake · 24 years ago
  65. afc7ce1 Fix \seepep handling -- correct URL to the online PEP repository on SF is by Fred Drake · 24 years ago
  66. de77bc5 For the title page, insert the package version number before the date. by Fred Drake · 24 years ago
  67. e463f8e A few small refinements to the table building code. by Fred Drake · 24 years ago
  68. 5942b43 define_module(): Change the "index sub-item" for definitions at module by Fred Drake · 25 years ago
  69. 351960d Normalize the HTML generated for table headers. by Fred Drake · 25 years ago
  70. d04592a Rename $PYTHON_VERSION to $PACKAGE_VERSION; this is the version number for by Fred Drake · 25 years ago
  71. 5f84c9b $OFF_SITE_LINK_ICON: Don't define here; simply defining it overrides a by Fred Drake · 25 years ago
  72. 7a40c07 make_icon_filename(): Convenience function to turn a partial filename by Fred Drake · 25 years ago
  73. 38178fd use_sans_serif(), by Fred Drake · 25 years ago
  74. da72b93 Add new environments: longtableii, longtableiii, and longtableiv, to by Fred Drake · 25 years ago
  75. 3cdb89d do_cmd_shortversion(), do_cmd_setshortversion(): Implementation for new markup. by Fred Drake · 25 years ago
  76. 4844998 \seetitle: New macro for building reference list content. by Fred Drake · 25 years ago
  77. 643d76d Add support for new \pep, \seepep, excclassdesc markup. by Fred Drake · 25 years ago
  78. 3be2074 Push some table header formatting to the style sheet; this also helps by Fred Drake · 25 years ago
  79. 241551c do_env_cfuncdesc(): Push as much of the generated HTML into one place by Fred Drake · 25 years ago
  80. cb0fc9c fix_font(): Handle one more case for the magical first column of tables. by Fred Drake · 25 years ago
  81. 3d5a04a do_cmd_moreargs(), by Fred Drake · 25 years ago
  82. 7388f73 Support constant as a font name for the first column of a table using the by Fred Drake · 25 years ago
  83. c3fd45f do_cmd_textasciitilde(): New function. by Fred Drake · 25 years ago
  84. ef4d111 do_cmd_seeurl(): New function. by Fred Drake · 25 years ago
  85. 52e7684 do_cmd_versionchanged(): by Fred Drake · 25 years ago
  86. 37cc0c0 ref_module_index_helper(): Use "my" instead of "local". by Fred Drake · 25 years ago
  87. 0cd6021 do_cmd_longprogramopt(): New function. by Fred Drake · 25 years ago
  88. c2578c5 load_refcounts(), by Fred Drake · 25 years ago
  89. adb272c do_cmd_datalineni(): New function, to implement the non-indexing form by Fred Drake · 25 years ago
  90. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 25 years ago
  91. c9f5fe0 do_cmd_programopt(): New function, similar to do_cmd_program(). by Fred Drake · 26 years ago
  92. d37cecf Remove some <SPAN> elements that were used only to carry a CLASS by Fred Drake · 26 years ago
  93. d52879c do_cmd_rfc(): Simplify the generated markup. by Fred Drake · 26 years ago
  94. 6b3fb78 do_cmd_funclineni(): New function; non-indexing form of \funcline. by Fred Drake · 26 years ago
  95. 3e4c614 define_module(): Check the module type for validity before using. by Fred Drake · 26 years ago
  96. ab03215 make_index_entry(): Remove. Not only did this override the by Fred Drake · 26 years ago
  97. 84bd6f3 Change the look of \seemodule output to fit in better. by Fred Drake · 26 years ago
  98. ea07f27 setup_column_alignments(): Adding valign=baseline to the <td> tag by Fred Drake · 26 years ago
  99. f74e5b7 Control the layout of output tables a little better so they're easier by Fred Drake · 26 years ago
  100. 79189b5 do_cmd_seetext(): Clean up so we get proper nesting of <div>s. This by Fred Drake · 26 years ago