6126 Commits (c4c9866064f03646c686d7e08b00aeb203c35c19)

Author SHA1 Message Date
INADA Naoki 6165d55f13 Issue #28147: Fix a memory leak in split-table dictionaries 9 years ago
Serhiy Storchaka dd1da7f74a Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII 9 years ago
Serhiy Storchaka b1a1619bf0 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate 9 years ago
Serhiy Storchaka 5bb8b9134b Issue #18896: Python function can now have more than 255 parameters. 9 years ago
Serhiy Storchaka 5ab81d787f Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. 9 years ago
Xavier de Gaye 76febd0792 Issue #26919: On Android, operating system data is now always encoded/decoded 9 years ago
Victor Stinner ccda5c41df Fix a memory leak in split-table dictionaries 9 years ago
Victor Stinner 3d3f264849 Fix a memory leak in split-table dictionaries 9 years ago
Victor Stinner 944dbc6431 Use _PyDict_NewPresized() in _PyStack_AsDict() 9 years ago
Victor Stinner bc08ab4598 Add _PY_FASTCALL_SMALL_STACK constant 9 years ago
Victor Stinner d1e35dd9ee Fix _PyObject_CallFunctionVa(), use the small stack 9 years ago
Serhiy Storchaka 49010ee323 Revert changeset 1f31bf3f76f5 (issue5322) except tests. 9 years ago
Yury Selivanov f2392133eb Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. 9 years ago
Martin Panter 186b204997 Fix typos in comment and documentation 9 years ago
Victor Stinner 59a73276e9 Backed out changeset 99c34e47348b 9 years ago
Victor Stinner 0ca246c5e7 Inline PyEval_EvalFrameEx() in callers 9 years ago
Victor Stinner 14e6d09547 Remove useless variable initialization 9 years ago
Victor Stinner 5abaa2b139 Use PyObject_CallFunctionObjArgs() 9 years ago
Victor Stinner 887b4307b6 Use _PyObject_FastCallVa() in type slots 9 years ago
Victor Stinner 7f39c0ccfc Add _PyObject_VaCallFunctionObjArgs() private function 9 years ago
Victor Stinner 7e42541d08 Use _PyObject_CallMethodIdObjArgs() 9 years ago
Victor Stinner ef7def94c7 _PyObject_CallFunctionVa() uses fast call 9 years ago
Victor Stinner e83aab12b0 Add _PyObject_CallFunctionVa() helper 9 years ago
Victor Stinner 3bb711998d Add _PyObject_FastCallVa() helper 9 years ago
INADA Naoki ba6097734d Issue #28818: Simplify lookdict functions 9 years ago
INADA Naoki 2c5a830f2a Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict. 9 years ago
Victor Stinner f2d568ff95 _PyObject_FastCallKeywords() now calls directly tp_call 9 years ago
Victor Stinner 2f35ca3e84 Fix typo in a comment of abstract.c 9 years ago
Victor Stinner f17c3de263 Use _PyObject_CallNoArg() 9 years ago
Victor Stinner a5ed5f000a Use _PyObject_CallNoArg() 9 years ago
Victor Stinner 2d0eb65f45 Uniformize argument names of "call" functions 9 years ago
Serhiy Storchaka 419967b832 Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. 9 years ago
Victor Stinner 9083eb6aac Use directly _PyObject_GenericSetAttrWithDict() 9 years ago
Victor Stinner 7bfb42d5b7 Issue #28858: Remove _PyObject_CallArg1() macro 9 years ago
Nick Coghlan 19d246745d Issue #23722: improve __classcell__ compatibility 9 years ago
Victor Stinner de4ae3d486 Backed out changeset b9c9691c72c5 9 years ago
Serhiy Storchaka 5adfac2c1b Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code. 9 years ago
Victor Stinner 4778eab1f2 Replace PyObject_CallFunction() with fastcall 9 years ago
Victor Stinner 27580c1fb5 Replace PyObject_CallFunctionObjArgs() with fastcall 9 years ago
Victor Stinner 8be1c39eb3 Backed out changeset 7efddbf1aa70 9 years ago
Victor Stinner ebea9988e0 Uniformize argument names of "call" functions 9 years ago
Serhiy Storchaka 9ec07721f4 Issue #28797: Modifying the class __dict__ inside the __set_name__ method of 9 years ago
Victor Stinner f7d199ff32 Fix _PyGen_yf() 9 years ago
Serhiy Storchaka 99250d5c63 Issue #28774: Simplified encoding a str result of an error handler in ASCII 9 years ago
Xiang Zhang d04d8474df Issue #28774: Fix start/end pos in unicode_encode_ucs1(). 9 years ago
Serhiy Storchaka 007d7ff73f Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, 9 years ago
INADA Naoki 92c50eee52 Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict 9 years ago
Serhiy Storchaka ac0720eaa4 Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString(). 9 years ago
Serhiy Storchaka b57d9eac41 Issue #28748: Private variable _Py_PackageContext is now of type "const char *" 9 years ago
Serhiy Storchaka 460bd0d284 Issue #19569: Compiler warnings are now emitted if use most of deprecated 9 years ago