796 Commits (64e2f9ac86b0f7aade2fe331136beceee975fc91)

Author SHA1 Message Date
Raymond Hettinger 64e2f9ac86 Issue #27100: Fix ref leak 9 years ago
Raymond Hettinger a3fec1543d Issue #27100: With statement reports missing __enter__ before __exit__. (Contributed by Jonathan Ellington.) 9 years ago
Serhiy Storchaka 06515833fe Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize 9 years ago
Raymond Hettinger 13527123a1 Issue #28665: Harmonize STORE_DEREF with STORE_FAST and LOAD_DEREF giving a 40% speedup. 9 years ago
Serhiy Storchaka 70b72f0f96 Fixed possible abort in ceval loop if _PyUnicode_FromId() fails. 9 years ago
Yury Selivanov 2edd8a1e2c Issue #27243: Change PendingDeprecationWarning -> DeprecationWarning. 9 years ago
Serhiy Storchaka 5665301bae Issue #28257: Improved error message when pass a non-mapping as a var-keyword 9 years ago
Berker Peksag 8e9045d0d8 Issue #27358: Fix typo in error message 9 years ago
Serhiy Storchaka e036ef8fa2 Issue #27358: Optimized merging var-keyword arguments and improved error 9 years ago
Serhiy Storchaka 7344285c19 Issue #28257: Improved error message when pass a non-iterable as 9 years ago
Serhiy Storchaka 208bbd29d3 Silence GCC warning. 9 years ago
Serhiy Storchaka 63dc548109 Issue #28086: Single var-positional argument of tuple subtype was passed 9 years ago
Victor Stinner 57f91ac95a Document kwnames in _PyObject_FastCallKeywords() and _PyStack_AsDict() 9 years ago
Victor Stinner eece2229e2 Issue #27213: Fix reference leaks 9 years ago
Serhiy Storchaka b72810583e Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes. 9 years ago
Serhiy Storchaka ab8740058a Issue #27129: Replaced wordcode related magic constants with macros. 9 years ago
Łukasz Langa a785c87d6e DTrace support: function calls, GC activity, line execution 9 years ago
Benjamin Peterson 75f94a7dff remove more READ_TIMESTAMP 9 years ago
Benjamin Peterson 1cfe1d1f53 remove READ_TIMESTAMP macro 9 years ago
Benjamin Peterson 4fd64b9a6a remove ceval timestamp support 9 years ago
Victor Stinner ae8b69c410 Issue #27810: Add _PyCFunction_FastCallKeywords() 9 years ago
Victor Stinner d873572095 Add _PyObject_FastCallKeywords() 9 years ago
Victor Stinner f9b760f48a Rework CALL_FUNCTION* opcodes 9 years ago
Yury Selivanov 50c584f50b ceval: tighten the code of STORE_ANNOTATION 9 years ago
Yury Selivanov eb6364557f Issue #28003: Implement PEP 525 -- Asynchronous Generators. 9 years ago
Yury Selivanov f8cb8a16a3 Issue #27985: Implement PEP 526 -- Syntax for Variable Annotations. 9 years ago
Raymond Hettinger 4c483ad52b Merge 9 years ago
Raymond Hettinger 262b6793e0 Issue #26020: Fix evaluation order for set literals 9 years ago
Brett Cannon 5c4de2863b Add the co_extra field and accompanying APIs to code objects. 9 years ago
Serhiy Storchaka ea525a2d1a Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 9 years ago
Brett Cannon 3cebf93872 Implement the frame evaluation API aspect of PEP 523. 9 years ago
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Victor Stinner e90bdb19f2 Issue #27830: Revert, remove _PyFunction_FastCallKeywords() 9 years ago
Victor Stinner 577e1f8cb4 Add _PyObject_FastCallKeywords() 9 years ago
Victor Stinner 74319ae219 Use Py_ssize_t type for number of arguments 9 years ago
Victor Stinner 6e2333dfdf PyEval_CallObjectWithKeywords() doesn't inc/decref 9 years ago
Victor Stinner 155ea65e5c PyEval_CallObjectWithKeywords() uses fast call with kwargs 9 years ago
Victor Stinner 6fea7f7ffc Issue #27809: Cleanup _PyEval_EvalCodeWithName() 9 years ago
Victor Stinner b900939186 _PyFunction_FastCallDict() supports keyword args 9 years ago
Victor Stinner 559bb6a713 Rename _PyObject_FastCall() to _PyObject_FastCallDict() 9 years ago
Victor Stinner 2eedc119c2 Optimize call to Python function without argument 9 years ago
Victor Stinner df142fdc4b import_name() now uses fast call 10 years ago
Victor Stinner 8a31c82093 Fix PyObject_Call() parameter names 10 years ago
Victor Stinner 3f745bf1d9 PyEval_CallObjectWithKeywords() uses fast call 10 years ago
Victor Stinner 9be7e7b52f Add _PyObject_FastCall() 10 years ago
Victor Stinner eec9331b20 Fix SystemError in "raise" statement 10 years ago
Victor Stinner 17061a99b0 Use Py_ssize_t in _PyEval_EvalCodeWithName() 10 years ago
Victor Stinner c70200165c Issue #27128: Cleanup _PyEval_EvalCodeWithName() 10 years ago
Serhiy Storchaka 133138a284 Issue #22557: Now importing already imported modules is up to 2.5 times faster. 10 years ago
Martin Panter 95f53c13ce Issue #16191: Fix up references to renamed variables 10 years ago