summaryrefslogtreecommitdiffstats
path: root/Objects
Commit message (Expand)AuthorAgeFilesLines
* Issue #28820: Merge typo fixes from 3.6Martin Panter2016-12-101-1/+1
|\
| * Fix typos in comment and documentationMartin Panter2016-12-101-1/+1
| * Issue #28731: Optimize _PyDict_NewPresized() to create correct size dict.INADA Naoki2016-12-071-5/+19
* | Backed out changeset 99c34e47348bVictor Stinner2016-12-091-1/+1
* | Inline PyEval_EvalFrameEx() in callersVictor Stinner2016-12-091-1/+1
* | Remove useless variable initializationVictor Stinner2016-12-091-9/+6
* | Use PyObject_CallFunctionObjArgs()Victor Stinner2016-12-092-2/+2
* | Use _PyObject_FastCallVa() in type slotsVictor Stinner2016-12-081-81/+50
* | Add _PyObject_VaCallFunctionObjArgs() private functionVictor Stinner2016-12-081-5/+5
* | Use _PyObject_CallMethodIdObjArgs()Victor Stinner2016-12-081-1/+2
* | _PyObject_CallFunctionVa() uses fast callVictor Stinner2016-12-081-9/+25
* | Add _PyObject_CallFunctionVa() helperVictor Stinner2016-12-081-54/+29
* | Add _PyObject_FastCallVa() helperVictor Stinner2016-12-081-71/+37
* | Issue #28818: Simplify lookdict functionsINADA Naoki2016-12-073-125/+97
* | Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-071-1/+28
|\ \ | |/
| * Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-071-1/+28
| |\
| | * Issue #5322: Fixed setting __new__ to a PyCFunction inside Python code.Serhiy Storchaka2016-12-021-1/+28
* | | _PyObject_FastCallKeywords() now calls directly tp_callVictor Stinner2016-12-061-15/+45
* | | Fix typo in a comment of abstract.cVictor Stinner2016-12-061-1/+1
* | | Use _PyObject_CallNoArg()Victor Stinner2016-12-066-8/+8
* | | Use _PyObject_CallNoArg()Victor Stinner2016-12-062-6/+6
* | | Uniformize argument names of "call" functionsVictor Stinner2016-12-062-75/+83
* | | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-2/+16
|\ \ \ | |/ /
| * | Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-2/+16
| |\ \ | | |/
| | * Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions.Serhiy Storchaka2016-12-051-2/+16
* | | Use directly _PyObject_GenericSetAttrWithDict()Victor Stinner2016-12-051-1/+1
* | | Issue #28858: Remove _PyObject_CallArg1() macroVictor Stinner2016-12-054-6/+6
* | | Merge #23722 from 3.6Nick Coghlan2016-12-051-2/+9
|\ \ \ | |/ /
| * | Issue #23722: improve __classcell__ compatibilityNick Coghlan2016-12-051-2/+9
* | | Backed out changeset b9c9691c72c5Victor Stinner2016-12-0417-30/+40
* | | Replace PyObject_CallFunction() with fastcallVictor Stinner2016-12-011-1/+1
* | | Replace PyObject_CallFunctionObjArgs() with fastcallVictor Stinner2016-12-0117-40/+30
* | | Backed out changeset 7efddbf1aa70Victor Stinner2016-11-302-71/+68
* | | Uniformize argument names of "call" functionsVictor Stinner2016-11-292-68/+71
* | | Issue #28797: Modifying the class __dict__ inside the __set_name__ method ofSerhiy Storchaka2016-11-291-3/+11
|\ \ \ | |/ /
| * | Issue #28797: Modifying the class __dict__ inside the __set_name__ method ofSerhiy Storchaka2016-11-291-3/+11
* | | Merge 3.6Victor Stinner2016-11-241-0/+9
|\ \ \ | |/ /
| * | Fix _PyGen_yf()Victor Stinner2016-11-241-0/+9
* | | Issue #28774: Simplified encoding a str result of an error handler in ASCIISerhiy Storchaka2016-11-231-26/+12
* | | Issue #28774: Fix start/end pos in unicode_encode_ucs1().Xiang Zhang2016-11-231-2/+2
* | | Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef,Serhiy Storchaka2016-11-221-1/+1
* | | Issue #28731: Optimize _PyDict_NewPresized() to create correct size dictINADA Naoki2016-11-211-5/+19
* | | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().Serhiy Storchaka2016-11-211-10/+4
|\ \ \ | |/ /
| * | Issue #28760: Clean up and fix comments in PyUnicode_AsUnicodeEscapeString().Serhiy Storchaka2016-11-211-10/+4
* | | Issue #28748: Private variable _Py_PackageContext is now of type "const char *"Serhiy Storchaka2016-11-211-1/+1
* | | Issue #19569: Compiler warnings are now emitted if use most of deprecatedSerhiy Storchaka2016-11-206-72/+67
* | | Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-207-15/+14
* | | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-206-13/+13
|\ \ \ | |/ /
| * | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-206-13/+13
* | | Merge 3.6 (issue #28721)Yury Selivanov2016-11-161-3/+11
|\ \ \ | |/ /