1. c52e41d Make asyncio provisional by Yury Selivanov · 10 years ago
  2. e721b7c Issue #24952: Merge 3.4 into 3.5 by Martin Panter · 10 years ago
  3. 31e7f50 Issue #24952: Clarify default argument of stack_size() in threading, _thread by Martin Panter · 10 years ago
  4. 1498461 merge 3.4 (#24963) by Benjamin Peterson · 10 years ago
  5. 0612ffe fix spelling that was a bit confused (closes #24963) by Benjamin Peterson · 10 years ago
  6. 9157545 merge by Raymond Hettinger · 10 years ago
  7. 7a3602e Issue #24931: Resolve __dict__ conflict in namedtuple subclasses. by Raymond Hettinger · 10 years ago
  8. ce50802 Issue #24272: Remove usage of default reST role from typing docs by Zachary Ware · 10 years ago
  9. 072d432 Issue #24962: Merge 3.4 by Zachary Ware · 10 years ago
  10. 1a83746 Issue #24962: Remove space from filename by Zachary Ware · 10 years ago
  11. dcc47c6 Issue #24947: Merge 3.4 by Zachary Ware · 10 years ago
  12. 5e580da Issue #24947: Fix grammar in asyncio doc by Zachary Ware · 10 years ago
  13. beaa509 docs: Better comment for tp_as_async slot by Yury Selivanov · 10 years ago
  14. 36f22a2 Issue #24808: Merge 3.4 into 3.5; adjust new tp_as_async field by Martin Panter · 10 years ago
  15. 78d5033 Issue #24808: Update the documentation of some PyTypeObject fields by Martin Panter · 10 years ago
  16. f51fd7b Merge. by Larry Hastings · 10 years ago
  17. d5b129c Fix for one-letter type in What's New In Python 3.5. by Larry Hastings · 10 years ago
  18. 7d9376f Merge: #24926: Fix typo in example. by R David Murray · 10 years ago
  19. 87cbfb2 #24926: Fix typo in example. by R David Murray · 10 years ago
  20. 478eadc Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
  21. a2b0055 Issue #22812: Fix unittest discovery examples. by Robert Collins · 10 years ago
  22. de11561 Further improve os.path.commonprefix() docs. by Yury Selivanov · 10 years ago
  23. 8e205f7 merge 3.4 (#24883) by Benjamin Peterson · 10 years ago
  24. 2053aa1 'Py_Buffer' should be 'Py_buffer' (closes #24883) by Benjamin Peterson · 10 years ago
  25. 80ac11f docs: Improve docs for os.path.commonprefix by Yury Selivanov · 10 years ago
  26. d61714d Issue #24079: merge from 3.4 by Ned Deily · 10 years ago
  27. eca0445 Issue #24079: Improve description of the text and tail attributes for by Ned Deily · 10 years ago
  28. 5fbad3c docs: Clarify that gi_yieldfrom was first added in 3.5 by Yury Selivanov · 10 years ago
  29. c135f0a docs: Fix inspect docs re gi_yieldfrom by Yury Selivanov · 10 years ago
  30. 5e8d47f Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 10 years ago
  31. 4ce4f97 Issue #16554: fix description for MAKE_CLOSURE. Initial patch by Daniel Urban. by Antoine Pitrou · 10 years ago
  32. 2ebdc13 Issue #23725: Overhaul tempfile docs. by Robert Collins · 10 years ago
  33. d84b29f Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 10 years ago
  34. 0b2833e Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 10 years ago
  35. 79b98df Issue #21279: Flesh out str.translate docs by Zachary Ware · 10 years ago
  36. 91e561a Issue #24129: Clarify reference docs for name resolution. by Nick Coghlan · 10 years ago
  37. 1ae28d2 Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 10 years ago
  38. 30f1f67 Issue #13884: Idle: Remove tearoff lines from menus. Patch by Roger Serwy. by Terry Jan Reedy · 10 years ago
  39. 41ca828 Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 10 years ago
  40. dcf841b Merge by Jason R. Coombs · 10 years ago
  41. bd4dd54 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 10 years ago
  42. 842c074 Issue #24729: Correct reference to open function. by Jason R. Coombs · 10 years ago
  43. 1ee9283 Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 10 years ago
  44. d8de44b Issue #24729: Update tutorial to match implementation. by Alessandro Cucci · 10 years ago
  45. 7e732a7 Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 10 years ago
  46. f79dfe3 Add versionchanged information for mock_open. by Robert Collins · 10 years ago
  47. ca647ef Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 10 years ago
  48. 80e4f30 Remove line numbers from unittest in susp-ignored. by Robert Collins · 10 years ago
  49. 16dd210 Fix suspicious after the unittest docs change. by Robert Collins · 10 years ago
  50. e02f6c2 Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 10 years ago
  51. 4aa30dc rstlint: explicitly open files as UTF8 by Zachary Ware · 10 years ago
  52. c75e2dd Issue #24680: Remove random backslash. Patch by cdz. by Zachary Ware · 10 years ago
  53. eb3c16d Adds documentation for the new Windows embedded package. by Steve Dower · 10 years ago
  54. 70e543b Issue #23756: Clarify the terms "contiguous" and "bytes-like object". by Stefan Krah · 10 years ago
  55. 0c51595 Issue #15944: memoryview: Allow arbitrary formats when casting to bytes. by Stefan Krah · 10 years ago
  56. 00cf3c3 Issue #4395: Better testing and documentation of binary operators. by Robert Collins · 10 years ago
  57. 888a672 Issue #24531: Document that encoding lines cannot follow non-comment lines. by Robert Collins · 10 years ago
  58. d987a81 Issue #21279: Merge with 3.4 by Zachary Ware · 10 years ago
  59. 7d6adab whatsnew/3.5: Mention new ssl memory bio by Yury Selivanov · 10 years ago
  60. 40c0ce4 whatsnew/3.5: Mention 'typing' module docs in seealso for pep 484 by Yury Selivanov · 10 years ago
  61. 73c6f64 Merge issue #24129 from 3.4 by Nick Coghlan · 10 years ago
  62. 9db397c Fix trailing ws. by Guido van Rossum · 10 years ago
  63. cd2ac97 Merge docs for typing.py from accidental branch. by Guido van Rossum · 10 years ago
  64. b3ca31f Issue #20769: Improve reload() docs. Patch by Dorian Pula. by Robert Collins · 10 years ago
  65. a5a0062 whatsnew: Add pep 448 to new syntax features section by Yury Selivanov · 10 years ago
  66. 5df36af whatsnew/3.5: Briefly mention PEP 484 by Yury Selivanov · 10 years ago
  67. 216d999 whatsnew/3.5: Mention PEP 448 by Yury Selivanov · 10 years ago
  68. eb184e0 Issue #24272: Initial docs for typing.py (PEP 484). by Guido van Rossum · 10 years ago
  69. 13b74ae whatsnew/3.5: Mention that 'async' is a bad name for modules by Yury Selivanov · 10 years ago
  70. 75ead2b Remove warning about asyncio being provisional (it's not in 3.5 and up). by Guido van Rossum · 10 years ago
  71. 75b5ab5 docs: Fix productionlist for async def functions by Yury Selivanov · 10 years ago
  72. 659fcb0 Merge with 3.4 by Terry Jan Reedy · 10 years ago
  73. 7e94e8e Issue #12160: Fix incorrect StreamCodec references in Codec.encode() and Codec.decode() docs. by Berker Peksag · 10 years ago
  74. 4333d8b Issue #15582: Add a whatsnew entry for inspect.getdoc() changes in 3.5. by Berker Peksag · 10 years ago
  75. 707deb9 Issue #24109: Include Tools/scripts/diff.py instead of duplicating it in difflib documentation. by Berker Peksag · 10 years ago
  76. 0598da3 Merge with 3.4 for Issue #24729 by Jason R. Coombs · 10 years ago
  77. f8d5063 Issue #23589: Remove duplicate sentence from the FAQ. Patch by Yongzhi Pan. by Robert Collins · 10 years ago
  78. f7e3b5e Issue #23254: Document how to close the TCPServer listening socket. by Robert Collins · 10 years ago
  79. ace8848 What's New in Python 3.5: document os.urandom() changes by Victor Stinner · 10 years ago
  80. 9881013 What's New in Python 3.5: document socket.sendall() change on timeout by Victor Stinner · 10 years ago
  81. 287452e What's New in Python 3.5: Document ssl methods change on timeout by Victor Stinner · 10 years ago
  82. 6752d65 What's New in Python 3.5: move PEP 475 doc by Victor Stinner · 10 years ago
  83. bf1d4b6 Issue #24420: Fix documentation regression introduced by f0a00ee094ff. by Berker Peksag · 10 years ago
  84. a1bddad Issue #24713: Use importlib.reload() in import reference document. by Berker Peksag · 10 years ago
  85. 7039839 Add versionchanged information for mock_open. by Robert Collins · 10 years ago
  86. 88ba360 Issue #21750: Further fixup to be styled like other mock APIs. by Robert Collins · 10 years ago
  87. 943ddac Remove line numbers from unittest in susp-ignored. by Robert Collins · 10 years ago
  88. 6cd5635 Merge unittest docs suspicious fix. by Robert Collins · 10 years ago
  89. 38de40d Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero. by Robert Collins · 10 years ago
  90. 8fb307c Issue #24619: New approach for tokenizing async/await. by Yury Selivanov · 10 years ago
  91. d7841ef Merge with 3.4 by Zachary Ware · 10 years ago
  92. c8115b8 Issue #24680: Merge with 3.4 by Zachary Ware · 10 years ago
  93. e1f6805 Fixes argument handling in build.bat and HHC search by Steve Dower · 10 years ago
  94. 2434aa2 Adds support for an unattend.xml file to control the Windows installer options. by Steve Dower · 10 years ago
  95. a3d03ec Adds option to only install the launcher. by Steve Dower · 10 years ago
  96. 313fbf4 Issue #24642: Adds installer notes and links to What's New for 3.5 by Steve Dower · 10 years ago
  97. af75a54 Removes my username from the documentation. by Steve Dower · 10 years ago
  98. 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 · 10 years ago
  99. 47066ee merge 3.4 (#24610) by Benjamin Peterson · 10 years ago
  100. acb3a4d fix normalization example (closes #24610) by Benjamin Peterson · 10 years ago