1. 79af27e Issue #27378: Remove an outdated reference from regex HOWTO by Berker Peksag · 8 years ago
  2. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  3. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  4. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  5. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  6. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  7. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 9 years ago
  8. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 9 years ago
  9. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 9 years ago
  10. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 9 years ago
  11. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 9 years ago
  12. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 9 years ago
  13. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 9 years ago
  14. 76b2ee0 Fix typo. by Georg Brandl · 9 years ago
  15. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 9 years ago
  16. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 9 years ago
  17. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 9 years ago
  18. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 9 years ago
  19. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 9 years ago
  20. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 9 years ago
  21. 84c63e8 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 9 years ago
  22. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  23. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  24. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  25. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  26. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  27. db6cdf8 rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  28. f84499a rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  29. a83a0e2 Merged cookbook update from 3.4. by Vinay Sajip · 9 years ago
  30. 4de9dae Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  31. 09a00eb Closes #25344: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  32. ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  33. fc2fb0f merge 3.4 (#25145) by Benjamin Peterson · 9 years ago
  34. 16ad5cf remove reference to PyGoogle (#25145) by Benjamin Peterson · 9 years ago
  35. 95acbce use a more modern UA (#25145) by Benjamin Peterson · 9 years ago
  36. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  37. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  38. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  39. 97fceee Argument Clinic: added missing bit of info in howto by Tal Einat · 9 years ago
  40. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  41. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  42. 8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. by Brett Cannon · 10 years ago
  43. fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. by Brett Cannon · 10 years ago
  44. 3764fc2 Fix doc build error by Antoine Pitrou · 10 years ago
  45. 4269d6d Issue #23732: Mention the new -b semantics in the porting HOWTO. by Brett Cannon · 10 years ago
  46. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 10 years ago
  47. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 10 years ago
  48. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 10 years ago
  49. cb1dde5 Merge 3.4 by Brett Cannon · 10 years ago
  50. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 10 years ago
  51. b44ed82 Merge with 3.4 for porting HOWTO tweaks by Brett Cannon · 10 years ago
  52. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 10 years ago
  53. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 10 years ago
  54. 7929be6 Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  55. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 10 years ago
  56. 85ad88d Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  57. db07164 Added a logging cookbook entry on customized exception formatting. by Vinay Sajip · 10 years ago
  58. 07985ef Issue #22286: The "backslashreplace" error handlers now works with by Serhiy Storchaka · 10 years ago
  59. 99f7249 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  60. 4592497 Add missing URL link to Modernize docs. by Ned Deily · 10 years ago
  61. 3226f96 merge 3.4 by Benjamin Peterson · 10 years ago
  62. a54f075 update correct French examples (#23109) by Benjamin Peterson · 10 years ago
  63. 724bdce merge 3.4 (#23109) by Benjamin Peterson · 10 years ago
  64. 643eb44 improve incorrect French (#23109) by Benjamin Peterson · 10 years ago
  65. e0f4bc7 Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  66. bd62f0a Issue #23047: Fix typo in pyporting.rst. by Berker Peksag · 10 years ago
  67. 5632aff Merge with 3.4 for porting HOWTO tweaks by Brett Cannon · 10 years ago
  68. 90783eb Address some comments from Nick Coghlan by Brett Cannon · 10 years ago
  69. f615d1f remove reference to dead irc channel (closes #23038) by Benjamin Peterson · 10 years ago
  70. 17be09c Fix a bad link by Brett Cannon · 10 years ago
  71. 6b33519 Issue #22914: Update the Python 2/3 porting HOWTO to describe a more by Brett Cannon · 10 years ago
  72. 8ac7cbb merge 3.4 by Benjamin Peterson · 10 years ago
  73. 9f7c792 Merge with 3.4 by Brett Cannon · 10 years ago
  74. 1a7b8d1 Merge with 3.4 by Brett Cannon · 10 years ago
  75. 166ebc4 Issue #19676: Added the "namereplace" error handler. by Serhiy Storchaka · 10 years ago
  76. df1b699 Issue #22823: Use set literals instead of creating a set from a list by Raymond Hettinger · 10 years ago
  77. dbbc3a9 merge with 3.4 by Georg Brandl · 10 years ago
  78. 5aa761d pyporting howto: fix link target by Georg Brandl · 10 years ago
  79. 6b4c847 Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  80. 93a56cd Doc: fix default role usage (except in unittest mock docs) by Georg Brandl · 10 years ago
  81. bad8d4b merge with 3.4 by Georg Brandl · 10 years ago
  82. b7354a6 Fixing broken links in doc, part 4: some more breaks and redirects by Georg Brandl · 10 years ago
  83. 794e9bf merge with 3.4 by Georg Brandl · 10 years ago
  84. 9bdcb3b Fixing broken links in doc, part 2: howto/ by Georg Brandl · 10 years ago
  85. 9e67d80 merge with 3.4 by Georg Brandl · 10 years ago
  86. 728e4de Fix external links to docs.python.org to use internal links instead. by Georg Brandl · 10 years ago
  87. cadc3fd Merge with 3.4 by Georg Brandl · 10 years ago
  88. e73778c Use https:// URLs when referring to python.org hosts. by Georg Brandl · 10 years ago
  89. a3e80de merge with 3.4 by Georg Brandl · 10 years ago
  90. 89c558d Closes #22748: there are no PyString C functions in 3.x. by Georg Brandl · 10 years ago
  91. b91ed56 merge 3.4 by Benjamin Peterson · 10 years ago
  92. 57fb11b use source role instead of linking to svn by Benjamin Peterson · 10 years ago
  93. 68e013c Issue #13689: Merge from 3.4. by Berker Peksag · 10 years ago
  94. fd6400a Issue #13689: Remove a dead link from howto/urllib. by Berker Peksag · 10 years ago
  95. 7b2ecc4 Merge socket howto fixes from 3.4. by Ezio Melotti · 10 years ago
  96. 680241e Fix indentation and class name in socket howto example. by Ezio Melotti · 10 years ago
  97. 33683df Merged documentation update from 3.4. by Vinay Sajip · 10 years ago
  98. ab960f8 Fixed typo in documentation. by Vinay Sajip · 10 years ago
  99. 9d91d03 Merge typo fix from 3.4 by Zachary Ware · 10 years ago
  100. 0aecc18 Fix typo reported by Jesse W on docs@ by Zachary Ware · 10 years ago