1. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  2. 3979323 merge 3.5 by Benjamin Peterson · 9 years ago
  3. 0a3297d use assert method (#24328) by Benjamin Peterson · 9 years ago
  4. 0c70ca9 merge 3.5 (#24328) by Benjamin Peterson · 9 years ago
  5. e20056c fix importing one char extension modules (closes #24328) by Benjamin Peterson · 9 years ago
  6. 07739f3 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  7. a663121 Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  8. 50451eb Issue #24326: Fixed audioop.ratecv() with non-default weightB argument. by Serhiy Storchaka · 9 years ago
  9. 38bc0a7 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  10. 13f7723 Issue 24316: Wrap gen objects returned from callables in types.coroutine by Yury Selivanov · 9 years ago
  11. 7ad0419 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  12. c565cd5 Issue 24316: Fix types.coroutine() to accept objects from Cython by Yury Selivanov · 9 years ago
  13. a24fcfd Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  14. 56fc614 Issue 24315: Make collections.abc.Coroutine derived from Awaitable by Yury Selivanov · 9 years ago
  15. 41a6a62 Update Windows build for 3.6 by Zachary Ware · 9 years ago
  16. 7a21911 docs/whatsnew/3.6: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  17. 153192b Merge 3.5 by Yury Selivanov · 9 years ago
  18. 8fa6d4f docs/whatsnew: Mention that 'async' and 'await' will be keywords in 3.7 by Yury Selivanov · 9 years ago
  19. 0938d98 merge 3.5 by Benjamin Peterson · 9 years ago
  20. 264be6f remove STORE_MAP, since it's unused by Benjamin Peterson · 9 years ago
  21. 2ec8f9b merge 3.5 (#11205) by Benjamin Peterson · 9 years ago
  22. ee85339 in dict displays, evaluate the key before the value (closes #11205) by Benjamin Peterson · 9 years ago
  23. 26f7057 Issue 24297: Add a unittest that Lib/symbol.py is in sync with Grammar by Yury Selivanov · 9 years ago
  24. 6e6883f Issue #24309: Removed Python 2 idioms. by Serhiy Storchaka · 9 years ago
  25. bffc2b4 Fixes test in installer. by Steve Dower · 9 years ago
  26. 44e6258 Fixes text in installer. by Steve Dower · 9 years ago
  27. ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  28. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  29. ee941b0 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  30. 6076a38 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  31. 1ad08a5 asyncio: Drop some useless code from tasks.py. by Yury Selivanov · 9 years ago
  32. ffb40e5 More version bumping to 3.6. by Ned Deily · 9 years ago
  33. a8c22a0 update configure version to 3.6 by Benjamin Peterson · 9 years ago
  34. d1da507 Add whatsnew for 3.6 by Yury Selivanov · 9 years ago
  35. 72f389f Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  36. 507cd3c Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  37. 46c759d Issue 24298: Fix signature() to properly unwrap wrappers around bound methods by Yury Selivanov · 9 years ago
  38. fa0e7f6 merge 3.5 by Benjamin Peterson · 9 years ago
  39. d663cc4 merge 3.4 by Benjamin Peterson · 9 years ago
  40. 68fe9aa update for 3.6 emerging by Benjamin Peterson · 9 years ago
  41. debf5ad Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  42. 6f05a20 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  43. 72c2400 Issue 24304: Fix broken license link in FAQ. by Ned Deily · 9 years ago
  44. e998aad Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  45. 3028c95 Issue #24288: Generated opcode.h no longer contains trailing spaces and tabs. by Serhiy Storchaka · 9 years ago
  46. 8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. by Raymond Hettinger · 9 years ago
  47. 8544e25 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  48. 0109812 Issue 24297: Update symbol.py. See also issue 24017. by Yury Selivanov · 9 years ago
  49. 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
  50. 20703c6 tarfile.open() with mode 'x' created files without an end of archive marker. by Lars Gustäbel · 9 years ago
  51. 8b5fb5c Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  52. c30a6ce Issue #24293: Fixes installer colors to use system settings throughout. by Steve Dower · 9 years ago
  53. a724304 Merge 3.5 by Benjamin Peterson · 9 years ago
  54. e328323 rephrase by Benjamin Peterson · 9 years ago
  55. 944db38 Issue #23509: Speed up Counter operators (Based on patch by Serhiy Storchaka.) by Raymond Hettinger · 9 years ago
  56. 06f155f Merge fix for issue #24285 from 3.5 by Nick Coghlan · 9 years ago
  57. 55871f0 Issue #24285: fix importing extensions from packages by Nick Coghlan · 9 years ago
  58. c074e9d Issue #24286: Forward port dict view abstract base class tests. by Raymond Hettinger · 9 years ago
  59. 395f92d Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  60. 6f68314 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  61. ca208a0 Moved Misc/NEWS entries to correct section and fix formatting. by Serhiy Storchaka · 9 years ago
  62. 39bdb9e Merge 3.5 by Benjamin Peterson · 9 years ago
  63. 09479d0 merge 3.4 by Benjamin Peterson · 9 years ago
  64. 82d8f06 merge 3.3 by Benjamin Peterson · 9 years ago
  65. 86c3a3b merge 3.2 by Benjamin Peterson · 9 years ago
  66. b03856a keep distutils version in sync with python version automatically by Benjamin Peterson · 9 years ago
  67. d0c2a20 Version bump for trunk to 3.6.0a0. Welcome to the future! by Larry Hastings · 9 years ago
  68. 6a0ee2b (Merge 3.6) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  69. 24d262a (Merge 3.5) Issue #23840: tokenize.open() now closes the temporary binary file by Victor Stinner · 9 years ago
  70. 387729e Issue #23840: tokenize.open() now closes the temporary binary file on error to by Victor Stinner · 9 years ago
  71. aea8fa3 Added a section for news items for 3.6. by Larry Hastings · 9 years ago
  72. 4cae9d1 Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  73. e6efbdc Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  74. 410d77f Remove UTF-8 BOMs. by Serhiy Storchaka · 9 years ago
  75. e91829c Create 3.5 branch. by Larry Hastings · 9 years ago
  76. aca575c Merge. by Larry Hastings · 9 years ago
  77. f46aa8e Post-release fixes for 3.5.0b1. by Larry Hastings · 9 years ago
  78. 46c5611 Backed out changeset: b0a0b9b59012 by Serhiy Storchaka · 9 years ago
  79. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 9 years ago
  80. 3805019 Exclude _testmultiphase.pyd from embeddable ZIP file. by Steve Dower · 9 years ago
  81. 2446e2e Prevents attempt to sign ZIP file when building embeddable version. by Steve Dower · 9 years ago
  82. 42a059b Issue #24268: Adds PCBuild project to build _testmultiphase module. by Steve Dower · 9 years ago
  83. f772409 Added tag v3.5.0b1 for changeset 071fefbb5e3d by Larry Hastings · 9 years ago
  84. 205acde Version bump for 3.5.0b1. by Larry Hastings · 9 years ago
  85. 40040df Update SOURCE_URI to reflect that we're branching 3.5 now. by Larry Hastings · 9 years ago
  86. 0482af4 Updated topics (and susp-ignored) for Python 3.5.0b1. by Larry Hastings · 9 years ago
  87. f64b9d5 Fixes handling of long values of PYTHONPATH on Windows. by Steve Dower · 9 years ago
  88. 7ca1353 Fix bad indent in whatsnew/3.5.rst. by Guido van Rossum · 9 years ago
  89. 44825cf Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  90. e9cd1d3 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  91. a6f6a68 whitespace by Terry Jan Reedy · 9 years ago
  92. ca1ad94 Merge with 3.4 by Terry Jan Reedy · 9 years ago
  93. 571164f Add pointer to IDLE what's new file. by Terry Jan Reedy · 9 years ago
  94. d68ec17 Merge backout of 57776eee74f2. by Larry Hastings · 9 years ago
  95. 8252cc9 Backed out changeset 57776eee74f2 by Larry Hastings · 9 years ago
  96. 11d7b14 Issue #24268: Adds PyModuleDef_Init and PyModuleDef_Type to python3.def (stable ABI) by Steve Dower · 9 years ago
  97. 1a90b17 Fix Sphinx warnings. by Berker Peksag · 9 years ago
  98. b888d61 Update idlelib/NEWS.txt by Terry Jan Reedy · 9 years ago
  99. c4dc43e Update idlelib/NEWS.txt. by Terry Jan Reedy · 9 years ago
  100. fa2c866 merge by Terry Jan Reedy · 9 years ago