1. 4897300 Minor factoring: move redundant resize scaling logic into the resize function. by Raymond Hettinger · 9 years ago
  2. 3c1f52e Call set_lookkey() directly to avoid unnecessary memory spills and reloads. by Raymond Hettinger · 9 years ago
  3. 15f0869 Move insertion resize logic into set_insert_key(). by Raymond Hettinger · 9 years ago
  4. bb215e2 Merge 3.5 (Issue #19235) by Yury Selivanov · 9 years ago
  5. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  6. d6d0b5b Merge 3.5 (Issue #24450) by Yury Selivanov · 9 years ago
  7. e13f8f3 Issue #24450: Add gi_yieldfrom to generators; cr_await to coroutines. by Yury Selivanov · 9 years ago
  8. 81da944 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  9. bc9e75e Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  10. 7b6e3b9 Issue #24467: Fixed possible buffer over-read in bytearray. The bytearray by Serhiy Storchaka · 9 years ago
  11. 2eff9e9 Minor refactoring. Move reference count logic into function that adds entry. by Raymond Hettinger · 9 years ago
  12. b5048d3 merge 3.5 by Benjamin Peterson · 9 years ago
  13. 4801383 upgrade to Unicode 8.0.0 by Benjamin Peterson · 9 years ago
  14. 9167261 Minor tweeak to tighten the inner-loop. by Raymond Hettinger · 9 years ago
  15. b257b79 Merge 3.5 (issue #24439) by Yury Selivanov · 9 years ago
  16. 66f8828 Issue #24439: Improve PEP 492 related docs. by Yury Selivanov · 9 years ago
  17. 38bb95e Minor code cleanup. by Raymond Hettinger · 9 years ago
  18. 6edc2f7 Issue #24400: Merge 3.5 by Yury Selivanov · 9 years ago
  19. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  20. 7e3592d Harmonize the bottom of the outer loop with its entry point by Raymond Hettinger · 9 years ago
  21. 6ee588f Restore quick exit (no freeslot check) for common case (found null on first probe). by Raymond Hettinger · 9 years ago
  22. ec466a1 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  23. 553e156 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  24. d741a88 Fixed indentation of Python examples in C comments. by Serhiy Storchaka · 9 years ago
  25. 239e901 Merge 3.5 by Benjamin Peterson · 9 years ago
  26. 0718de9 repair my irrational excuberance by Benjamin Peterson · 9 years ago
  27. 4a931ad merge 3.5 by Benjamin Peterson · 9 years ago
  28. 99e96f2 remove unnecessary braces and indentation by Benjamin Peterson · 9 years ago
  29. 9c47417 merge 3.5 by Benjamin Peterson · 9 years ago
  30. 2ad80f5 fix refleak when keys() fails by Benjamin Peterson · 9 years ago
  31. f02dcc8 Merge from 3.5. by Eric Snow · 9 years ago
  32. 4fabf02 Issue #24369: Defend against key-changes during iteration. by Eric Snow · 9 years ago
  33. d8e5d6c Merge from 3.5. by Eric Snow · 9 years ago
  34. db4061c Issue #24377: Fix a ref leak in OrderedDict.__repr__. by Eric Snow · 9 years ago
  35. cbdb17f Merge from 3.5. by Eric Snow · 9 years ago
  36. 4c72918 Issue #24362: Simplify the C OrderedDict fast nodes resize logic. by Eric Snow · 9 years ago
  37. d14de5e Merge from 3.5. by Eric Snow · 9 years ago
  38. ac02ef3 Issue #24368: Support keyword arguments in OrderedDict methods. by Eric Snow · 9 years ago
  39. ec6cd16 Merge from 3.5. by Eric Snow · 9 years ago
  40. b952ab4 Issue #24359: Check for changed OrderedDict size during iteration. by Eric Snow · 9 years ago
  41. e9dd08d Merge from 3.5. by Eric Snow · 9 years ago
  42. d171975 Issue #24348: Drop superfluous increfs/decrefs. by Eric Snow · 9 years ago
  43. c976b73 Merge from 3.5. by Eric Snow · 9 years ago
  44. a762af7 Issue #24347: Set KeyError if PyDict_GetItemWithError returns NULL. by Eric Snow · 9 years ago
  45. cae0658 merge 3.5 (#24345) by Benjamin Peterson · 9 years ago
  46. 0969a9f add Py_tp_finalize slot (closes #24345) by Benjamin Peterson · 9 years ago
  47. 442a894 Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  48. d4ea03c Issue #24284: The startswith and endswith methods of the str class no longer by Serhiy Storchaka · 9 years ago
  49. 7a3414c Merge from 3.5. by Eric Snow · 9 years ago
  50. e3dfa9e Issue #16991: Fix a few leaks and other memory-related concerns in OrderedDict. by Eric Snow · 9 years ago
  51. 3ef8958 Merge from 3.5. by Eric Snow · 9 years ago
  52. 67fb92e Issue #16991: Do not return None from OrderedDict.__reversed__. by Eric Snow · 9 years ago
  53. c5e5960 Issue #16991: Properly handle return values in several places. by Eric Snow · 9 years ago
  54. 7aa5341 Reverting my previous commit. by Yury Selivanov · 9 years ago
  55. e909821 Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  56. ac5569b Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  57. fa494fd Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(), by Serhiy Storchaka · 9 years ago
  58. 2806518 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  59. 8b2e8b6 Specify default values of semantic booleans in Argument Clinic generated signatures as booleans. by Serhiy Storchaka · 9 years ago
  60. 96c6af9 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  61. 47db717 Issue #16991: Add a C implementation of collections.OrderedDict. by Eric Snow · 9 years ago
  62. ac0bffb Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  63. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  64. 8651a50 Issue #23359: Specialize set_lookkey intoa lookup function and an insert function. by Raymond Hettinger · 9 years ago
  65. a7a0ad6 Issue #24276: Fixed optimization of property descriptor getter. by Serhiy Storchaka · 9 years ago
  66. a48db2b Issue #24268: Address some PEP 489 refleaks by Nick Coghlan · 9 years ago
  67. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  68. 6833339 Issue 24237: Raise PendingDeprecationWarning per PEP 479 by Yury Selivanov · 9 years ago
  69. e79ec70 Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  70. 08d230a Issue #24257: Fixed incorrect uses of PyObject_IsInstance(). by Serhiy Storchaka · 9 years ago
  71. b2f3c23 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  72. 4faf5c5 Issue #23985: Fixed integer overflow in iterator object. Patch by by Serhiy Storchaka · 9 years ago
  73. 873e0df Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  74. f6d1f1f Fix some compilation warnings when using gcc (-Wmaybe-uninitialized). by Antoine Pitrou · 9 years ago
  75. ef64847 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  76. 2545411 Issue #23985: Fix a possible buffer overrun when deleting a slice from the front of a bytearray and then appending some other bytes data. by Antoine Pitrou · 9 years ago
  77. 9ce71a6 Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  78. 7e29eea Fixed typos in comments. by Serhiy Storchaka · 9 years ago
  79. 740d613 merge by Raymond Hettinger · 9 years ago
  80. 610a51f Issue #23757: Only call the concrete list API for exact lists. by Raymond Hettinger · 9 years ago
  81. d4be691 Issue #24064: Help property() support GC by Raymond Hettinger · 9 years ago
  82. 5af9e13 Minor stylistic and consistency cleanup. by Raymond Hettinger · 9 years ago
  83. 1bd8d75 Issue #23290: Optimize set_merge() for cases where the target is empty. by Raymond Hettinger · 9 years ago
  84. eac503a Issue #24064: Property() docstrings are now writeable. (Patch by Berker Peksag.) by Raymond Hettinger · 9 years ago
  85. 48e47aa Issue #22486: Added the math.gcd() function. The fractions.gcd() function now is by Serhiy Storchaka · 9 years ago
  86. 0d4df75 Issue #15027: The UTF-32 encoder is now 3x to 7x faster. by Serhiy Storchaka · 9 years ago
  87. df52e67 Fix warnings for gen_get_iter() by Yury Selivanov · 9 years ago
  88. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  89. 18c30a2 Issue #22906: Do incref before SetCause/SetContext by Yury Selivanov · 9 years ago
  90. 80e4dbe Issue 22906: Increment refcount after PyException_SetContext by Yury Selivanov · 9 years ago
  91. 8170e8c PEP 479: Change StopIteration handling inside generators. by Yury Selivanov · 9 years ago
  92. 025e9eb PEP 448: additional unpacking generalizations (closes #2292) by Benjamin Peterson · 9 years ago
  93. c4e335b Issue #23910: Optimize property() getter calls. Patch by Joe Jevnik by Raymond Hettinger · 9 years ago
  94. 48050cb Merge 3.4 by Andrew Svetlov · 9 years ago
  95. 9df36c9 Issue #21354: PyCFunction_New function is exposed by python DLL again. by Andrew Svetlov · 9 years ago
  96. 7503509 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  97. 7403e91 Issue #23996: Avoid a crash when a delegated generator raises an unnormalized StopIteration exception. Patch by Stefan Behnel. by Antoine Pitrou · 9 years ago
  98. 8cb6569 Implements issue #9951: Adds a hex() method to bytes, bytearray, & memoryview. by Gregory P. Smith · 9 years ago
  99. 247789c Issue #24007: Argument Clinic now writes the format of PyArg_Parse*() at the by Serhiy Storchaka · 9 years ago
  100. a30e225 merge 3.4 (#24044) by Benjamin Peterson · 9 years ago