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