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