1. dea5101 bpo-28893: Set __cause__ for errors in async iteration protocol (#407) by Yury Selivanov · 7 years ago
  2. 023532e bpo-29684: Fix minor regression of PyEval_CallObjectWithKeywords. (GH-378) by INADA Naoki · 7 years ago
  3. 7accf20 bpo-29655: Fixed possible reference leaks in `import *`. (#301) (#348) by Berker Peksag · 7 years ago
  4. 53039ad bpo-28598: Support __rmod__ for RHS subclasses of str in % string formatting operations (#95) by Martijn Pieters · 7 years ago
  5. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  6. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  7. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  8. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  9. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  10. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  11. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  12. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  13. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  14. 8e9045d Issue #27358: Fix typo in error message by Berker Peksag · 8 years ago
  15. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  16. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  17. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  18. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  19. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  20. eece222 Issue #27213: Fix reference leaks by Victor Stinner · 8 years ago
  21. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  22. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  23. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  24. 75f94a7 remove more READ_TIMESTAMP by Benjamin Peterson · 8 years ago
  25. 1cfe1d1 remove READ_TIMESTAMP macro by Benjamin Peterson · 8 years ago
  26. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  27. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  28. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  29. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  30. 50c584f ceval: tighten the code of STORE_ANNOTATION by Yury Selivanov · 8 years ago
  31. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  32. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  33. 4c483ad Merge by Raymond Hettinger · 8 years ago
  34. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  35. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  36. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  37. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  38. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  39. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  40. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  41. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  42. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  43. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  44. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  45. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  46. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  47. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  48. df142fd import_name() now uses fast call by Victor Stinner · 8 years ago
  49. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  50. 3f745bf PyEval_CallObjectWithKeywords() uses fast call by Victor Stinner · 8 years ago
  51. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  52. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  53. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  54. 17061a9 Use Py_ssize_t in _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  55. c702001 Issue #27128: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  56. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  57. 36261d7 Issue #16191: Merge comment fixes from 3.5 by Martin Panter · 8 years ago
  58. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  59. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
  60. da9c513 Issue #27255: Added more predictions in ceval.c. by Serhiy Storchaka · 8 years ago
  61. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  62. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  63. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  64. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  65. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  66. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  67. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  68. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  69. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  70. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  71. 79d6e8d Issue #26802: Optimized calling a function with *args only positional arguments. by Serhiy Storchaka · 8 years ago
  72. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  73. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 8 years ago
  74. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  75. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 8 years ago
  76. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 8 years ago
  77. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 8 years ago
  78. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 8 years ago
  79. 135d5f4 Fix issue 26287: While handling FORMAT_VALUE opcode, the top of stack was being corrupted if an error occurred in PyObject_Format(). by Eric V. Smith · 8 years ago
  80. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 8 years ago
  81. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 8 years ago
  82. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 8 years ago
  83. 4a1e70f Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 8 years ago
  84. ef1585e Issue #25923: Added more const qualifiers to signatures of static and private functions. by Serhiy Storchaka · 8 years ago
  85. f006940 Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  86. 5a57ade Issue #20440: Massive replacing unsafe attribute setting code with special by Serhiy Storchaka · 8 years ago
  87. b4efc96 Issue #25557: Refactor _PyDict_LoadGlobal() by Victor Stinner · 9 years ago
  88. e20310f Issue #25556: Add assertions to PyObject_GetItem() to ensure that an exception by Victor Stinner · 9 years ago
  89. ef07296 Merge 3.5 by Victor Stinner · 9 years ago
  90. 60a1d3c Issue #25556: Fix LOAD_GLOBAL bytecode when globals type is not dict and the by Victor Stinner · 9 years ago
  91. a78c795 Issue 25483: Add an opcode to make f-string formatting more robust. by Eric V. Smith · 9 years ago
  92. 3f930dc Merge typo fixes from 3.4 into 3.5 by Martin Panter · 9 years ago
  93. 9955a37 Various minor typos in documentation and comments by Martin Panter · 9 years ago
  94. 3008bc0 Issue #24492: make sure that ``from ... import ...` raises an by Brett Cannon · 9 years ago
  95. d5d77aa set items in dict displays from left to right (closes #24569) by Benjamin Peterson · 9 years ago
  96. f488fb4 Issue #19235: Add new RecursionError exception. Patch by Georg Brandl. by Yury Selivanov · 9 years ago
  97. 5376ba9 Issue #24400: Introduce a distinct type for 'async def' coroutines. by Yury Selivanov · 9 years ago
  98. 289dd19 Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  99. 5fa22fc Added the const qualifier for char* argument of Py_EnterRecursiveCall(). by Serhiy Storchaka · 9 years ago
  100. 94c2263 Issue 24374: Plug refleak in set_coroutine_wrapper by Yury Selivanov · 9 years ago