1. fcf37c1 Issue #14400: Fix typo. by Martin v. Löwis · 13 years ago
  2. 76c6aa8 Use source reST role instead of file where it makes sense. by Éric Araujo · 13 years ago
  3. 47546e6 Remove mention of defunct file. by Éric Araujo · 13 years ago
  4. 0555cde Issue #13086: Update howto/cporting.rst to discuss "Python 3" instead of "3.0". by Larry Hastings · 13 years ago
  5. 607e31e Fix Issue #6005: Examples in the socket library documentation use sendall, by Senthil Kumaran · 14 years ago
  6. 98ed08f update to new C roles and directives by Sandro Tosi · 14 years ago
  7. c766b31 Update the sorting howto to reflect the PEP 8 advisory to define all six rich comparisons. by Raymond Hettinger · 14 years ago
  8. 117e1f0 fix some broken URLs by Sandro Tosi · 14 years ago
  9. a9091d2 Issue13443 - Remove the functional module examples from 2.7 (as module is by Senthil Kumaran · 14 years ago
  10. da75dd2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 14 years ago
  11. e6fda85 Added lost documentation cross-reference. by Vinay Sajip · 14 years ago
  12. 1e87da1 Remove duplication. by Ezio Melotti · 14 years ago
  13. fc45bba Issue #13053: Added section on migrating from CObject to Capsule by Larry Hastings · 14 years ago
  14. fa4736e Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 14 years ago
  15. cdb86f1 Branch merge by Éric Araujo · 14 years ago
  16. 52a5a03 Add Python porting howto from 3.x. by Éric Araujo · 14 years ago
  17. 02ebf4f grammatical fixes; from Darren Yin on docs@ by Sandro Tosi · 14 years ago
  18. c1fc2e1 Fix typo reported by Sandro Tosi. by Ezio Melotti · 14 years ago
  19. f364ce2 Fix function name: open -> urlopen. by Georg Brandl · 14 years ago
  20. aff394b A number of small fixups for the sorting howto guide. by Raymond Hettinger · 14 years ago
  21. 3a04b4b Add missing "a". by Georg Brandl · 14 years ago
  22. e91b305 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 14 years ago
  23. 9b323a5 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 14 years ago
  24. bd0933a Issue #11940: Update external link. by Raymond Hettinger · 14 years ago
  25. 5dbca9c Issue #11794: Reorganised logging documentation. by Vinay Sajip · 14 years ago
  26. f125a9a #11239: add } to list of metacharacters (it is only a metacharacter sometimes, ie. when closing a {n,m} group, but so is ]. by Georg Brandl · 14 years ago
  27. 0551144 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 15 years ago
  28. 1d06595 Issue #10875: Update Regular Expression HOWTO; additional backport with 2.7 modification. by Terry Reedy · 15 years ago
  29. f7dd799 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 15 years ago
  30. 3b85b9b Merged revisions 85843,85849-85850,85867,85907,85914,86134,86187,86315-86316,86390,86424-86425,86428 via svnmerge from by Georg Brandl · 15 years ago
  31. 26946ec Merged revisions 85548,85572-85573,85606,85609-85612,85614-85616 via svnmerge from by Georg Brandl · 15 years ago
  32. 056f33d Merged revisions 86488 via svnmerge from by Ezio Melotti · 15 years ago
  33. 0d6fa4d Document key-functions in the glossary. by Raymond Hettinger · 15 years ago
  34. 48d1928 Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 15 years ago
  35. 0930228 Merged revisions 84945 via svnmerge from by Georg Brandl · 15 years ago
  36. a1f7481 Fix typo in previous doc commit. by R. David Murray · 15 years ago
  37. a9b14a6 Merged revisions 84719 via svnmerge from by R. David Murray · 15 years ago
  38. 0898266 Note that Python 3.x isn't covered; add forward ref. for UTF-8; note error in 2.5 and up by Andrew M. Kuchling · 15 years ago
  39. 8ded477 Doc: replace PEP xxx by :pep:`xxx` to create a link on the PEP by Victor Stinner · 15 years ago
  40. 68df234 Let's call this done by Andrew M. Kuchling · 15 years ago
  41. 0b093e0 #8522: use with statement instead of try-finally for file handling. by Georg Brandl · 15 years ago
  42. d073107 Get rid of multi-row cells. by Georg Brandl · 15 years ago
  43. f11363d Add descriptor howto to main documentation by Raymond Hettinger · 15 years ago
  44. e694e00 Add the sorting HOWTO to the main docs. by Raymond Hettinger · 15 years ago
  45. 425aa2e Fix some broken URLs. by Ezio Melotti · 15 years ago
  46. c0deec1 #8212: rephrase the webservers howto and fix some mistakes. by Ezio Melotti · 15 years ago
  47. f8d1d0f Another typo. by Ezio Melotti · 15 years ago
  48. d72a628 #8217: typo. by Ezio Melotti · 15 years ago
  49. ae735a7 Update the version number of the Unicode Database in a few more places. by Ezio Melotti · 15 years ago
  50. 6f82cd3 #5341: fix "builtin" where used as an adjective ("built-in" is correct). by Georg Brandl · 16 years ago
  51. a4314c2 Fix broken links found by "make linkcheck". scipy.org seems to be done right now, so I could not verify links going there. by Georg Brandl · 16 years ago
  52. 83130c3 #6891: comment out dead link to Unicode article. by Georg Brandl · 16 years ago
  53. d7d4fd7 builtin -> built-in. by Georg Brandl · 16 years ago
  54. dd89705 #6536 fixed typo by Ezio Melotti · 16 years ago
  55. c1edec3 Use the preferred form of raise statements in the docs. by Georg Brandl · 16 years ago
  56. 764fbcb The class for regexes isn't called RegexObject any more; correct the text by Andrew M. Kuchling · 16 years ago
  57. bc4af35 #6086: fix spelling and use a better exception to catch. by Georg Brandl · 16 years ago
  58. 8c5326f #5878: fix repr of re object. by Georg Brandl · 16 years ago
  59. f6dab95 Make the doctests in the docs pass, except for those in the turtle module. by Georg Brandl · 16 years ago
  60. a178a69 Fix 'the the' duplication by Andrew M. Kuchling · 16 years ago
  61. 7b0f154 this should be :noindex: by Benjamin Peterson · 16 years ago
  62. 6eabc24 #5241: document missing U in regex howto. by Georg Brandl · 16 years ago
  63. 545a134 Fix markup in re docs and give a mail address in regex howto, so that by Georg Brandl · 16 years ago
  64. cdb4e62 The curses panel library is now supported by Andrew M. Kuchling · 16 years ago
  65. 3e4caeb Issue #5341: Fix a variety of spelling errors. by Mark Dickinson · 16 years ago
  66. 6b5dbaa At least separate imports from other statements. by Georg Brandl · 16 years ago
  67. a7b55a3 revert r69777 since all the experts agree that extra import lines distract from the code by Benjamin Peterson · 16 years ago
  68. 5149742 Since we recommend one module per import line, reflect this also in the by Jeroen Ruigrok van der Werven · 16 years ago
  69. 7044b11 Remove tabs from the documentation. by Georg Brandl · 17 years ago
  70. c62ef8b Remove trailing whitespace. by Georg Brandl · 17 years ago
  71. fc29f27 #4811: fix markup glitches (mostly remains of the conversion), by Georg Brandl · 17 years ago
  72. fc5a854 fix French by Benjamin Peterson · 17 years ago
  73. 3e1c67e fix missing bracket by Benjamin Peterson · 17 years ago
  74. f1dd4bc Fix error about "-*-" being mandatory in coding cookies. by Georg Brandl · 17 years ago
  75. db74c8a Markup fixes by Andrew M. Kuchling · 17 years ago
  76. 4008ef0 clarify a few things by Benjamin Peterson · 17 years ago
  77. da84d21 typos. by Georg Brandl · 17 years ago
  78. 0eee7c6 add an 'other options' section by Benjamin Peterson · 17 years ago
  79. f1c08f0 add the beginnings of a C-API 2 -> 3 porting guide by Benjamin Peterson · 17 years ago
  80. 9af9498 Remove things specific to the old Macintosh, and spell "Mac OS X" consistently. by Georg Brandl · 17 years ago
  81. 0f3629d Add a new howto about Python and the web, by Marek Kubica. by Georg Brandl · 17 years ago
  82. 4f74769 #2654: fix typo by Andrew M. Kuchling · 17 years ago
  83. 838b4b0 No need to specify explicit "doctest_block" anymore. by Georg Brandl · 17 years ago
  84. 9f66232 Test decimal.rst doctests as far as possible with sphinx doctest. by Georg Brandl · 17 years ago
  85. 09a7fe6 Fixup this HOWTO's doctest blocks so that they can be run with sphinx' doctest builder. by Georg Brandl · 17 years ago
  86. 0267781 Fix lots of broken links in the docs, found by Sphinx' external link checker. by Georg Brandl · 17 years ago
  87. e7b53c5 Remove stray word by Andrew M. Kuchling · 17 years ago
  88. 907a720 A lot more typo fixes by Ori Avtalion. by Georg Brandl · 17 years ago
  89. 943321d #2120: broken links in advocacy document. by Georg Brandl · 17 years ago
  90. 1cf0522 Convert external links to internal links. Fixes #2010. by Georg Brandl · 18 years ago
  91. af67f30 Fix old link. by Georg Brandl · 18 years ago
  92. a13d4fb Bump verson by Andrew M. Kuchling · 18 years ago
  93. 4e06b8a Correction from Jordan Lewis: halfdelay() uses tenths of a second, not milliseconds by Andrew M. Kuchling · 18 years ago
  94. b19be57 Some cleanup in the docs. by Georg Brandl · 18 years ago
  95. 90921cc Bump the version number, and make a few small edits by Andrew M. Kuchling · 18 years ago
  96. df2d745 Remove warning about URL by Andrew M. Kuchling · 18 years ago
  97. e7a0990 Add :term:s for iterator. by Georg Brandl · 18 years ago
  98. cf3fb25 Add :term: for generators. by Georg Brandl · 18 years ago
  99. 5e52db0 Add :term:s for descriptors. by Georg Brandl · 18 years ago
  100. 63fa168 Unify "byte code" to "bytecode". Also sprinkle :term: markup for it. by Georg Brandl · 18 years ago