1. 9a7aff5 Merge from 3.5 by Andrew Kuchling · 8 years ago
  2. d58fc8b Update URL for requests documentation after IRC request by Andrew Kuchling · 8 years ago
  3. 6cb819c Merge 3.6 (issue #28639) by Yury Selivanov · 8 years ago
  4. d8aa0c6 Merge 3.5 (issue #28639) by Yury Selivanov · 8 years ago
  5. c0215df Issue #28639: Fix inspect.isawaitable to always return bool by Yury Selivanov · 8 years ago
  6. 9a2ffbd Merge 3.6 (issue #28003) by Yury Selivanov · 8 years ago
  7. 29310c4 Issue #28003: Make WrappedVal, ASend and AThrow GC types by Yury Selivanov · 8 years ago
  8. ff0273f Merge 3.6 by Yury Selivanov · 8 years ago
  9. 49ffdf6 Merge 3.5 by Yury Selivanov · 8 years ago
  10. 33499b7 genobject: Remove unnecessary tp_free slots from aiter_wrapper and coro_wrapper by Yury Selivanov · 8 years ago
  11. bb5e522 Merge 3.6 (asyncio) by Yury Selivanov · 8 years ago
  12. a054f40 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  13. 6cc495e asyncio: Fix _format_coroutine for coroutine-like objects w/o __name__ by Yury Selivanov · 8 years ago
  14. bff8f64 Merge 3.6 (issue #26081) by Yury Selivanov · 8 years ago
  15. 692796a Issue #26081: Fix refleak in _asyncio.Future.__iter__().throw. by Yury Selivanov · 8 years ago
  16. 2ce7c96 Merge 3.6 (typo in NEWS) by Yury Selivanov · 8 years ago
  17. c3d7dbb news: Fix a typo by Yury Selivanov · 8 years ago
  18. 228722a Merge 3.6 (issue #26182) by Yury Selivanov · 8 years ago
  19. 1a9d687 Issue #26182: Fix ia refleak in code that raises DeprecationWarning. by Yury Selivanov · 8 years ago
  20. 818b5cc Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  21. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  22. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  23. 0ee446c Merge 3.6 (issue #27243) by Yury Selivanov · 8 years ago
  24. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  25. 64d84c6 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  26. 1c9bd1d Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  27. eb20fca Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  28. 1c3fdd9 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  29. 07bcf05 Issue #28563: Fixed possible DoS and arbitrary code execution when handle by Serhiy Storchaka · 8 years ago
  30. b2e64f9 Issue #28621: Sped up converting int to float by reusing faster bits counting by Serhiy Storchaka · 8 years ago
  31. b74fecc Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  32. 852cc33 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  33. 579f038 Issue #28585: Restored docstring of os._isdir(). by Serhiy Storchaka · 8 years ago
  34. b5c349d Issue #28637: No longer use re in site.py. by Serhiy Storchaka · 8 years ago
  35. 727ba7c Issue #28637: No longer use re in site.py. by Serhiy Storchaka · 8 years ago
  36. 122b99d Merge 3.6 (docs/inspect) by Yury Selivanov · 8 years ago
  37. 4778e13 docs/inspect: clarify iscoroutinefunction; add docs for isasyncgen* by Yury Selivanov · 8 years ago
  38. e83a641 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  39. 0180cf6 Issue #28572: Use system-specific values for configdialog font test by Terry Jan Reedy · 8 years ago
  40. cb4f0c5 Merge 3.6 (issue #28613) by Yury Selivanov · 8 years ago
  41. 1994dd3 Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  42. 6ea2b8f Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() by Yury Selivanov · 8 years ago
  43. 621d4a7 Merge 3.6 by Victor Stinner · 8 years ago
  44. 1ec1cd1 Issue #28637: Revert issue #28082, don't import enum in re by Victor Stinner · 8 years ago
  45. 9a8e569 Merge from 3.6. by Eric V. Smith · 8 years ago
  46. 9b88fdf Fixed issue #28633: segfault when concatenating bytes literal and f-string. by Eric V. Smith · 8 years ago
  47. 25c28c9 Merge with 3.6 by Terry Jan Reedy · 8 years ago
  48. f46b782 Issue #28572: Add 10% to coverage of IDLE's test_configdialog. by Terry Jan Reedy · 8 years ago
  49. d89ecb3 Merge 3.6 (issue #28635) by Yury Selivanov · 8 years ago
  50. f5df730 whatsnew: Inital pass on "What's New in Python 3.6" by Yury Selivanov · 8 years ago
  51. 884edfc Merge 3.6 (issue #28634) by Yury Selivanov · 8 years ago
  52. 6130c02 Merge 3.5 (issue #28634) by Yury Selivanov · 8 years ago
  53. 49d6b8c Issue #28634: Fix asyncio.isfuture() to support mocks by Yury Selivanov · 8 years ago
  54. abbbb88 Merge 3.6 (issue #27392) by Yury Selivanov · 8 years ago
  55. cb0416f Issue #28088: Merge from 3.6 by Berker Peksag · 8 years ago
  56. 9c8fb94 Issue #28088: Merge from 3.5 by Berker Peksag · 8 years ago
  57. 2ebd6fe Issue #28088: Don't include self in method signature by Berker Peksag · 8 years ago
  58. 91aa5c1 Merge 3.5 (issue #27392) by Yury Selivanov · 8 years ago
  59. 3b3a141 Issue #27392: Document loop.connect_accepted_socket() by Yury Selivanov · 8 years ago
  60. 257a4c1 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  61. 78057b4 Closes #27781: Removes special cases for the experimental aspect of PEP 529 by Steve Dower · 8 years ago
  62. a80b9c5 issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. (3.6->3.7) by Guido van Rossum · 8 years ago
  63. f570d0f issue #28622: Remove redundant variable annotation test from test_grammar. Ivan L. by Guido van Rossum · 8 years ago
  64. 6e9d6b9 merge 3.6 by Benjamin Peterson · 8 years ago
  65. 3bd7900 merge 3.5 by Benjamin Peterson · 8 years ago
  66. db87c99 make sure dict view types are initialized by Benjamin Peterson · 8 years ago
  67. 5fce4b4 Issue #21590: Merge from 3.6 by Berker Peksag · 8 years ago
  68. 6b571e0 Issue #21590: Silence Sphinx warnings in instrumentation.rst by Berker Peksag · 8 years ago
  69. e2d933b Issue #21864: Merge from 3.6 by Berker Peksag · 8 years ago
  70. 87170d6 Issue #21864: Merge from 3.5 by Berker Peksag · 8 years ago
  71. cea632e Issue #21864: Remove outdated section about exceptions from the tutorial by Berker Peksag · 8 years ago
  72. 85bcf37 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  73. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  74. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  75. 692b97c Merge with 3.6 by Jason R. Coombs · 8 years ago
  76. f66f03b Update docs to reflect new behavior around backslashes in expressions (not allowed), matching recent changes to PEP 498. by Jason R. Coombs · 8 years ago
  77. 1c92a76 Update test_no_escapes_for_braces to clarify behavior with a docstring and expressions that clearly are not evaluated. by Jason R. Coombs · 8 years ago
  78. 32d93b2 Merge with 3.6 by Jason R. Coombs · 8 years ago
  79. da25abf7 Additionally show that a backslash-escaped opening brace is treated as a literal and thus triggers the single closing brace error, clarifying #28590. by Jason R. Coombs · 8 years ago
  80. 45cab8c Add an additional test with a newline, one that's very similar to test_parens_in_expressions, but because the newline is not a literal newline, but a backslash en, this error is triggered. by Jason R. Coombs · 8 years ago
  81. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  82. 873305b Merge doc fixup from 3.5 into 3.6 by Martin Panter · 8 years ago
  83. 04b3d8b Fix spacing after C++ in documentation by Martin Panter · 8 years ago
  84. cee93c3 Issue #28485: Merge single-threading fix from 3.5 into 3.6 by Martin Panter · 8 years ago
  85. 88281ce Issue #28485: Check for negative workers even without ProcessPoolExecutor by Martin Panter · 8 years ago
  86. 7d76c90 Issue #28616: merge from 3.5 by Ned Deily · 8 years ago
  87. da4887a Issue #28616: Correct help for sys.version_info releaselevel component. by Ned Deily · 8 years ago
  88. 69312fa Merge 3.5 (issue #28613) by Yury Selivanov · 8 years ago
  89. 600a349 Issue #28613: Fix get_event_loop() to return the current loop by Yury Selivanov · 8 years ago
  90. 4b8eb7b Issue #28088: Document Transport.set_protocol and get_protocol. by INADA Naoki · 8 years ago
  91. 1ea023e Issue #28088: Document Transport.set_protocol and get_protocol by INADA Naoki · 8 years ago
  92. 1d8f755 Issue #28605: Fix the help and What's New entry for --with-optimizations. by Brett Cannon · 8 years ago
  93. f905063 Merge 3.5 (asyncio) by Yury Selivanov · 8 years ago
  94. c542049 asyncio: Sync with upstream by Yury Selivanov · 8 years ago
  95. a6fbcd1 Merge 3.5 (issue #28600) by Yury Selivanov · 8 years ago
  96. 491a912 Issue #28600: Optimize loop.call_soon(). by Yury Selivanov · 8 years ago
  97. 4948a46 Issue #26980: Improve docs for create_unix_connection(). By Mariatta. (3.5->3.6) by Guido van Rossum · 8 years ago
  98. 9e80eeb Issue #26980: Improve docs for create_unix_connection(). By Mariatta. by Guido van Rossum · 8 years ago
  99. 5f548a2 Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago
  100. a7c972e Issue #28387: Fixed possible crash in _io.TextIOWrapper deallocator when by Serhiy Storchaka · 8 years ago