1. f67b0a3 minor fix of module order in whatsnew/3.5 by Tal Einat · 9 years ago
  2. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  3. 439c5fe Issue 24004: Fix DeprecationWarning in a unittest by Yury Selivanov · 9 years ago
  4. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  5. 3d4a457 improve section title by Benjamin Peterson · 9 years ago
  6. ad583a8 Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables by Yury Selivanov · 9 years ago
  7. 353f229 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  8. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  9. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  10. dce09c3 Issue #16991: Add odictobject.h on Windows. by Eric Snow · 9 years ago
  11. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  12. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  13. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  14. 82a9418 merge by Eric Snow · 9 years ago
  15. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  16. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  17. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  18. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  19. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  20. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  21. 8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. by Eric Snow · 9 years ago
  22. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  23. 802d45b Merge 3.5 by Yury Selivanov · 9 years ago
  24. 5844436 docs/whatsnew: Mention OrderedDict C implementation by Yury Selivanov · 9 years ago
  25. e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  26. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  27. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  28. f49c423 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  29. bf2b3b7 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  30. 2806518 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  31. 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  32. dcb591f Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
  33. 7e810a6 Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
  34. b811b64 merge by Raymond Hettinger · 9 years ago
  35. 4c97a62 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  36. e16f427 Merge 3.5 by Benjamin Peterson · 9 years ago
  37. 3d1151d use assert method in another place by Benjamin Peterson · 9 years ago
  38. c872d4e Merge from 3.5 by Eric Snow · 9 years ago
  39. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  40. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  41. 3979323 merge 3.5 by Benjamin Peterson · 9 years ago
  42. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  43. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 9 years ago
  44. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  45. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  46. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  47. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  48. 38bc0a7 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  49. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  50. 7ad0419 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  51. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  52. a24fcfd Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  53. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  54. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  55. 7a21911 docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  56. 153192b Merge 3.5 by Yury Selivanov · 9 years ago
  57. 8fa6d4f docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  58. 0938d98 merge 3.5 by Benjamin Peterson · 9 years ago
  59. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  60. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 9 years ago
  61. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  62. 26f7057 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar by Yury Selivanov · 9 years ago
  63. 6e6883f Issue #24309: Removed Python 2 idioms. by Serhiy Storchaka · 9 years ago
  64. bffc2b4 Fixes test in installer. by Steve Dower · 9 years ago
  65. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  66. ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  67. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  68. ee941b0 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  69. 6076a38 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  70. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  71. ffb40e5 More version bumping to 3.6. by Ned Deily · 9 years ago
  72. a8c22a0 update configure version to 3.6 by Benjamin Peterson · 9 years ago
  73. d1da507 Add whatsnew for 3.6 by Yury Selivanov · 9 years ago
  74. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  75. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  76. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  77. fa0e7f6 merge 3.5 by Benjamin Peterson · 9 years ago
  78. d663cc4 merge 3.4 by Benjamin Peterson · 9 years ago
  79. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  80. debf5ad Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  81. 6f05a20 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  82. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  83. e998aad Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  84. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  85. 8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. by Raymond Hettinger · 9 years ago
  86. 8544e25 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  87. 0109812 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  88. 572183e Merge with 3.5: tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  89. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  90. 8b5fb5c Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  91. c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  92. a724304 Merge 3.5 by Benjamin Peterson · 9 years ago
  93. e328323 rephrase by Benjamin Peterson · 9 years ago
  94. 944db38 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  95. 06f155f Merge fix for issue #24285 from 3.5 by Nick Coghlan · 9 years ago
  96. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  97. c074e9d Issue #24286: Forward port dict view abstract base class tests. by Raymond Hettinger · 9 years ago
  98. 395f92d Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  99. 6f68314 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  100. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago