1. 0f04bc7 merge 3.5 (closes #26478) by Benjamin Peterson · 9 years ago
  2. cfc2a1f merge 3.4 (closes #26478) by Benjamin Peterson · 9 years ago
  3. f11b25b properly use the ObjArgs variant of CallMethod in dictview binary operations (closes #26478) by Benjamin Peterson · 9 years ago
  4. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  5. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  6. f219285 Merge 3.5 by Victor Stinner · 9 years ago
  7. 3379867 Issue #26464: Fix unicode_fast_translate() again by Victor Stinner · 9 years ago
  8. 3d9d77a Merge 3.5 by Victor Stinner · 9 years ago
  9. 6c9aa8f Fix str.translate() by Victor Stinner · 9 years ago
  10. 3e48b38 Merge 3.5 (issue #25887) by Yury Selivanov · 9 years ago
  11. 77c9681 Issue #25887: Raise a RuntimeError when a coroutine is awaited more than once. by Yury Selivanov · 9 years ago
  12. e0b2309 Issues #26289 and #26315: Optimize floor/modulo div for single-digit longs by Yury Selivanov · 9 years ago
  13. 7e3a91a Issue #26136: Upgrade the generator_stop warning to DeprecationWarning by Martin Panter · 9 years ago
  14. d2962f1 Issue #25949: __dict__ for an OrderedDict instance is now created only when by Serhiy Storchaka · 9 years ago
  15. a0fcaca Issue #26288: Fix comment by Yury Selivanov · 9 years ago
  16. 186c30b Issue #26288: Optimize PyLong_AsDouble. by Yury Selivanov · 9 years ago
  17. f502154 Add early-out for the common case where kwds is NULL (gives 1.1% speedup). by Raymond Hettinger · 9 years ago
  18. ce5179f Issue #23601: Use small object allocator for dict key objects by Raymond Hettinger · 9 years ago
  19. 5b96f17 Merge 3.5 by Victor Stinner · 9 years ago
  20. 5bc03a6 Fix resize_compact() by Victor Stinner · 9 years ago
  21. 0dceb91 Tests versus zero are more compact than tests versus -1. by Raymond Hettinger · 9 years ago
  22. 3cdd5fb code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  23. efb2413 code_richcompare() now uses the constants types by Victor Stinner · 9 years ago
  24. 9f78939 Issue #26107: Fix typo in Objects/lnotab_notes.txt by Victor Stinner · 9 years ago
  25. f3914eb co_lnotab supports negative line number delta by Victor Stinner · 9 years ago
  26. b56837a Merge 3.5 by Victor Stinner · 9 years ago
  27. bfd316e Add _PyThreadState_UncheckedGet() by Victor Stinner · 9 years ago
  28. 4918b47 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  29. d205d01 Issue #25935: Garbage collector now breaks reference loops with OrderedDict. by Serhiy Storchaka · 9 years ago
  30. 2c02849 merge 3.5 (#25731) by Benjamin Peterson · 9 years ago
  31. 9ad1154 set tp_new from the class in the hierarchy that actually owns the descriptor (closes #25731) by Benjamin Peterson · 9 years ago
  32. 3b63dc3 - merge 3.5 by doko@ubuntu.com · 9 years ago
  33. 17210f5 dictobject.c(dict_sizeof): Make it static again. by doko@ubuntu.com · 9 years ago
  34. 3d220cc As per further discussion, re-enable the typeobject.c guard for picklability. by Barry Warsaw · 9 years ago
  35. 09880c8 Comment out some tests that won't pass now that we've reverted the by Barry Warsaw · 9 years ago
  36. ec71f17 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  37. 885e193 Issue #22995: [UPDATE] Comment out the one of the pickleability tests in by Barry Warsaw · 9 years ago
  38. 576f132 Issue #20440: Cleaning up the code by using Py_SETREF. by Serhiy Storchaka · 9 years ago
  39. 3e47a13 merge 3.5 by Benjamin Peterson · 9 years ago
  40. 4e3dd51 merge 3.4 by Benjamin Peterson · 9 years ago
  41. 630329e merge 3.3 by Benjamin Peterson · 9 years ago
  42. 0e617e2 remove some copyright notices supserseded by the toplevel ones by Benjamin Peterson · 9 years ago
  43. 288cb25 Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  44. 42bf8fc Issue #25961: Disallowed null characters in the type name. by Serhiy Storchaka · 9 years ago
  45. 4e6aad1 Clean up float.as_integer_ratio(). by Serhiy Storchaka · 9 years ago
  46. 0d250bc Issue #25971: Optimized creating Fractions from floats by 2 times and from by Serhiy Storchaka · 9 years ago
  47. 1ed017a Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR. by Serhiy Storchaka · 9 years ago
  48. 726fc13 Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  49. 191321d Issue #20440: More use of Py_SETREF. by Serhiy Storchaka · 9 years ago
  50. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  51. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago
  52. f9253c9 Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  53. f81be8a Issue #22995: Instances of extension types with a state that aren't by Serhiy Storchaka · 9 years ago
  54. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 9 years ago
  55. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  56. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  57. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 9 years ago
  58. 3987e26 Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  59. 0ce7a3a Issue #25914: Fixed and simplified OrderedDict.__sizeof__. by Serhiy Storchaka · 9 years ago
  60. 3182db3 Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  61. 5aac3ed Issue #25766: Special method __bytes__() now works in str subclasses. by Serhiy Storchaka · 9 years ago
  62. a9406e7 Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  63. 5c4064e Issue #25421: __sizeof__ methods of builtin types now use dynamic basic size. by Serhiy Storchaka · 9 years ago
  64. 42bb126 Issue #25899: Converted Objects/listsort.txt to UTF-8. by Serhiy Storchaka · 9 years ago
  65. 9b3a2ee Issues #25890, #25891, #25892: Removed unused variables in Windows code. by Serhiy Storchaka · 9 years ago
  66. e449587 Minor tweek. Counting down rather than up reduces register pressure. by Raymond Hettinger · 9 years ago
  67. 86d322f Undo inadvertent line swap by Raymond Hettinger · 9 years ago
  68. 5088f60 Hoist constant expressions (so->table and so->mask) out of the inner-loop. by Raymond Hettinger · 9 years ago
  69. 7c088a9 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  70. 6648bf5 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  71. 7aa6908 Issue #25709: Fixed problem with in-place string concatenation and utf-8 cache. by Serhiy Storchaka · 9 years ago
  72. 6a50e79 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  73. 670d78a Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  74. d28bb62 Issue #24097: Fixed crash in object.__reduce__() if slot name is freed inside by Serhiy Storchaka · 9 years ago
  75. bb6e4a0 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  76. f9afda5 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  77. 1509580 Issue #24731: Fixed crash on converting objects with special methods by Serhiy Storchaka · 9 years ago
  78. b4efc96 Issue #25557: Refactor _PyDict_LoadGlobal() by Victor Stinner · 9 years ago
  79. 66f6238 Add assertion to verify the pre-condition in the comments. by Raymond Hettinger · 9 years ago
  80. 6019c8c Issue #25629: Move set fill/used updates out of inner loop by Raymond Hettinger · 9 years ago
  81. d798dc1 merge 3.5 (#25630) by Benjamin Peterson · 9 years ago
  82. a4d33b3 make the PyUnicode_FSConverter cleanup set the decrefed argument to NULL (closes #25630) by Benjamin Peterson · 9 years ago
  83. 413fdce Issue #24821: Refactor STRINGLIB(fastsearch_memchr_1char) and split it on by Serhiy Storchaka · 9 years ago
  84. 1010921 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  85. 19a70e7 Issue #25462: The hash of the key now is calculated only once in most by Serhiy Storchaka · 9 years ago
  86. 12ab296 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  87. 609a2e1 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  88. d7a4415 Issue #22995: Default implementation of __reduce__ and __reduce_ex__ now by Serhiy Storchaka · 9 years ago
  89. e2cf984 Merge 3.5. by Stefan Krah · 9 years ago
  90. 7c3f385 Fix Visual Studio warning. by Stefan Krah · 9 years ago
  91. 3407cc2 Merge 3.5. by Stefan Krah · 9 years ago
  92. 0ce5b6e Iaaue #25598: Fix memory_hex from #9951 for non-contiguous buffers. by Stefan Krah · 9 years ago
  93. 9513ba3 Issue #24802: Merge null termination fixes from 3.5 by Martin Panter · 9 years ago
  94. 61d6e4a Issue #24802: Merge null termination fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  95. eeb896c Issue #24802: Copy bytes-like objects to null-terminated buffers if necessary by Martin Panter · 9 years ago
  96. 0c009bf Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  97. 97f46db Issue #25410: Made testing that od_fast_nodes and dk_entries are in sync more by Serhiy Storchaka · 9 years ago
  98. 3a811f2 Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  99. d5f353e Issue #24726: Revert setting the value on the dict if by Serhiy Storchaka · 9 years ago
  100. 6980be4 Issue #25558: Refactoring OrderedDict iteration. by Serhiy Storchaka · 9 years ago