1. 83545f1 Merge ISO-8859 fixes from 3.5 by Martin Panter · 8 years ago
  2. 306c3dd Issue #27200: Merge with 3.5 by Zachary Ware · 8 years ago
  3. 4199bba Issue #27200: Fix doctests in Doc/library/hashlib.rst by Zachary Ware · 8 years ago
  4. 11328fc Closes #27210: Merge with 3.5 by Zachary Ware · 8 years ago
  5. 9f8b3a0 Issue #27210: Fix doctests for a few modules. by Zachary Ware · 8 years ago
  6. 7a57370 Closes #27209: Merge with 3.5 by Zachary Ware · 8 years ago
  7. 640b1ca Issue #27209: Fix doctests in Doc/library/email*.rst by Zachary Ware · 8 years ago
  8. ef28f6a Closes #27208: Merge with 3.5 by Zachary Ware · 8 years ago
  9. c90fccd Issue #27208: Fix doctest in Doc/library/traceback.rst by Zachary Ware · 8 years ago
  10. 75bc032 Closes #27207: Merge with 3.5 by Zachary Ware · 8 years ago
  11. 4032620 Issue #27207: Fix doctests in Doc/whatsnew/3.2.rst by Zachary Ware · 8 years ago
  12. 540f045 Correct misspellings of ISO-8859 by Martin Panter · 8 years ago
  13. c17dd50 Closes #27206: Merge with 3.5 by Zachary Ware · 8 years ago
  14. c483a01 Issue #27206: Fix doctests in Doc/tutorial. by Zachary Ware · 8 years ago
  15. 0e0fe4f Closes #27205: Merge with 3.5 by Zachary Ware · 8 years ago
  16. 2b52c0a Issue #27205: Fix doctests in Doc/library/collections.rst. by Zachary Ware · 8 years ago
  17. 8ec8749 Closes #27722: Merge with 3.5 by Zachary Ware · 8 years ago
  18. 7a26da5 Issue #27722: Fix default for touch method's 'mode' argument by Zachary Ware · 8 years ago
  19. f03f7c7 Closes #27204: Merge with 3.5 by Zachary Ware · 8 years ago
  20. 378a1d7 Issue #27204: Fix doctests in Doc/howto by Zachary Ware · 8 years ago
  21. 1aa913e Merge with 3.5 by Zachary Ware · 8 years ago
  22. 2f47fb0 Correct signatures for a couple of logging handlers by Zachary Ware · 8 years ago
  23. 2b0bb0d Issue #27700: Document AbstractEventLoop, not BaseEventLoop. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  24. f68afd8 Issue #27700: Document AbstractEventLoop, not BaseEventLoop. by Guido van Rossum · 8 years ago
  25. 1107f09 Merge from 3.5 by Berker Peksag · 8 years ago
  26. 08d85ee Fix use of default reST role by Berker Peksag · 8 years ago
  27. f4c69ab Issue #23322: Merge from 3.5 by Berker Peksag · 8 years ago
  28. 7d1c5ef Issue #23322: Remove outdated reference to an example in parser docs by Berker Peksag · 8 years ago
  29. 2b1c45e Merge 3.5 by Andrew Svetlov · 8 years ago
  30. 4365b83 Use asyncio.gather instead of asyncio.wait in example. by Andrew Svetlov · 8 years ago
  31. 50abe87 Issue #27664: Add to concurrent.futures.thread.ThreadPoolExecutor() by Gregory P. Smith · 8 years ago
  32. 3cc3832 Better docs for typing.Any by Michael Lee. Fixes issue #27688. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  33. abfe28b Better docs for typing.Any by Michael Lee. Fixes issue #27688. by Guido van Rossum · 8 years ago
  34. febc332 Issue #26754: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  35. d73c318 Issue #26800: Undocumented support of general bytes-like objects by Serhiy Storchaka · 8 years ago
  36. 43b586b Silence warnings from 'make suspicious' to make the docs buildbot happy by Berker Peksag · 8 years ago
  37. fd0f84b Closes #22829: Added --prompt option to venv. by Vinay Sajip · 8 years ago
  38. 933c66a Issue #18548: Merge from 3.5 by Berker Peksag · 8 years ago
  39. ab75e02 Issue #18548: Fix unittest.TestSuite() example by Berker Peksag · 8 years ago
  40. 73fc586 Add AutoEnum: automatically provides next value if missing. Issue 26988. by Ethan Furman · 8 years ago
  41. 20bd9f0 Clarify NotImplemented vs NotImplementedError. Initial patch by Emmanuel Barry. Closes issue 27242. by Ethan Furman · 8 years ago
  42. b6337a1 Add typing.Generator docs, by Michael Lee. (Merge 3.5->3.6) by Guido van Rossum · 8 years ago
  43. b858af6 Add typing.Generator docs, by Michael Lee. by Guido van Rossum · 8 years ago
  44. 02b75ab Merge spelling and grammar fixes from 3.5 by Martin Panter · 8 years ago
  45. a31ddb3 Merge with 3.5 by Zachary Ware · 8 years ago
  46. 72e483a Fix half-finished sentence. by Zachary Ware · 8 years ago
  47. 6090194 Merge from 3.5 by Berker Peksag · 8 years ago
  48. 85b6090 Fix indentation of versionadded directive in IPv4Address.reverse_pointer docs by Berker Peksag · 8 years ago
  49. 8576ca1 Merge from 3.5 by Berker Peksag · 8 years ago
  50. 6bbc839 Indent ipaddress.ip_address() example correctly by Berker Peksag · 8 years ago
  51. 69332c1 Fix spelling and grammar in documentation and code comments by Martin Panter · 8 years ago
  52. 0de01c4 Issue #24278: Merge argument parsing docs from 3.5 by Martin Panter · 8 years ago
  53. 6c7d5a2 Issue #24278: Explain how argument parsing output buffers are managed by Martin Panter · 8 years ago
  54. 9f4712a Issue #23710: Merge from 3.5 by Berker Peksag · 8 years ago
  55. bed6891 Issue #23710: Update PyObject_HEAD documentation by Berker Peksag · 8 years ago
  56. 91494d3 Issue #26576: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 6cafece Issue #26576: Clarify that the @deco syntax is not always an equivalent of f = deco(f) by Berker Peksag · 8 years ago
  58. 43746c3 Closes #27661: Added tzinfo keyword argument to datetime.combine. by Alexander Belopolsky · 8 years ago
  59. cde03fa [merge from 3.5] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  60. 17742f2 [merge from 3.4] - Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  61. 436fe5a [merge from 3.3] Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  62. 4cbb23f Prevent HTTPoxy attack (CVE-2016-1000110) by Senthil Kumaran · 8 years ago
  63. 607e1c4 Issue 27366: PEP 487 docs updates by Nick Coghlan · 8 years ago
  64. 01d1719 Issue #27366: Tweak PEP 487 documentation by Berker Peksag · 8 years ago
  65. d78448e Issue #27366: Implement PEP 487 by Nick Coghlan · 8 years ago
  66. f6daa69 Merge from 3.5 by Berker Peksag · 8 years ago
  67. fa95068 Silence another "default role used" warning in typing.rst by Berker Peksag · 8 years ago
  68. 23aa24b Fix "default role used" warning in shlex.rst by Berker Peksag · 8 years ago
  69. a9333b1 Fix whitespace. by Guido van Rossum · 8 years ago
  70. c301cbf Fix whitespace. by Guido van Rossum · 8 years ago
  71. e608709 Expand documentation about type aliases and NewType in the typing module (merge 3.5 -> 3.6). by Guido van Rossum · 8 years ago
  72. 342e800 Expand documentation about type aliases and NewType in the typing module. by Guido van Rossum · 8 years ago
  73. c1f974c Closes #1521950: Made shlex parsing more shell-like. by Vinay Sajip · 8 years ago
  74. 6a09315 Issue #26462: Merge code block fixes from 3.5 by Martin Panter · 8 years ago
  75. 10ea19f Merge with 3.5 by Zachary Ware · 8 years ago
  76. 87ec85f Correct typo in Windows docs. by Zachary Ware · 8 years ago
  77. 8bde911 Issue #27626: Merge spelling fixes from 3.5 by Martin Panter · 8 years ago
  78. eb99570 Issue #27626: Spelling fixes in docs, comments and internal names by Martin Panter · 8 years ago
  79. 755df2a Issue #27633: Merge from 3.5 by Berker Peksag · 8 years ago
  80. 25539b0 Issue #27633: Fix usage of versionchanged directive in email.parser.rst by Berker Peksag · 8 years ago
  81. 1050d2d Issue #26462: Doc: reduce literal_block warnings, fix syntax highlighting. by Martin Panter · 8 years ago
  82. c75885b Issue #26638: Merge CLI link fix from 3.5 by Martin Panter · 8 years ago
  83. 254da19 Issue #26638: Don’t link 2to3 -l option to the tarfile -l option by Martin Panter · 8 years ago
  84. 3b055b5 Issue #27601: Merge from 3.5 by Berker Peksag · 8 years ago
  85. aa46bd4 Issue #27601: Improve example in the "Hashing of numeric types" section by Berker Peksag · 8 years ago
  86. 525a949 Issue #27130: Merge zlib 64-bit fixes from 3.5 by Martin Panter · 8 years ago
  87. 84544c1 Issue #27130: Fix handling of buffers exceeding UINT_MAX in “zlib” module by Martin Panter · 8 years ago
  88. 638e622 Closes #27493: accepted Path objects in file handlers for logging. by Vinay Sajip · 8 years ago
  89. cccf606 Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. by Vinay Sajip · 8 years ago
  90. de85ed6 Closes #25393: Merge with 3.5 by Zachary Ware · 8 years ago
  91. 48e3f98 Issue #25393: Fix probable copy/paste error in resource docs by Zachary Ware · 8 years ago
  92. fe8d966 Issue #27567: Expose the POLLRDHUP constant in the select module by Berker Peksag · 8 years ago
  93. 0715ce3 add EPOLLEXCLUSIVE by Benjamin Peterson · 8 years ago
  94. 96e9716 expose EPOLLRDHUP (closes #27567) by Benjamin Peterson · 8 years ago
  95. e3d7474 Issue #27528: Merge warning doc and test from 3.5 by Martin Panter · 8 years ago
  96. 2219450 Issue #27528: Document and test warning messages must match at beginning by Martin Panter · 8 years ago
  97. c29dd22 Issue #27531: Merge from 3.5 by Berker Peksag · 8 years ago
  98. ebf9fd3 Issue #27531: Update signature of Mock.assert_not_called method by Berker Peksag · 8 years ago
  99. d2fe862 Issue #27285: Cleanup leftover susp-ignored entry after text was changed by Martin Panter · 8 years ago
  100. 7365361 Merge for #26696 by Brett Cannon · 8 years ago