1. 2471063 Merged revisions 85276 via svnmerge from by Georg Brandl · 15 years ago
  2. 21946af Merged revisions 82798,82805,83659,83977,84015,84018,84141,84264,84326-84327,84480,84482,84484,84530-84531,84553,84619,84915-84916 via svnmerge from by Georg Brandl · 15 years ago
  3. 080ad04 More descriptive title. by Raymond Hettinger · 15 years ago
  4. 5ebb3be Update dailybuild script to newest version from dinsdale. by Georg Brandl · 15 years ago
  5. 6ff81bf Merged revisions 83660 via svnmerge from by Georg Brandl · 15 years ago
  6. e11d85c Add "report a bug" links in some prominent places. Make it clear that doc bugs can be mailed to docs@python.org. Clarify tracker usage. by Georg Brandl · 15 years ago
  7. 45534ce Update for new download location. by Georg Brandl · 15 years ago
  8. e82110f Change/fix handling of docs download location: for daily builds, put them right next to the HTML. by Georg Brandl · 15 years ago
  9. 3446583 Add Makefile targets for automatic doc build. Add script that will be used for daily build. by Georg Brandl · 15 years ago
  10. 60bae6f Make printout margin important. by Georg Brandl · 16 years ago
  11. 3954d21 Fix stylesheet for multi-paragraph impl-details. by Georg Brandl · 16 years ago
  12. f5f7c66 Allow short form with text as argument. by Georg Brandl · 16 years ago
  13. a054722 Make it more robust. by Georg Brandl · 16 years ago
  14. 08be2e2 Add a new directive marking up implementation details and start using it. by Georg Brandl · 16 years ago
  15. 6728c5a Add the Python FAQ lists to the documentation. Copied from sandbox/faq. Many thanks to AMK for the preparation work. by Georg Brandl · 16 years ago
  16. 076ca5a Make deprecation notices as visible as warnings are right now. by Georg Brandl · 16 years ago
  17. 4809c73 Add donation link to docs footer. by Georg Brandl · 16 years ago
  18. f511fcc mark 3.1 as stable docs by Benjamin Peterson · 16 years ago
  19. 248886a use 'rc' for release candidates for consistency by Benjamin Peterson · 16 years ago
  20. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
  21. 1075c9b switch library reference and language reference by Benjamin Peterson · 16 years ago
  22. 1271662 Remove two dead links by Andrew M. Kuchling · 16 years ago
  23. 4381925 Move pydoc_topics module to its own subdirectory, so that no generated code is in Lib/. by Georg Brandl · 16 years ago
  24. 3f5a0b3 IE needs the border-left:0 for some reason. by Raymond Hettinger · 16 years ago
  25. 8dbae0f More table clean-up by Raymond Hettinger · 16 years ago
  26. 80a71a0 Center table headings. by Raymond Hettinger · 16 years ago
  27. 390fa98 More table formatting. by Raymond Hettinger · 16 years ago
  28. c8c358a Add a custom stylesheet with better table formatting. by Georg Brandl · 16 years ago
  29. 1e97cb2 Update ignore file for suspicious builder. by Georg Brandl · 16 years ago
  30. c5206b3 use the awesome new status iterator by Benjamin Peterson · 16 years ago
  31. 5b2cb1d Add links to the other versions we have in stock. by Georg Brandl · 16 years ago
  32. e0820e2 document individual 2to3 fixers by Benjamin Peterson · 17 years ago
  33. a96a94a fix download link by Benjamin Peterson · 17 years ago
  34. 85c5ccf #4563: disable alpha and roman lists, fixes wrong formatting of contributor list. by Georg Brandl · 17 years ago
  35. 6c83218 fix download url by Benjamin Peterson · 17 years ago
  36. 6c81b54 #4976: union() and intersection() take multiple args, but talk about "the other". by Georg Brandl · 17 years ago
  37. 1a67f58 use new sphinx modules by Benjamin Peterson · 17 years ago
  38. 700cf28 Add "suspicious" builder which finds leftover markup in the HTML files. by Georg Brandl · 17 years ago
  39. 248fb13 only check the actual compile() call for a SyntaxError by Benjamin Peterson · 17 years ago
  40. 3b62c2f Disable the line length checker by default. by Georg Brandl · 17 years ago
  41. ae24e7b Recognize usage of the default role. by Georg Brandl · 17 years ago
  42. 9f7a339 Add rstlint, a little tool to find subtle markup problems and inconsistencies in the Doc sources. by Georg Brandl · 17 years ago
  43. 1e551b4 python version is included in file name now by Benjamin Peterson · 17 years ago
  44. 5c29dd4 sphinx.web is long gone by Benjamin Peterson · 17 years ago
  45. a2813c9 silence annoying DeprecationWarning by Benjamin Peterson · 17 years ago
  46. 6212971 Add link to the favicon to the docs. by Georg Brandl · 17 years ago
  47. cb948f1 let people using SVN Sphinx still build the docs by Benjamin Peterson · 17 years ago
  48. dedb0b1 fix pyspecific extensions that were broken by Sphinx's grand renaming by Benjamin Peterson · 17 years ago
  49. d0a05bf a few fixes on the download page by Benjamin Peterson · 17 years ago
  50. 151f42f Make all whatsnew docs accessible. by Georg Brandl · 17 years ago
  51. e489db8 Forward-port r66736. by Georg Brandl · 17 years ago
  52. 7ff19fa Don't show version in title. by Georg Brandl · 17 years ago
  53. baf59e0 No downloads for RCs. by Georg Brandl · 17 years ago
  54. 29fdcad Fill out download page. by Georg Brandl · 17 years ago
  55. d4c7e63 Move opcode handling to Python's extension. by Georg Brandl · 17 years ago
  56. de2939b Fix opensearch template. by Georg Brandl · 17 years ago
  57. 681001e Generate pydoc's topic help from the reST docs via Sphinx' new text writer. by Georg Brandl · 17 years ago
  58. 4f1f36b Add OpenSearch and a Python logo to the HTML output. by Georg Brandl · 17 years ago
  59. 7a69b4b Use correct XHTML tags. by Georg Brandl · 17 years ago
  60. 1df986b Update template for newest Sphinx. by Georg Brandl · 17 years ago
  61. c305192 Add :issue: directive for easy linking to bugs.python.org. by Georg Brandl · 17 years ago
  62. f017728 Make patchlevel print out the release if called as a script. by Georg Brandl · 17 years ago
  63. 3c94088 Until we got downloadable docs, stop confusing viewers by talking about a nonexisting table. by Georg Brandl · 17 years ago
  64. dd76e05 Adapt to latest doctools refactoring. by Georg Brandl · 18 years ago
  65. 2077131 Doc build should work with 2.4 now. by Georg Brandl · 18 years ago
  66. 7155a09 Add Python-specific content to Doc dir. Update configuration file by Georg Brandl · 18 years ago
  67. fdca6d8 Demand version 2.5.1 since 2.5 has a bug with codecs.open context managers. by Georg Brandl · 18 years ago
  68. ea424b5 Clarify the comment about setting the PYTHON variable for the Doc Makefile. by Brett Cannon · 18 years ago
  69. 64dec73 Add the roman.py module which docutils require. by Georg Brandl · 18 years ago
  70. 87d2ccf Fail somewhat more gracefully when using Python < 2.5. by Georg Brandl · 18 years ago
  71. 8ec7f65 Move the 2.6 reST doc tree in place. by Georg Brandl · 18 years ago
  72. f56181f Delete the LaTeX doc tree. by Georg Brandl · 18 years ago
  73. 25e4461 Remove references to stdwin which was removed long ago. by Neal Norwitz · 18 years ago
  74. ebde149 - Fix the build of the library reference in info format. by Matthias Klose · 19 years ago
  75. 22f3a6a Add 2.5 libraries. by Martin v. Löwis · 19 years ago
  76. 7b8cf38 improve reporting of illegal section nesting (provide location which by Fred Drake · 19 years ago
  77. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 19 years ago
  78. ec2f74f module list utility by Fredrik Lundh · 20 years ago
  79. aaa28df update to reflect move to Subversion by Fred Drake · 20 years ago
  80. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 20 years ago
  81. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 20 years ago
  82. cc933af add missing entries from GNU info conversion table by Fred Drake · 20 years ago
  83. 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 21 years ago
  84. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 21 years ago
  85. 5c0ebdc - make the default image type PNG, to match mkhowto by Fred Drake · 21 years ago
  86. eac00ed fix accidental commit by Fred Drake · 21 years ago
  87. 303e30e clarify discussion of iteration in the section on the "for" statement by Fred Drake · 21 years ago
  88. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  89. e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 21 years ago
  90. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 21 years ago
  91. 63a0191 Deal with macros that have to be replaced with simple text; only a by Fred Drake · 21 years ago
  92. 96b935e fix handling when a proper getopt(1) is available; the "--" by Fred Drake · 21 years ago
  93. a42bc21 The 'distributing python modules' manual now has an index. by Thomas Heller · 21 years ago
  94. 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 21 years ago
  95. 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 21 years ago
  96. 0083c92 make the tarball available for download instead of throwing it away by Fred Drake · 21 years ago
  97. 7d01966 Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. by Thomas Heller · 21 years ago
  98. 4369b59 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 21 years ago
  99. 112f8f4 use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 21 years ago
  100. 6d340c3 remove assignment to unused variable by Fred Drake · 21 years ago