1. 85cbabf Fix bug tracker link. by Martin v. Löwis · 17 years ago
  2. 6b5c14f Remove an old SF reference. by Brett Cannon · 17 years ago
  3. ab0f947 Remove .cvsignore files, as they live in svn:ignore properties now. by Martin v. Löwis · 19 years ago
  4. 537d3fc Check in missing png version of pyfav.gif. by Johannes Gijsbers · 20 years ago
  5. 5895481 avoid applying :active to anchors that are only link targets (no href attribute) by Fred Drake · 20 years ago
  6. 52c937d remove unhelpful property setting that overrides the right setting for by Fred Drake · 20 years ago
  7. 0a3c818 - hack for MSIE5 to make (real) tables center by Fred Drake · 20 years ago
  8. 9c8149a more HTML styling detail changes by Fred Drake · 20 years ago
  9. 5d93eef move table formatting for grammar productions from HTML to CSS by Fred Drake · 20 years ago
  10. b194b5b remove comment that seems to be wrong after all; browsers do implement by Fred Drake · 20 years ago
  11. 39a6a6d move much of the table styling out of the HTML and into the CSS; by Fred Drake · 20 years ago
  12. 0cf87be more more styling to the CSS by Fred Drake · 20 years ago
  13. 6e2e90d switch remaining icon references to the PNG icons by Fred Drake · 20 years ago
  14. 8aebe19 add encouragement to contribute without learning LaTeX (closes SF bug #948517) by Fred Drake · 20 years ago
  15. 972c9e8 Rely on the style sheet more for the distutils markup. by Fred Drake · 20 years ago
  16. f0f6d12 add \guilabel macro to mark labels that occur in user interfaces by Fred Drake · 21 years ago
  17. 292f597 Fix stupid style bug in a second place. by Fred Drake · 21 years ago
  18. c504c20 Fix stupid style bug. by Fred Drake · 21 years ago
  19. 4587fa2 try to fix up the padding inside a notice environment so they fit in a by Fred Drake · 21 years ago
  20. f355213 avoid spurious vertical whitespace preceeding heading which are marked by Fred Drake · 21 years ago
  21. 929d959 make the padding inside a "See also" box more consistent around the sides by Fred Drake · 21 years ago
  22. 0739c44 Suppress more online-only navigation in the printed HTML. by Fred Drake · 21 years ago
  23. 859c46a Make the redundent portion of the lower navigation area disappear from the by Fred Drake · 21 years ago
  24. 9e78d1e fix minor syntactic faux pas by Fred Drake · 21 years ago
  25. 9d84308 update the documentation contact address by Fred Drake · 21 years ago
  26. bd5fdd9 Make it easier to figure out the where a menuselection starts and ends by Fred Drake · 21 years ago
  27. 6ab8b40 fix link-hovering so <a name='...'> (no href attribute) doesn't get by Fred Drake · 21 years ago
  28. 4864bfb Minor elaboration in the information about reporting errors. by Fred Drake · 21 years ago
  29. 49c5955 Make the footer at the end of a \verbatiminput stand out a little by Fred Drake · 22 years ago
  30. 9db20c6 Make the "notice" environments somewhat similar, with less difference by Fred Drake · 22 years ago
  31. 8687609 Two more <link> elements. by Fred Drake · 22 years ago
  32. 942bd50 Add some relevant <link> elements. by Fred Drake · 22 years ago
  33. 11eb3d0 Make use of the new "favicon" image. by Fred Drake · 22 years ago
  34. 45be2fe Added "favicon" image. by Fred Drake · 22 years ago
  35. a8ef0d1 Anchors ("a" elements) used only for the name attribute should not by Fred Drake · 22 years ago
  36. 5a55c49 Added more style for major warnings. by Fred Drake · 22 years ago
  37. 1f67946 Changed last remaining use of "./" to "index.html" when referring to the by Fred Drake · 22 years ago
  38. 8a5e679 Clean up the application of style to verbatim text. by Fred Drake · 22 years ago
  39. a8e5d43 Minor style change. by Fred Drake · 22 years ago
  40. c9319b3 Minor adjustments. by Fred Drake · 22 years ago
  41. ed6a886 Ignore new output directory. by Fred Drake · 22 years ago
  42. 4e526fe Add the "What's New" document to the index of HTML documents. by Fred Drake · 22 years ago
  43. baf43c5 When linking to an index page, explicitly name index.html instead of by Fred Drake · 22 years ago
  44. beafc79 Typo, spotted by Fredrik Lundh. by Fred Drake · 23 years ago
  45. e1d4ad3 Finally commit the font changes that have been live on the development site by Fred Drake · 23 years ago
  46. 479384e Move the styling for the HTML version of \mailheader into the CSS file. by Fred Drake · 23 years ago
  47. bde8d1c Revise a comment about styles I don't think LaTeX2HTML can generate, by Fred Drake · 23 years ago
  48. 1ab1f71 Consistently use semi-colons after the last property for each selector. by Fred Drake · 23 years ago
  49. 9eb4155 Add more font flavors for <var> elements; the previous incarnation caused by Fred Drake · 23 years ago
  50. ce7129e Turn "Python Documentation Central" into just "Documentation Central"; some by Fred Drake · 23 years ago
  51. 842ab38 No longer needed since the main Makefile is "flat". by Fred Drake · 23 years ago
  52. 653809c Make the top-level index.html depend on the individual document index.html by Fred Drake · 23 years ago
  53. e38d481 Add a "description" meta tag that includes a version number. by Fred Drake · 23 years ago
  54. 675e1d0 Remove bogus "echo" command. by Fred Drake · 24 years ago
  55. 42181db Added a --global-module-index option to specify a (possibly relative) URL by Fred Drake · 24 years ago
  56. 6c7fc77 Minor simplification. by Fred Drake · 24 years ago
  57. e435995 Remove some HTML from the PYTHONDOCS fragment defined here. by Fred Drake · 24 years ago
  58. 6a11960 Minor addition; add a little formatting to the release information that by Fred Drake · 24 years ago
  59. 87d4a03 Do not forget to build the acks.html file when building "all"! by Fred Drake · 24 years ago
  60. 6522192 Add a link to the new acks.html file. by Fred Drake · 24 years ago
  61. 3705e59 Add rules for generating the acks.html file at the top of the document tree. by Fred Drake · 24 years ago
  62. 702f2d7 Ignore the acks.html file, since it is generated. by Fred Drake · 24 years ago
  63. 63eb630 Remove styling information that conflicts with or duplicates the stylesheet; by Fred Drake · 24 years ago
  64. 8093b70 Minor change to attributes so that the stylesheets can have better control. by Fred Drake · 24 years ago
  65. 5df72f0 Minor stylesheet nit. by Fred Drake · 24 years ago
  66. 329796d Consistency nits, untabify. by Fred Drake · 24 years ago
  67. 1cca9e2 Make the <body> tag match those of the generated HTML; rely on the style by Fred Drake · 24 years ago
  68. 1681627 Push more of the display control into the style sheet. by Fred Drake · 24 years ago
  69. 634fc57 Use a really ugly hack that depends on output processing by LaTeX2HTML. by Fred Drake · 24 years ago
  70. 630d0f0 Update some stale links. by Fred Drake · 24 years ago
  71. 5dc6104 Change the title of the link to the document index to be more specific. by Fred Drake · 24 years ago
  72. a61bfa8 Add a general "About" page and link to it from the index page. by Fred Drake · 24 years ago
  73. 3eb7c12 Always room to remove more formatting from the HTML! by Fred Drake · 24 years ago
  74. 501b926 Move common parameters to mkhowto to a variable, add up-link from the by Fred Drake · 24 years ago
  75. b9b4c5b Centralize the processing logic for LaTeX documents into the mkhowto script; by Fred Drake · 24 years ago
  76. eacc4fc Push a little more here to avoid style information in the generation by Fred Drake · 24 years ago
  77. 47eceea Added a couple of links to online documentation. Reasonable since this by Fred Drake · 24 years ago
  78. 699f98c Move a little more here. by Fred Drake · 24 years ago
  79. 6bd8b25 For bug reporting, point to the SourceForge bug tracker instead of the by Fred Drake · 24 years ago
  80. f407063 Include the document dependencies earlier so that documents are rebuilt by Fred Drake · 24 years ago
  81. b8aa261 Always pass the split level to LaTeX2HTML as a command line option since by Fred Drake · 24 years ago
  82. 2e7cbc2 Fix an icon width; a "32" became a "3" somehow, and that did not look by Fred Drake · 24 years ago
  83. 20bab56 Don't worry about the output dirs for the distutils manuals. by Fred Drake · 24 years ago
  84. 8187cb9 Added distutils manuals. by Fred Drake · 24 years ago
  85. 0784c33 Added the Distutils manuals: inst and dist. by Greg Ward · 24 years ago
  86. e15956b Merged changes from the 1.5.2p2 release. by Fred Drake · 24 years ago
  87. bdcc96c Changes from 1.5.2p2, plus fix a couple of errors noted by Hernan by Fred Drake · 24 years ago
  88. 0d6bf0e When generating the top-level index to the documents, make sure some by Fred Drake · 25 years ago
  89. 2530d4e Added request to please not send HTML email to the newsgroup/mailing by Fred Drake · 25 years ago
  90. 5bd608d Change the suggestions pointer at the bottom of generated HTML pages. by Fred Drake · 25 years ago
  91. 532998e "make clobber" should remove modindex.html as well. by Fred Drake · 25 years ago
  92. 88c786d icons/ should not be ignored here now that this is it's real home. by Fred Drake · 25 years ago
  93. 8903be6 Tell mkhowto to use stdabout.dat for the documents it processes here. by Fred Drake · 25 years ago
  94. f62b352 Remove the "Comments and Questions" section, allowing this to be used by Fred Drake · 25 years ago
  95. b9bd0b7 Version of about.dat that should only be used for the standard documentation. by Fred Drake · 25 years ago
  96. f42d7a7 Oops, missed this one! by Fred Drake · 25 years ago
  97. 3e1a98a PNG version of the icons, converted from the GIFs by Fred Drake · 25 years ago
  98. 0297719 Added section about where to send comments, questions, & bug reports. by Fred Drake · 25 years ago
  99. f188242 Oops, forgot to remove the individual module indexes for lib & mac now by Fred Drake · 25 years ago
  100. 3c27ec2 Add <hr> after top navigation bar; now looks more like the rest of the by Fred Drake · 25 years ago