1. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  2. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  3. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  4. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  5. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  6. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  7. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  8. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  9. d8cf382 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  10. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 9 years ago
  11. 55a57b0 Moved Misc/NEWS entry (issue #24270) to correct section. by Serhiy Storchaka · 9 years ago
  12. c72056a Merge release engineering changes with 3.5 branch head. by Larry Hastings · 9 years ago
  13. 61eb146 Post-release updates for Python 3.5.0b2. by Larry Hastings · 9 years ago
  14. e42cc38 Issue 24017: Add a test for CoroWrapper and 'async def' coroutines by Yury Selivanov · 9 years ago
  15. 6a0fab9 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  16. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  17. 7734900 Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll. by Steve Dower · 9 years ago
  18. 83f34aa Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes. by Steve Dower · 9 years ago
  19. 4640b30 Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew by Yury Selivanov · 9 years ago
  20. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  21. f67b0a3 minor fix of module order in whatsnew/3.5 by Tal Einat · 9 years ago
  22. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  23. 439c5fe Issue 24004: Fix DeprecationWarning in a unittest by Yury Selivanov · 9 years ago
  24. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  25. 3d4a457 improve section title by Benjamin Peterson · 9 years ago
  26. ad583a8 Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables by Yury Selivanov · 9 years ago
  27. 353f229 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  28. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  29. a813b29 Added tag v3.5.0b2 for changeset 7a088af5615b by Larry Hastings · 9 years ago
  30. d200e0c Version bump for Python 3.5.0b2. by Larry Hastings · 9 years ago
  31. e8ff0ca Regenerated pydoc topic index in preparation for Python 3.5.0b2. by Larry Hastings · 9 years ago
  32. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  33. dce09c3 Issue #16991: Add odictobject.h on Windows. by Eric Snow · 9 years ago
  34. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  35. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  36. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  37. 82a9418 merge by Eric Snow · 9 years ago
  38. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  39. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  40. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  41. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  42. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  43. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  44. 8c7ed01 Issue #16991: Use PyObject_TypeCheck instead of PyObject_IsInstance. by Eric Snow · 9 years ago
  45. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  46. 802d45b Merge 3.5 by Yury Selivanov · 9 years ago
  47. 5844436 docs/whatsnew: Mention OrderedDict C implementation by Yury Selivanov · 9 years ago
  48. e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  49. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  50. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  51. f49c423 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  52. bf2b3b7 Use test.support.start_threads() in threaded lru_cache tests. by Serhiy Storchaka · 9 years ago
  53. 2806518 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  54. 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  55. dcb591f Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
  56. 7e810a6 Use converter names instead of format units in Argument Clinic descriptions by Serhiy Storchaka · 9 years ago
  57. b811b64 merge by Raymond Hettinger · 9 years ago
  58. 4c97a62 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  59. e16f427 Merge 3.5 by Benjamin Peterson · 9 years ago
  60. 3d1151d use assert method in another place by Benjamin Peterson · 9 years ago
  61. c872d4e Merge from 3.5 by Eric Snow · 9 years ago
  62. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  63. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  64. 3979323 merge 3.5 by Benjamin Peterson · 9 years ago
  65. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  66. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 9 years ago
  67. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  68. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  69. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  70. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  71. 38bc0a7 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  72. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  73. 7ad0419 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  74. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  75. a24fcfd Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  76. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  77. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  78. 7a21911 docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  79. 153192b Merge 3.5 by Yury Selivanov · 9 years ago
  80. 8fa6d4f docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  81. 0938d98 merge 3.5 by Benjamin Peterson · 9 years ago
  82. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  83. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 9 years ago
  84. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  85. 26f7057 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar by Yury Selivanov · 9 years ago
  86. 6e6883f Issue #24309: Removed Python 2 idioms. by Serhiy Storchaka · 9 years ago
  87. bffc2b4 Fixes test in installer. by Steve Dower · 9 years ago
  88. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  89. ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  90. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  91. ee941b0 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  92. 6076a38 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  93. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  94. ffb40e5 More version bumping to 3.6. by Ned Deily · 9 years ago
  95. a8c22a0 update configure version to 3.6 by Benjamin Peterson · 9 years ago
  96. d1da507 Add whatsnew for 3.6 by Yury Selivanov · 9 years ago
  97. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  98. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  99. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  100. fa0e7f6 merge 3.5 by Benjamin Peterson · 9 years ago