1. 62ed91d revert syntax change by Benjamin Peterson · 16 years ago
  2. 752abd0 Convert a lot of print statements to print functions in docstrings, by Neal Norwitz · 16 years ago
  3. 81ee3ef Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,62463,62465-62466,62469,62474,62476-62478,62480,62485,62492,62497-62498,62500,62507,62513-62514,62516,62521,62531,62535,62545-62546,62548-62551,62553-62559,62569,62574,62577,62593,62595,62604-62606,62608,62616,62626-62627,62636,62638,62644-62645,62647-62648,62651-62653,62656,62661,62663,62680,62686-62687,62696,62699-62703,62711 via svnmerge from by Christian Heimes · 16 years ago
  4. e757005 Merge OpenSearch-related changes. by Georg Brandl · 16 years ago
  5. a342c01 Merged revisions 62386-62387,62389-62393,62396,62400-62402,62407,62409-62410,62412-62414,62418-62419 via svnmerge from by Christian Heimes · 16 years ago
  6. 5680d0c Merged revisions 62246-62259 via svnmerge from by Martin v. Löwis · 16 years ago
  7. b558a2e Merged revisions 61143-61144,61146-61147,61150-61151,61157,61165-61168,61170-61173,61176-61177,61183 via svnmerge from by Christian Heimes · 16 years ago
  8. 1561bab Merged revisions 61038,61042-61045,61047,61050,61053,61055-61056,61061-61062,61066,61068,61070,61083,61085,61092-61097,61103-61104,61110-61112,61114-61115,61117,61120-61122,61126-61136 via svnmerge from by Martin v. Löwis · 16 years ago
  9. 86def6c Merged revisions 60151-60159,60161-60168,60170,60172-60173,60175 via svnmerge from by Georg Brandl · 16 years ago
  10. bd84a58 Fix 3k's sphinx-build.py so that the version detection works with 2.x and 3.x. by Georg Brandl · 16 years ago
  11. 679db4a Merged revisions 59985-60000,60002,60005-60007,60009-60042 via svnmerge from by Christian Heimes · 16 years ago
  12. fd5359c Fix sphinx-build so that it runs with 2.x and 3.x but refuses to start with 3.x. by Georg Brandl · 17 years ago
  13. b13c493 Fix more lingering print statements. by Collin Winter · 17 years ago
  14. 1dd2c82 Cosmetic fixes to make this work with Py3k (as well as with 2.5 still). by Guido van Rossum · 17 years ago
  15. 04110fb Merged revisions 57221-57391 via svnmerge from by Guido van Rossum · 17 years ago
  16. 61e21b5 Merged revisions 57152-57220 via svnmerge from by Guido van Rossum · 17 years ago
  17. da27fd2 Manually patched a few things that didn't get merged in, but should. by Guido van Rossum · 17 years ago
  18. af554a0 First merge from the trunk straight into the py3k branch. I'm not by Guido van Rossum · 17 years ago
  19. 116aa62 Move the 3k reST doc tree in place. by Georg Brandl · 17 years ago
  20. 739c01d Delete the LaTeX doc tree. by Georg Brandl · 17 years ago
  21. 34d1928 SF patch# 1770008 by Christian Heimes (plus some extras). by Guido van Rossum · 17 years ago
  22. 992d4a3 Merged revisions 56154-56264 via svnmerge from by Guido van Rossum · 17 years ago
  23. 360e4b8 Merged revisions 55325-55327 via svnmerge from by Guido van Rossum · 17 years ago
  24. 0368b72 Merged revisions 55225-55227,55229-55269 via svnmerge from by Guido van Rossum · 17 years ago
  25. 65d09d4 Run 2to3 over Doc/tools/. by Collin Winter · 17 years ago
  26. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  27. 89f507f Four months of trunk changes (including a few releases...) by Thomas Wouters · 18 years ago
  28. 49fd7fa Merge p3yk branch with the trunk up to revision 45595. This breaks a fair by Thomas Wouters · 18 years ago
  29. 7096760 Get rid of xreadlines() (methods). by Neal Norwitz · 18 years ago
  30. ce96f69 Get rid of a bunch more raw_input references by Neal Norwitz · 18 years ago
  31. 497114e Add tool to check documentation against declaration. by Martin v. Löwis · 18 years ago
  32. ec2f74f module list utility by Fredrik Lundh · 18 years ago
  33. aaa28df update to reflect move to Subversion by Fred Drake · 19 years ago
  34. 5a13e91 update URL into the Python wiki (forward port revision 1.10.4.1) by Fred Drake · 19 years ago
  35. 346803e - fix generated Texinfo markup for \deprecated by Fred Drake · 19 years ago
  36. cc933af add missing entries from GNU info conversion table by Fred Drake · 19 years ago
  37. 93f18f6 include each row in the package table, even if there are no packages for by Fred Drake · 19 years ago
  38. 1681b62 add another way to specify an alternate name for the documentation set, by Fred Drake · 20 years ago
  39. 5c0ebdc - make the default image type PNG, to match mkhowto by Fred Drake · 20 years ago
  40. eac00ed fix accidental commit by Fred Drake · 20 years ago
  41. 303e30e clarify discussion of iteration in the section on the "for" statement by Fred Drake · 20 years ago
  42. 3d7d372 Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  43. e970d2a Add a definition (found in the Debian patches for 2.3.4) by Andrew M. Kuchling · 20 years ago
  44. 0751d55 generalize a bit; no need to mention my user id directly by Fred Drake · 20 years ago
  45. 63a0191 Deal with macros that have to be replaced with simple text; only a by Fred Drake · 20 years ago
  46. 96b935e fix handling when a proper getopt(1) is available; the "--" by Fred Drake · 20 years ago
  47. a42bc21 The 'distributing python modules' manual now has an index. by Thomas Heller · 20 years ago
  48. 964c798 Use getopt where possible, so this supports option letters that get by Fred Drake · 20 years ago
  49. 9e1ac24 - add link to the downloadable package in the generated email - misc. changes by Fred Drake · 20 years ago
  50. 0083c92 make the tarball available for download instead of throwing it away by Fred Drake · 20 years ago
  51. 7d01966 Defining Py_GCC_ATTRIBUTE finds even some more undocumented functions. by Thomas Heller · 20 years ago
  52. 4369b59 Public Python functions are nowadays marked PyAPI_FUNC, not DL_IMPORT. by Thomas Heller · 20 years ago
  53. 112f8f4 use tools/getversioninfo to extract the version number from the Python sources by Fred Drake · 20 years ago
  54. 6d340c3 remove assignment to unused variable by Fred Drake · 20 years ago
  55. 4cc425a switch to PNG navigation icons by default by Fred Drake · 20 years ago
  56. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  57. 7820554 Fix typo by Raymond Hettinger · 20 years ago
  58. ce9b471 SF patch #880552: Fix typo in usage message(prechm.py) by Raymond Hettinger · 20 years ago
  59. 1639f1c fix weird sh-bang line by Fred Drake · 21 years ago
  60. 2fe7978 avoid bash-isms by Fred Drake · 21 years ago
  61. 3972457 make the generated HTML more XHTML friendly by Fred Drake · 21 years ago
  62. 664a271 - don't re-write a SourceForge authenticated CVS root into the by Fred Drake · 21 years ago
  63. 6f75a36 normalize whitespace by Fred Drake · 21 years ago
  64. 4e3a277 no longer assign into sys; "print chevron" is the way to go by Fred Drake · 21 years ago
  65. 94b3463 We're long past worrying about Python versions older than 1.5.2; by Fred Drake · 21 years ago
  66. 1da0bba Update to match the version used to build the 2.3.2c1 documentation. by Fred Drake · 21 years ago
  67. 69db2b9 - change computation of VERSION to use tools/getversioninfo; this is by Fred Drake · 21 years ago
  68. f7a0d68 Update the list of directories passed to py2texi.el. The ordering was by Fred Drake · 21 years ago
  69. d4956aa Make the "path math" more robust, and support both relative and by Fred Drake · 21 years ago
  70. c8083cf Load the version information from ../Include/patchlevel.h, so there are by Fred Drake · 21 years ago
  71. 6122c12 re.sub expands escape sequences in it's second argument. by Thomas Heller · 21 years ago
  72. 2ee37ff - use string methods by Fred Drake · 21 years ago
  73. ccfbfb9 Change the default window size to 1024x768. This shows at least the by Thomas Heller · 21 years ago
  74. 9d84308 update the documentation contact address by Fred Drake · 21 years ago
  75. 0bb242b Map \envvar to the TeXinfo equivalent, @env. by Fred Drake · 21 years ago
  76. 8500263 Simple support for the alltt environment. by Fred Drake · 21 years ago
  77. 7769bb9 Teach this script about \AA and \aa (the Scandanavian A-ring by Fred Drake · 21 years ago
  78. 6675881 There's a better way to deal with the "comment" environment; I found by Fred Drake · 21 years ago
  79. 3b09558 Fill out the set of macros and environments supported somewhat. by Fred Drake · 21 years ago
  80. 0799d0a Update link to Python book information. by Fred Drake · 21 years ago
  81. d691c42 Include both </tr> tags in the thead, not just the first. by Fred Drake · 21 years ago
  82. c868d16 When an external application we use exits normally, exit with the same by Fred Drake · 21 years ago
  83. 15f742d first cut at a shell script to view a single section from the library by Skip Montanaro · 21 years ago
  84. 376f0ef Clean up some files that LaTeX2HTML drops in the HTML output directory by Fred Drake · 21 years ago
  85. 66abcee Integrate updates to the GNU info conversion. by Fred Drake · 22 years ago
  86. 4a47349 More <link> support for generated pages. by Fred Drake · 22 years ago
  87. b07216b Added support for --favicon. Fix support for the Aesop Meta Type. by Fred Drake · 22 years ago
  88. 56c8c27 Added support for --favicon. by Fred Drake · 22 years ago
  89. d7bc0fe Try to fix the broken links caused by multiple \ref on the same line. by Neal Norwitz · 22 years ago
  90. 2314a04 Use string methods. Re-organize imports to Python Normal Form. by Fred Drake · 22 years ago
  91. 27c4e09 Only reset _is_empty if needed. by Fred Drake · 22 years ago
  92. df85f0b Modernization: Use string methods, use str instead of by Fred Drake · 22 years ago
  93. 071972e Use string methods. by Fred Drake · 22 years ago
  94. 06912b7 Use string methods. Organize the imports in Python Normal Form. by Fred Drake · 22 years ago
  95. 4fe904d Use string methods; minor code cleanup. by Fred Drake · 22 years ago
  96. 816aebd Use the same shade of blue as the site navigation areas. by Fred Drake · 22 years ago
  97. f834ecb Minor refactoring to avoid code duplication. by Fred Drake · 22 years ago
  98. cfb30e2 build(): Use self.builddir, not self.doc when copying the icons, so by Barry Warsaw · 22 years ago
  99. c0e066a When the HTML output dir is specified using --dir=~/foo, the tilde by Fred Drake · 22 years ago
  100. 73ec983 Include the --dir argument in the help text. by Fred Drake · 22 years ago