5147 Commits (ae3869c71e001cd9bf4bdab38729c5538fa24639)

Author SHA1 Message Date
Serhiy Storchaka ea525a2d1a Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 9 years ago
Benjamin Peterson 4fe55106d1 require standard int types to be defined (#17884) 9 years ago
Benjamin Peterson af580dff4a replace PY_LONG_LONG with long long 9 years ago
Victor Stinner 3466bde1cc Avoid calling functions with an empty string as format string 9 years ago
Victor Stinner ad8c83ad6b Avoid inefficient way to call functions without argument 9 years ago
Benjamin Peterson ed4aa83ff7 require a long long data type (closes #27961) 9 years ago
Brett Cannon 3cebf93872 Implement the frame evaluation API aspect of PEP 523. 9 years ago
Larry Hastings 10108a7b9a Issue #27355: Removed support for Windows CE. It was never finished, 9 years ago
Eric Snow 92a6c170e6 Issue #24254: Preserve class attribute definition order. 9 years ago
Eric V. Smith 6a4efce7a5 Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts. 9 years ago
Raymond Hettinger f0f1c239e4 Issue 27936: Fix inconsistent round() behavior between float and int 9 years ago
Raymond Hettinger f0afe77c52 Issue #27909: Fix INCREF for possible NULL value 9 years ago
Raymond Hettinger 15f44ab043 Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 9 years ago
Serhiy Storchaka 1f9326196e Issue #27818: Speed up parsing width and precision in format() strings for 9 years ago
Raymond Hettinger 7ea386e56e Issue 19504: Change "customise" to "customize" American spelling. 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 cdb5cee980 Issue #27809: map_next() uses fast call 9 years ago
Victor Stinner f0cba67d0b Backed out changeset 70f88b097f60 (map_next) 9 years ago
Victor Stinner a9ba1ab21b Issue #27809: map_next() uses fast call 9 years ago
Victor Stinner d1c2a8e2b5 Issue #27809: builtin___build_class__() uses fast call 9 years ago
Victor Stinner 6e2333dfdf PyEval_CallObjectWithKeywords() doesn't inc/decref 9 years ago
Victor Stinner f45a56150b Issue #27809: PyErr_SetImportError() uses fast call 9 years ago
Victor Stinner 3a84097291 Add _PyErr_CreateException() 9 years ago
Victor Stinner 463b86a881 Issue #27809: Use _PyObject_FastCallDict() 9 years ago
Victor Stinner 155ea65e5c PyEval_CallObjectWithKeywords() uses fast call with kwargs 9 years ago
Victor Stinner 2990fa11bc Issue #27809: Use _PyObject_FastCallDict() 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
Berker Peksag 4b7b565c58 Issue #27587: Move null pointer check earlier in _PyState_AddModule() 9 years ago
Victor Stinner 2eedc119c2 Optimize call to Python function without argument 9 years ago
Victor Stinner a88b2f4e5e Fix reference leak in tb_printinternal() 9 years ago
Victor Stinner c3ccaae6f3 sys_pyfile_write_unicode() now uses fast call 9 years ago
Victor Stinner 78da82bf3e call_trampoline() now uses fast call 9 years ago
Victor Stinner 71cb64acc2 PyErr_PrintEx() now uses fast call 9 years ago
Victor Stinner df142fdc4b import_name() now uses fast call 9 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
Ned Deily dc35cda2de Issue #27594: Prevent assertion error when running test_ast with coverage 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
Victor Stinner 3ee933f1c3 Issue #27776: dev_urandom(raise=0) now closes the file descriptor on error 10 years ago
Victor Stinner 6974cf2c27 Issue #27776: Cleanup random.c 10 years ago
Victor Stinner cecdd9634b Issue #27776: _PyRandom_Init() doesn't call PyErr_CheckSignals() anymore 10 years ago
Victor Stinner 4bad3b622e Issue #27776: Cleanup random.c 10 years ago
Nick Coghlan d00342347e Issue #26823: Abbreviate recursive tracebacks 10 years ago