1. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  2. de4ae3d Backed out changeset b9c9691c72c5 by Victor Stinner · 8 years ago
  3. 842cfff WITH_CLEANUP_START uses fastcall by Victor Stinner · 8 years ago
  4. 27580c1 Replace PyObject_CallFunctionObjArgs() with fastcall by Victor Stinner · 8 years ago
  5. b69ee8c call_function(): document PyMethod optimization by Victor Stinner · 8 years ago
  6. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  7. ed6de73 Merge 3.6 by Victor Stinner · 8 years ago
  8. f7d199f Fix _PyGen_yf() by Victor Stinner · 8 years ago
  9. 3fa28fd merge by Raymond Hettinger · 8 years ago
  10. 64e2f9a Issue #27100: Fix ref leak by Raymond Hettinger · 8 years ago
  11. 9af740b merge by Raymond Hettinger · 8 years ago
  12. a3fec15 Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) by Raymond Hettinger · 8 years ago
  13. 85b0f5b Added the const qualifier to char* variables that refer to readonly internal by Serhiy Storchaka · 8 years ago
  14. a98c4a9 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  15. 0651583 Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize by Serhiy Storchaka · 8 years ago
  16. c32f9db Issue #28665: Use macro form of PyCell_GET/SET by Raymond Hettinger · 8 years ago
  17. b2b1543 merge by Raymond Hettinger · 8 years ago
  18. 1352712 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. by Raymond Hettinger · 8 years ago
  19. c6944e7 Issue #28618: Make hot functions using __attribute__((hot)) by Victor Stinner · 8 years ago
  20. 818b5cc Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  21. 4678b2f Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  22. 70b72f0 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. by Serhiy Storchaka · 8 years ago
  23. 0ee446c Merge 3.6 (issue #27243) by Yury Selivanov · 8 years ago
  24. 2edd8a1 Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. by Yury Selivanov · 8 years ago
  25. d65f42a Issue #21955: Please don't try to optimize int+int by Victor Stinner · 8 years ago
  26. 4186222 Minor fix-up to apply the stack adjustment macros consistent with the other opcodes by Raymond Hettinger · 8 years ago
  27. 5665301 Issue #28257: Improved error message when pass a non-mapping as a var-keyword by Serhiy Storchaka · 8 years ago
  28. 419968c Issue #27358: Merge from 3.6 by Berker Peksag · 8 years ago
  29. 8e9045d Issue #27358: Fix typo in error message by Berker Peksag · 8 years ago
  30. 2e84de3 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  31. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  32. 775a0ea Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  33. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  34. c019158 Issue #27703: Got rid of unnecessary NULL checks in do_raise() in release mode. by Serhiy Storchaka · 8 years ago
  35. 208bbd2 Silence GCC warning. by Serhiy Storchaka · 8 years ago
  36. 63dc548 Issue #28086: Single var-positional argument of tuple subtype was passed by Serhiy Storchaka · 8 years ago
  37. 57f91ac Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() by Victor Stinner · 8 years ago
  38. eece222 Issue #27213: Fix reference leaks by Victor Stinner · 8 years ago
  39. b728105 Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. by Serhiy Storchaka · 8 years ago
  40. ab87400 Issue #27129: Replaced wordcode related magic constants with macros. by Serhiy Storchaka · 8 years ago
  41. a785c87 DTrace support: function calls, GC activity, line execution by Łukasz Langa · 8 years ago
  42. 75f94a7 remove more READ_TIMESTAMP by Benjamin Peterson · 8 years ago
  43. 1cfe1d1 remove READ_TIMESTAMP macro by Benjamin Peterson · 8 years ago
  44. 4fd64b9 remove ceval timestamp support by Benjamin Peterson · 8 years ago
  45. ae8b69c Issue #27810: Add _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  46. d873572 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  47. f9b760f Rework CALL_FUNCTION* opcodes by Victor Stinner · 8 years ago
  48. 50c584f ceval: tighten the code of STORE_ANNOTATION by Yury Selivanov · 8 years ago
  49. eb63645 Issue #28003: Implement PEP 525 -- Asynchronous Generators. by Yury Selivanov · 8 years ago
  50. f8cb8a1 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. by Yury Selivanov · 8 years ago
  51. 4c483ad Merge by Raymond Hettinger · 8 years ago
  52. 262b679 Issue #26020: Fix evaluation order for set literals by Raymond Hettinger · 8 years ago
  53. 5c4de28 Add the co_extra field and accompanying APIs to code objects. by Brett Cannon · 8 years ago
  54. ea525a2 Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. by Serhiy Storchaka · 8 years ago
  55. 3cebf93 Implement the frame evaluation API aspect of PEP 523. by Brett Cannon · 8 years ago
  56. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  57. e90bdb1 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  58. 577e1f8 Add _PyObject_FastCallKeywords() by Victor Stinner · 8 years ago
  59. 74319ae Use Py_ssize_t type for number of arguments by Victor Stinner · 8 years ago
  60. 6e2333d PyEval_CallObjectWithKeywords() doesn't inc/decref by Victor Stinner · 8 years ago
  61. 155ea65 PyEval_CallObjectWithKeywords() uses fast call with kwargs by Victor Stinner · 8 years ago
  62. 6fea7f7 Issue #27809: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  63. b900939 _PyFunction_FastCallDict() supports keyword args by Victor Stinner · 8 years ago
  64. 559bb6a Rename _PyObject_FastCall() to _PyObject_FastCallDict() by Victor Stinner · 8 years ago
  65. 2eedc11 Optimize call to Python function without argument by Victor Stinner · 8 years ago
  66. df142fd import_name() now uses fast call by Victor Stinner · 8 years ago
  67. 8a31c82 Fix PyObject_Call() parameter names by Victor Stinner · 8 years ago
  68. 3f745bf PyEval_CallObjectWithKeywords() uses fast call by Victor Stinner · 8 years ago
  69. 9be7e7b Add _PyObject_FastCall() by Victor Stinner · 8 years ago
  70. 0a6996d Merge 3.5 (fix raise) by Victor Stinner · 8 years ago
  71. eec9331 Fix SystemError in "raise" statement by Victor Stinner · 8 years ago
  72. 17061a9 Use Py_ssize_t in _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  73. c702001 Issue #27128: Cleanup _PyEval_EvalCodeWithName() by Victor Stinner · 8 years ago
  74. 133138a Issue #22557: Now importing already imported modules is up to 2.5 times faster. by Serhiy Storchaka · 8 years ago
  75. 36261d7 Issue #16191: Merge comment fixes from 3.5 by Martin Panter · 8 years ago
  76. 95f53c1 Issue #16191: Fix up references to renamed variables by Martin Panter · 8 years ago
  77. fbd1523 Issue #27352: Correct the validation of the ImportFrom AST node and simplify by Serhiy Storchaka · 8 years ago
  78. da9c513 Issue #27255: Added more predictions in ceval.c. by Serhiy Storchaka · 8 years ago
  79. 64204de Issue #27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. by Serhiy Storchaka · 8 years ago
  80. 6a7506a Issue #27140: Added BUILD_CONST_KEY_MAP opcode. by Serhiy Storchaka · 8 years ago
  81. 711d25d Merge 3.5 (issue #27243) by Yury Selivanov · 8 years ago
  82. a6f6edb Issue #27243: Fix __aiter__ protocol by Yury Selivanov · 8 years ago
  83. 74f2fe6 Fixed the use of _Py_IS_ALIGNED (issue #27097). by Serhiy Storchaka · 8 years ago
  84. f60bf5f Issue #27097: Python interpreter is now about 7% faster due to optimized by Serhiy Storchaka · 8 years ago
  85. b0f80b0 Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. by Serhiy Storchaka · 8 years ago
  86. 5b2b3aa merge 3.5 (#26991) by Benjamin Peterson · 8 years ago
  87. ad887cf fix possible refleak in MAKE_FUNCTION (closes #26991) by Benjamin Peterson · 8 years ago
  88. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 9 years ago
  89. 79d6e8d Issue #26802: Optimized calling a function with *args only positional arguments. by Serhiy Storchaka · 9 years ago
  90. f01e408 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  91. 57a01d3 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF by Serhiy Storchaka · 9 years ago
  92. ec39756 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  93. 4884271 Issue #22570: Renamed Py_SETREF to Py_XSETREF. by Serhiy Storchaka · 9 years ago
  94. d2dc15b Merge 3.5 (issue #25888) by Yury Selivanov · 9 years ago
  95. c724bae coroutines: Error when awaiting on coroutine that's being awaited by Yury Selivanov · 9 years ago
  96. eb588a1 Switch to more idiomatic C code. by Eric V. Smith · 9 years ago
  97. 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 · 9 years ago
  98. cca3299 Issue #4806: Merge * unpacking fix from 3.5 by Martin Panter · 9 years ago
  99. b594422 Issue #4806: Avoid masking original TypeError in call with * unpacking by Martin Panter · 9 years ago
  100. bdb908e Issue #20440: Applied yet one patch for using Py_SETREF. by Serhiy Storchaka · 9 years ago