1. d14de5e Merge from 3.5. by Eric Snow · 9 years ago
  2. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  3. a641def Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  4. eb698fe Issue 24342: No need to use PyAPI_FUNC for _PyEval_ApplyCoroutineWrapper by Yury Selivanov · 9 years ago
  5. 47d5e15 Issue 24365: Merge 3.5 by Yury Selivanov · 9 years ago
  6. ca82910 Issue 24365: Conditionalize PEP 489 additions to the stable ABI by Yury Selivanov · 9 years ago
  7. 107d08f Issue 24366: Merge 3.5 by Yury Selivanov · 9 years ago
  8. 72ea27c Issue 24366: Merge 3.4 by Yury Selivanov · 9 years ago
  9. e126857 Issue 24366: Merge 3.3 by Yury Selivanov · 9 years ago
  10. 614bfcc Issue 24366: Indent code (thanks to li4ick for reporting). by Yury Selivanov · 9 years ago
  11. 082332c Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  12. aab3c4a Issue 24342: Let wrapper set by sys.set_coroutine_wrapper fail gracefully by Yury Selivanov · 9 years ago
  13. e8a21a3 merge update to pip/setuptools by Donald Stufft · 9 years ago
  14. 231d906 Merge update to pip/setuptools by Donald Stufft · 9 years ago
  15. 96cf848 Upgrade pip to 7.0.3 and setuptools to 17.0 by Donald Stufft · 9 years ago
  16. 75124e0 Merge the fix for #24267 by Donald Stufft · 9 years ago
  17. 67872ba Merge the fix for #24267 by Donald Stufft · 9 years ago
  18. 71a8589 Closes #24267 - Does not check version on ensurepip uninstall by Donald Stufft · 9 years ago
  19. ec6cd16 Merge from 3.5. by Eric Snow · 9 years ago
  20. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago
  21. e9dd08d Merge from 3.5. by Eric Snow · 9 years ago
  22. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 9 years ago
  23. c976b73 Merge from 3.5. by Eric Snow · 9 years ago
  24. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  25. 861d3c9 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  26. fa1b47c Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  27. 11cf4f6 Issue #24357: use example.org instead by Ned Deily · 9 years ago
  28. d0f58b5 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  29. 03c28fa Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  30. 834f029 Issue #24357: fix real typo by Ned Deily · 9 years ago
  31. a62ad75 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  32. 36a6a6b Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  33. 9e2dc3f Issue #24357: fix typo by Ned Deily · 9 years ago
  34. cc50ab9 Issue #24357: merge from 3.5 by Ned Deily · 9 years ago
  35. 3e4f976 Issue #24357: merge from 3.4 by Ned Deily · 9 years ago
  36. 1b79e2d Issue #24357: Change host in socket.getaddrinfo example to one that by Ned Deily · 9 years ago
  37. 1b12c55 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  38. d8cf382 Issue 24017: Make PyEval_(Set|Get)CoroutineWrapper private by Yury Selivanov · 9 years ago
  39. cae0658 merge 3.5 (#24345) by Benjamin Peterson · 9 years ago
  40. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 9 years ago
  41. 5b8b853 Moved Misc/NEWS entry (issue #24270) to correct section. by Serhiy Storchaka · 9 years ago
  42. 55a57b0 Moved Misc/NEWS entry (issue #24270) to correct section. by Serhiy Storchaka · 9 years ago
  43. d54ae00 Merge with 3.5. by Serhiy Storchaka · 9 years ago
  44. c72056a Merge release engineering changes with 3.5 branch head. by Larry Hastings · 9 years ago
  45. 61eb146 Post-release updates for Python 3.5.0b2. by Larry Hastings · 9 years ago
  46. 9f59b0d Issue 24017: Add a test for CoroWrapper and 'async def' coroutines by Yury Selivanov · 9 years ago
  47. e42cc38 Issue 24017: Add a test for CoroWrapper and 'async def' coroutines by Yury Selivanov · 9 years ago
  48. 41874c5 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  49. 6a0fab9 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  50. 70adad2 Issue 24017: Fix asyncio.CoroWrapper to support 'async def' coroutines by Yury Selivanov · 9 years ago
  51. 25e1738 Merge with 3.5 by Steve Dower · 9 years ago
  52. 7734900 Issue #24317: Makes Customize page default to installing per-user, and switching to All Users enable CompileAll. by Steve Dower · 9 years ago
  53. 83f34aa Issue #24293: Adds mapping from explicit colours to system colours to correctly handle user themes. by Steve Dower · 9 years ago
  54. 1305e5b Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew by Yury Selivanov · 9 years ago
  55. 4640b30 Issue 24180: Mention sys.(get|set)_coroutine_wrapper in whatsnew by Yury Selivanov · 9 years ago
  56. 126e026 Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  57. d4cbbeb Issue 24180: Document sys.(set|get)_coroutine_wrapper by Yury Selivanov · 9 years ago
  58. ff790de minor fix of module order in whatsnew/3.5 by Tal Einat · 9 years ago
  59. f67b0a3 minor fix of module order in whatsnew/3.5 by Tal Einat · 9 years ago
  60. bc8db8f Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  61. d5519ed Issue #19543: Implementation of isclose as per PEP 485 by Tal Einat · 9 years ago
  62. eb141c4 Issue 24004: Fix DeprecationWarning in a unittest by Yury Selivanov · 9 years ago
  63. 439c5fe Issue 24004: Fix DeprecationWarning in a unittest by Yury Selivanov · 9 years ago
  64. 442a894 Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  65. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  66. 49fc2c3 merge 3.5 by Benjamin Peterson · 9 years ago
  67. 3d4a457 improve section title by Benjamin Peterson · 9 years ago
  68. 23f8d52 Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables by Yury Selivanov · 9 years ago
  69. ad583a8 Issue 24004: Add a unittest for @asyncio.coroutine supporting Awaitables by Yury Selivanov · 9 years ago
  70. f525e5f Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  71. 353f229 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  72. a316085 Issue 24004: Support Awaitables (pep 492) in @asyncio.coroutine decorator by Yury Selivanov · 9 years ago
  73. 115b0da Change SOURCE_URI for pydoc source URLs to point back to correct branch for 3.6. by Larry Hastings · 9 years ago
  74. a813b29 Added tag v3.5.0b2 for changeset 7a088af5615b by Larry Hastings · 9 years ago
  75. d200e0c Version bump for Python 3.5.0b2. by Larry Hastings · 9 years ago
  76. e8ff0ca Regenerated pydoc topic index in preparation for Python 3.5.0b2. by Larry Hastings · 9 years ago
  77. c868782 Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  78. bf304fc Issue #23934: Fix inspect.signature to fail correctly for builtin types. by Yury Selivanov · 9 years ago
  79. 97abf97 Merge from 3.5. by Eric Snow · 9 years ago
  80. dce09c3 Issue #16991: Add odictobject.h on Windows. by Eric Snow · 9 years ago
  81. 06a6a83 Issue #16991: Use the correct version for master. by Eric Snow · 9 years ago
  82. 59b2f68 Merge from 3.5. by Eric Snow · 9 years ago
  83. f3b73ad Issue #16991: Add PyODict* to Windows builds. by Eric Snow · 9 years ago
  84. e39facf Issue #16991: Ensure that the proper OrderedDict is used in tests. by Eric Snow · 9 years ago
  85. 7a3414c Merge from 3.5. by Eric Snow · 9 years ago
  86. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  87. 1edcb22 Merge from 3.5. by Eric Snow · 9 years ago
  88. d0a0645 Issue #16991: Drop Py_ODict_GetItemId. by Eric Snow · 9 years ago
  89. 3ef8958 Merge from 3.5. by Eric Snow · 9 years ago
  90. 82a9418 merge by Eric Snow · 9 years ago
  91. d1402ac Issue 22357: Merge from 3.5 by Yury Selivanov · 9 years ago
  92. 582b8c7 Issue 22357: Merge from 3.4 by Yury Selivanov · 9 years ago
  93. 0339568 Issue 22357: Document __qualname__ in inspect.rst by Yury Selivanov · 9 years ago
  94. b5379ed docs: Sync whatsnew/3.5.rst with 3.6 by Yury Selivanov · 9 years ago
  95. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  96. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  97. e971297 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  98. 1b560cb Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  99. f28fa66 Issue #5633: Fixed timeit when the statement is a string and the setup is not. by Serhiy Storchaka · 9 years ago
  100. 6e15fdf Merge from 3.5. by Eric Snow · 9 years ago