1. d5b129c Fix for one-letter type in What's New In Python 3.5. by Larry Hastings · 9 years ago
  2. eb3c16d Adds documentation for the new Windows embedded package. by Steve Dower · 9 years ago
  3. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 9 years ago
  4. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 9 years ago
  5. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  6. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 9 years ago
  7. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  8. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 9 years ago
  9. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 9 years ago
  10. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 9 years ago
  11. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 9 years ago
  12. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 9 years ago
  13. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 9 years ago
  14. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 9 years ago
  15. 9db397c Fix trailing ws. by Guido van Rossum · 9 years ago
  16. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 9 years ago
  17. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  18. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 9 years ago
  19. a5a0062 whatsnew: Add pep 448 to new syntax features section by Yury Selivanov · 9 years ago
  20. 5df36af whatsnew/3.5: Briefly mention PEP 484 by Yury Selivanov · 9 years ago
  21. 216d999 whatsnew/3.5: Mention PEP 448 by Yury Selivanov · 9 years ago
  22. eb184e0 Issue #24272: Initial docs for typing.py (PEP 484). by Guido van Rossum · 9 years ago
  23. 13b74ae whatsnew/3.5: Mention that 'async' is a bad name for modules by Yury Selivanov · 9 years ago
  24. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 9 years ago
  25. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 9 years ago
  26. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  27. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 9 years ago
  28. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  29. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 9 years ago
  30. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 9 years ago
  31. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 9 years ago
  32. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 9 years ago
  33. dcf841b Merge by Jason R. Coombs · 9 years ago
  34. f8d5063 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  35. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 9 years ago
  36. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 9 years ago
  37. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  38. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 9 years ago
  39. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 9 years ago
  40. 9881013 What's New in Python 3.5: document socket.sendall() change on timeout by Victor Stinner · 9 years ago
  41. 287452e What's New in Python 3.5: Document ssl methods change on timeout by Victor Stinner · 9 years ago
  42. 6752d65 What's New in Python 3.5: move PEP 475 doc by Victor Stinner · 9 years ago
  43. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 9 years ago
  44. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 9 years ago
  45. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  46. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 9 years ago
  47. 7039839 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  48. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 9 years ago
  49. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  50. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 9 years ago
  51. 943ddac Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  52. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 9 years ago
  53. 6cd5635 Merge unittest docs suspicious fix. by Robert Collins · 9 years ago
  54. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 9 years ago
  55. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  56. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 9 years ago
  57. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 9 years ago
  58. d7841ef Merge with 3.4 by Zachary Ware · 9 years ago
  59. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 9 years ago
  60. c8115b8 Issue #24680: Merge with 3.4 by Zachary Ware · 9 years ago
  61. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 9 years ago
  62. e1f6805 Fixes argument handling in build.bat and HHC search by Steve Dower · 9 years ago
  63. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 9 years ago
  64. a3d03ec Adds option to only install the launcher. by Steve Dower · 9 years ago
  65. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 9 years ago
  66. af75a54 Removes my username from the documentation. by Steve Dower · 9 years ago
  67. 2237bdc Adds option to install launcher for all users even when installing Python just-for-me. This helps mitigate issues when the incompatible Python 3.4 launcher is installed. by Steve Dower · 9 years ago
  68. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 9 years ago
  69. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 9 years ago
  70. c5ea754 - Issue #15014: SMTP.auth() and SMTP.login() now support RFC 4954's optional by Barry Warsaw · 9 years ago
  71. 80d0651 Update ignored suspicious markup by Zachary Ware · 9 years ago
  72. 7f142c7 Fix versionchanged directives by Zachary Ware · 9 years ago
  73. 3d3aedc Fix usage of the default role. by Zachary Ware · 9 years ago
  74. 4ffc3d4 Merge 3.4 by Zachary Ware · 9 years ago
  75. e36402a Fix usage of the default role. by Zachary Ware · 9 years ago
  76. 5c676f6 Fix suspicious markup by Zachary Ware · 9 years ago
  77. 2dd6e47 merge 3.4 by Benjamin Peterson · 9 years ago
  78. 7dcbf90 'not' is very important here by Benjamin Peterson · 9 years ago
  79. c0a446a merge 3.4 by Benjamin Peterson · 9 years ago
  80. b8fd262 tighten warning by Benjamin Peterson · 9 years ago
  81. aaa377f Documentation fixes for 3.5.0b3. by Larry Hastings · 9 years ago
  82. 2e770ce Issue #24330: merge from 3.4 by Ned Deily · 9 years ago
  83. f1ce6de Issue #24330: Update IDLE doc and help to note "Configure IDLE" difference by Ned Deily · 9 years ago
  84. ac4f550 Merge: #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  85. a1005ed #24584: replace dead link with pointer to archive.org. by R David Murray · 9 years ago
  86. fdbeb2b Issue #24400: Resurrect inspect.isawaitable() by Yury Selivanov · 9 years ago
  87. 2ab5b09 Close #24458: PEP 489 documentation by Nick Coghlan · 9 years ago
  88. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  89. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  90. 44f323c Merge 3.4 by Benjamin Peterson · 9 years ago
  91. 3ef8058 remove stray '(' (closes #24547) by Benjamin Peterson · 9 years ago
  92. 6aeda91 docs/conf: Undo changes in b2a3baa1c2b0; issue #24400 by Yury Selivanov · 9 years ago
  93. cc1d028 Issue #24400: Mention that __instancecheck__ is used in abc.Awaitable and Coroutine by Yury Selivanov · 9 years ago
  94. 04356e1 Issue #24487: Rename async() -> ensure_future() in asyncio docs. by Yury Selivanov · 9 years ago
  95. 59a3b67 Issue #24541: Drop test_inspect.test_eightteen unittest; update docs by Yury Selivanov · 9 years ago
  96. a74b5e5 Issue #24400: Remove inspect.isawaitable(). by Yury Selivanov · 9 years ago
  97. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  98. a7c7817 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  99. 89584c9 Issue #23684: Clarify the return value of the scheme attribute of ParseResult and SplitResult objects. by Berker Peksag · 9 years ago
  100. e79f355 Merge 3.4 (issue #24509) by Yury Selivanov · 9 years ago