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