1. 3731142 Merge assorted fixes from 3.2 by Antoine Pitrou · 13 years ago
  2. 5b73ca4 s/SOCKSTREAM/TCP/ by Antoine Pitrou · 13 years ago
  3. 8e644f0 Reword IPC section by Antoine Pitrou · 13 years ago
  4. 8345451 Use www.python.org instead of a hostname pointing to a parked (or squatted) domain. by Antoine Pitrou · 13 years ago
  5. fa03f6c Remove the outdated notion that multithreading doesn't work well on Unices. by Antoine Pitrou · 13 years ago
  6. 9b1ec97 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  7. 534e253 Remove reference to the base64 encoding. by Antoine Pitrou · 13 years ago
  8. b53e2c4 The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  9. 48a7cbf The functional module hasn't been maintained since 2006 and doesn't work with Python 3. by Antoine Pitrou · 13 years ago
  10. c9b644e Merge fix for Issue #12666 from 3.2 by Jason R. Coombs · 13 years ago
  11. a90e364 Issue #12666: Added section about map changes. by Jason R. Coombs · 13 years ago
  12. d2b0217 Merged documentation addition from 3.2. by Vinay Sajip · 13 years ago
  13. 631a7e2 Added a configuration dictionary example to the logging cookbook. by Vinay Sajip · 13 years ago
  14. 6187664 Added lost documentation cross-reference. by Vinay Sajip · 13 years ago
  15. e130a52 Remove duplication. by Ezio Melotti · 13 years ago
  16. b5cab85 Merged documentation fix from 3.2. by Vinay Sajip · 13 years ago
  17. f106449 Merge with 3.2. by Ezio Melotti · 13 years ago
  18. e0afb16 Closes #12906: Merged fix from 3.2. by Vinay Sajip · 13 years ago
  19. 4eb0e73 Closes #12906: Fixed bug in YAML configuration. by Vinay Sajip · 13 years ago
  20. b8edbdf Merge doc changes from 3.2. by Éric Araujo · 13 years ago
  21. 37b5f9e Fix some misuses of Sphinx roles and one typo by Éric Araujo · 13 years ago
  22. e906c13 Merge typo fix. by Ezio Melotti · 13 years ago
  23. 222e61e Fix typo reported by Sandro Tosi. by Ezio Melotti · 13 years ago
  24. deb852d Merge 3.2 branch. by Georg Brandl · 13 years ago
  25. 06ad13e Fix function name: open -> urlopen. by Georg Brandl · 13 years ago
  26. ea30a5e Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  27. b34705f Issue #8890: Remove /tmp from examples. by Raymond Hettinger · 13 years ago
  28. 8480bc6 Drop claim about nasty problem. by Martin v. Löwis · 13 years ago
  29. 2d449aa Drop unfounded claims about performance. by Martin v. Löwis · 13 years ago
  30. a7eaa41 Use bytes in myreceive. by Martin v. Löwis · 13 years ago
  31. 987475c Explain that INET is IPv4 and STREAM is TCP. by Martin v. Löwis · 13 years ago
  32. 2f1b396 Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  33. 46ab96a Issue 12126: removing incorrect claim about return value of select by Eli Bendersky · 13 years ago
  34. 132bcf4 #11979: merge with 3.1. by Ezio Melotti · 13 years ago
  35. eda1990 #11979: improve wording and markup in sockets howto. Patch by Xavier Morel. by Ezio Melotti · 13 years ago
  36. 507cbc1 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  37. 4f74123 Issue #11940: Update external link. by Raymond Hettinger · 13 years ago
  38. c17c1f6 #11897: Fix typo in porting howto. Patch by Marti Raudsepp. by Ezio Melotti · 13 years ago
  39. af9be06 Issue 7391: Remove questionable and outdated HOWTO document with permission from its author. by Raymond Hettinger · 13 years ago
  40. 891391b Merge doc fixes. by Georg Brandl · 13 years ago
  41. a2388be #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 · 13 years ago
  42. dcc9513 Issue #11331: fixed documentation in logging cookbook. by Vinay Sajip · 13 years ago
  43. f6c8fd6 Merged revisions 86537,86867-86868,86881,86887,86913-86915,86931-86933,86960,86964,86974,86980,86996,87008,87050 via svnmerge from by Georg Brandl · 13 years ago
  44. 6277fa4 Update the porting HOWTO to be a little less harsh on using 2to3. by Brett Cannon · 13 years ago
  45. 829befb Fix markup error and update suspicious ignores. by Georg Brandl · 13 years ago
  46. a2f1544 Tweak wording about equality comparison. by Brett Cannon · 13 years ago
  47. 7a0afd3 Spelling fixes. by Georg Brandl · 13 years ago
  48. 2cb2fa9 Consistent heading spacing, and fix two typos. by Georg Brandl · 13 years ago
  49. 7ac3419 Fix some typos and grammar by Eli Bendersky · 13 years ago
  50. 2d062de Fix some typos and grammar by Eli Bendersky · 13 years ago
  51. 810cd34 Small markup and wording tweaks for the sorting-howto. by Raymond Hettinger · 14 years ago
  52. 98135d0 Mention that people going the source compatibility route should run 2to3 to find pain points. by Brett Cannon · 14 years ago
  53. 45aa7cc Soften wording on doctest. by Brett Cannon · 14 years ago
  54. ce71ab2 Re-arrange and clarify some __future__ import statements. by Brett Cannon · 14 years ago
  55. 5405a0b Use an internal reference instead of hard-coded URI. by Éric Araujo · 14 years ago
  56. bd866e9 Everybody hates this one :) (bytes indexing) by Antoine Pitrou · 14 years ago
  57. e6a1464 Soften the wording about tracebacks. Reference cycles *don't* by Antoine Pitrou · 14 years ago
  58. 5c28cfdc Fix entries pertaining to file I/O by Antoine Pitrou · 14 years ago
  59. 8d8f7c5 Mention -b and -bb by Antoine Pitrou · 14 years ago
  60. 4b0c24a use 3-space indents. by Brett Cannon · 14 years ago
  61. 8045d97 Add a HOWTO on how to port from Python 2 to Python 3. by Brett Cannon · 14 years ago
  62. 375aec2 Fix a few doc errors, mostly undefined keywords. by Georg Brandl · 14 years ago
  63. 6e1d0a8 Merged revisions 87949 via svnmerge from by Benjamin Peterson · 14 years ago
  64. 1efb8dc fix weirdly ambigious sentence by Benjamin Peterson · 14 years ago
  65. b436b6c Revert r87946. The virtues of readability and of examples that by Raymond Hettinger · 14 years ago
  66. fdf2925 Issue #10225: Correct interactive Doc/howto/sorting.rst examples so doctest runs. by Terry Reedy · 14 years ago
  67. 23f4fb9 Issue #10875: Update Regular Expression HOWTO; additional backport. by Terry Reedy · 14 years ago
  68. 262cc7f Issue #10875: Update Regular Expression HOWTO; last bit. by Terry Reedy · 14 years ago
  69. 8663e34 Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  70. aacfd4a Issue #10875: Update Regular Expression HOWTO; patch by 'SilentGhost'. by Terry Reedy · 14 years ago
  71. 2427ab9 logging HOWTO: fixed markup for numbered handler list. by Vinay Sajip · 14 years ago
  72. 7d10129 Added logging documentation cross-references. by Vinay Sajip · 14 years ago
  73. e6f1e43 Improved logging cookbook for logging with multiprocessing. by Vinay Sajip · 14 years ago
  74. 1397ce1 Logging documentation updates. by Vinay Sajip · 14 years ago
  75. 689b68a Logging documentation updates. by Vinay Sajip · 14 years ago
  76. c63619b Logging documentation reorganised. by Vinay Sajip · 14 years ago
  77. ab32fec Merged revisions 85572-85573,85606,85609-85622,85624,85626-85627,85629,85631,85633,85635-85636,85638-85639,85641-85642 via svnmerge from by Georg Brandl · 14 years ago
  78. c8c60c2 Do not put a raw REPLACEMENT CHARACTER in the document. by Georg Brandl · 14 years ago
  79. 93a6b13 Issue #4153: Updated Unicode HOWTO. by Alexander Belopolsky · 14 years ago
  80. 4fdf0fe Merged revisions 86488 via svnmerge from by Ezio Melotti · 14 years ago
  81. 42dd524 Fix typo by Ezio Melotti · 14 years ago
  82. eae40ba Merged revisions 86187 via svnmerge from by Georg Brandl · 14 years ago
  83. c275e15 Move glossary entry to the right position and fix link. by Georg Brandl · 14 years ago
  84. c6b6b5b Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 14 years ago
  85. 099cfed Issue 7402: Improve reduce() example in the python idioms how-to. by Raymond Hettinger · 14 years ago
  86. 573caa3 #10124: typo fix. by Georg Brandl · 14 years ago
  87. 1f7fffb #2830: add html.escape() helper and move cgi.escape() uses in the standard library to it. It defaults to quote=True and also escapes single quotes, which makes casual use safer. The cgi.escape() interface is not touched, but emits a (silent) PendingDeprecationWarning. by Georg Brandl · 14 years ago
  88. 682d7e0 Fix errors found by "make suspicious". by Georg Brandl · 14 years ago
  89. 60203b4 Migrate to Sphinx 1.0 C language constructs. by Georg Brandl · 14 years ago
  90. 4b05466 Merged revisions 84945 via svnmerge from by Georg Brandl · 14 years ago
  91. 1648924 Merged revisions 79901,80170,80273,80342-80343,81061,81366,81368,81370,81840 via svnmerge from by Georg Brandl · 14 years ago
  92. 107690c Merged revisions 76884-76885,76887,76889-76890,76895 via svnmerge from by Georg Brandl · 14 years ago
  93. 6faee4e #9911: doc copyedits. by Georg Brandl · 14 years ago
  94. bec04a9 Merged revisions 84719 via svnmerge from by R. David Murray · 14 years ago
  95. 44ef774 #9608, #8518 : clarify and improve discussion of exceptions in howto. by R. David Murray · 14 years ago
  96. 996b46a Forward port sorting howto by Raymond Hettinger · 14 years ago
  97. 53c58f8 Forward port sorting howto by Raymond Hettinger · 14 years ago
  98. 7cb1319 Terminology fix: exceptions are raised, except in generator.throw(). by Georg Brandl · 14 years ago
  99. c62efa8 Merged revisions 82301 via svnmerge from by Georg Brandl · 14 years ago
  100. d7c3ed5 Merged revisions 80605-80609,80642-80646,80651-80652,80674,80684-80686,80748,80852,80854,80870,80872-80873,80907,80915-80916,80951-80952,80976-80977,80985,81038-81040,81042,81053,81070,81104-81105,81114,81125,81245,81285,81402,81463,81516,81562-81563,81567,81593,81635,81680-81681,81684,81801,81888,81931-81933,81939-81942,81963,81984,81991,82120,82188,82264-82267 via svnmerge from by Benjamin Peterson · 14 years ago