1. d44500c Merge: #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  2. 48de282 #25916: fix a few 'string of bytes' references. by R David Murray · 8 years ago
  3. 48e4bd6 Merge with 3.5 by Zachary Ware · 8 years ago
  4. 54005af Use sys.version_info, not sys.version. by Zachary Ware · 8 years ago
  5. 98cf1e7 Issue #27745: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  6. b4a2b36 Issue #27745: Fix some typos in Argument Clinic howto, by Lele Gaifax by Martin Panter · 8 years ago
  7. f03f7c7 Closes #27204: Merge with 3.5 by Zachary Ware · 8 years ago
  8. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  9. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  10. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  11. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  12. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  13. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  14. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  15. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  16. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  17. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  18. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  19. 7577ad3 Issue #27378: Merge from 3.5 by Berker Peksag · 8 years ago
  20. 79af27e Issue #27378: Remove an outdated reference from regex HOWTO by Berker Peksag · 8 years ago
  21. e514093 Issue #27125: Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  22. a90a4a9 Issue #27125: Remove duplicated words from documentation and comments by Martin Panter · 8 years ago
  23. c499f30 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  24. dba9039 Issue #23921: Standardized documentation whitespace formatting. by Serhiy Storchaka · 8 years ago
  25. 1ce738e Merge typo fixes from 3.5 by Martin Panter · 8 years ago
  26. f0564164 Fix typos in comments, documentation and test method names by Martin Panter · 8 years ago
  27. 1acbf85 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  28. 6dff020 Issue #26736: Used HTTPS for external links in the documentation if possible. by Serhiy Storchaka · 8 years ago
  29. c5c43b8 merge by Raymond Hettinger · 8 years ago
  30. b9531bc Issue #24715: Improve sort stability example by Raymond Hettinger · 8 years ago
  31. 9046df0 merge 3.5 (#26827) by Benjamin Peterson · 8 years ago
  32. 95b5f0a fix python 3 mod init function declaration (closes #26827) by Benjamin Peterson · 8 years ago
  33. cda8094 Issue #15984: Merge PyUnicode doc from 3.5 by Martin Panter · 8 years ago
  34. 6245cb3 Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc by Martin Panter · 8 years ago
  35. 336fc5b Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  36. 90be733 Issue #25910: Fixed dead links in the docs. by Serhiy Storchaka · 8 years ago
  37. c334202 Merged documentation update from 3.5. by Vinay Sajip · 8 years ago
  38. d93a601 Added a cookbook recipe for a logging context manager. by Vinay Sajip · 8 years ago
  39. 5d7286c Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  40. 563c949 Issue #26593: Fix typo in logging HOWTO by Berker Peksag · 8 years ago
  41. 81ae89b Merge for issue #26095 by Brett Cannon · 8 years ago
  42. adcb654 Suggest people use feature detection in porting guide by Brett Cannon · 8 years ago
  43. f1fc8f9 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  44. b4f2f45 Issue #24852: Remove outdated "HOWTO Use Python in the web" document by Berker Peksag · 8 years ago
  45. a7f7232 merge with 3.5 by Georg Brandl · 8 years ago
  46. 76b2ee0 Fix typo. by Georg Brandl · 8 years ago
  47. 3902d62 merge with 3.5 by Georg Brandl · 8 years ago
  48. 5d94134 Closes #25910: fix dead and permanently redirected links in the docs. Thanks to SilentGhost for the patch. by Georg Brandl · 8 years ago
  49. d9dc530 Merged cookbook update from 3.5. by Vinay Sajip · 8 years ago
  50. e10d370 Added simple threading example to logging cookbook. by Vinay Sajip · 8 years ago
  51. bd81129 merge 3.5 (#26378) by Benjamin Peterson · 8 years ago
  52. 8f0432f fix typo (closes #26378) by Benjamin Peterson · 8 years ago
  53. 3008b1c Issue #26304: Merge doc wording from 3.5 by Martin Panter · 8 years ago
  54. c04fb56 Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar by Martin Panter · 8 years ago
  55. 029f7f7 merge from 3.5 by Senthil Kumaran · 8 years ago
  56. b6213c5 Fix userinfo example presented in urllib2 howto. by Senthil Kumaran · 8 years ago
  57. 5da4e86 Issue #26220: Merge Unicode how-to from 3.5 by Martin Panter · 8 years ago
  58. 4942870 Issue #26220: Remove outdated comment about a question mark by Martin Panter · 8 years ago
  59. 1d37771 #25517: merge with 3.5. by Ezio Melotti · 9 years ago
  60. 84c63e8 #25517: fix regex in the regex howto. Patch by Elena Oat. by Ezio Melotti · 9 years ago
  61. a561c03 Issue #25576: Merge www-form-urlencoded doc from 3.5 by Martin Panter · 9 years ago
  62. f7e8d07 Issue #25576: Merge www-form-urlencoded doc from 3.4 into 3.5 by Martin Panter · 9 years ago
  63. cda85a0 Issue #25576: Remove application/x-www-form-urlencoded charset advice by Martin Panter · 9 years ago
  64. 36befa5 Issue #25626: Merge zlib fix from 3.5 by Martin Panter · 9 years ago
  65. e99e977 Issue #25626: Change zlib to accept Py_ssize_t and cap to UINT_MAX by Martin Panter · 9 years ago
  66. 4a7c03a Issue #25523: Merge a-to-an corrections from 3.5. by Serhiy Storchaka · 9 years ago
  67. a84f6c3 Issue #25523: Merge a-to-an corrections from 3.4. by Serhiy Storchaka · 9 years ago
  68. d65c949 Issue #25523: Further a-to-an corrections. by Serhiy Storchaka · 9 years ago
  69. 3b1cb71 rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  70. db6cdf8 rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  71. f84499a rstlint: Fix "default role used" warning by Berker Peksag · 9 years ago
  72. d469cff Merged cookbook update from 3.5. by Vinay Sajip · 9 years ago
  73. a83a0e2 Merged cookbook update from 3.4. by Vinay Sajip · 9 years ago
  74. 4de9dae Added entry to logging cookbook. by Vinay Sajip · 9 years ago
  75. 91108f0 Issue #25210: Change error message of do_richcompare() by Victor Stinner · 9 years ago
  76. 09a00eb Closes #25344: Merged fix from 3.4. by Vinay Sajip · 9 years ago
  77. ff1f3d9 Closes #25344: Added cookbook recipe to show buffering of logging events. by Vinay Sajip · 9 years ago
  78. fc2fb0f merge 3.4 (#25145) by Benjamin Peterson · 9 years ago
  79. 16ad5cf remove reference to PyGoogle (#25145) by Benjamin Peterson · 9 years ago
  80. 95acbce use a more modern UA (#25145) by Benjamin Peterson · 9 years ago
  81. b4760ef Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos. by Senthil Kumaran · 9 years ago
  82. fee05da Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  83. 315e104 Issue #24232: Fix typos. Patch by Ville Skyttä. by Berker Peksag · 9 years ago
  84. 97fceee Argument Clinic: added missing bit of info in howto by Tal Einat · 9 years ago
  85. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  86. 38337d1 Issue #24000: Improved Argument Clinic's mapping of converters to legacy by Larry Hastings · 9 years ago
  87. 8396b8e Fix a grammar error in the porting HOWTO as found by Eric Smith. by Brett Cannon · 9 years ago
  88. fd53f98 Issue #23733: Mention bytes.__mod__ in the porting HOWTO. by Brett Cannon · 9 years ago
  89. 3764fc2 Fix doc build error by Antoine Pitrou · 9 years ago
  90. 4269d6d Issue #23732: Mention the new -b semantics in the porting HOWTO. by Brett Cannon · 9 years ago
  91. 556e08e Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  92. 9575e18 Issue #12955: Change the urlopen() examples to use context managers where appropriate. by Berker Peksag · 9 years ago
  93. a54aae0 Issue #23622: Unknown escapes in regular expressions that consist of ``'\'`` by Serhiy Storchaka · 9 years ago
  94. cb1dde5 Merge 3.4 by Brett Cannon · 9 years ago
  95. 2645bad Make the case to only support Python 2.7 when supporting 2/3 simultaneously by Brett Cannon · 9 years ago
  96. b44ed82 Merge with 3.4 for porting HOWTO tweaks by Brett Cannon · 9 years ago
  97. fdde79d Fix the clarification as to why division cannot be ported automatically by Brett Cannon · 9 years ago
  98. 365701a Added respect_handler_level to QueueListener. by Vinay Sajip · 9 years ago
  99. 7929be6 Merged documentation update from 3.4. by Vinay Sajip · 9 years ago
  100. f046dfe Added a cookbook entry on logging audible messages. by Vinay Sajip · 9 years ago