2798 Commits (b76ad5121e2cfa89d6476d700cbcb65b7ffc39ac)

Author SHA1 Message Date
Ned Deily 5c4b0d063a bpo-27593: Get SCM build info from git instead of hg. (#446) 9 years ago
Joseph Shen 677ab995ce Fixed a typo in the comment in Include/pyport.h (#425) 9 years ago
INADA Naoki cb41b2766d bpo-29463: Add docstring field to some AST nodes. (#46) 9 years ago
Victor Stinner c22bfaae83 bpo-29524: Add Objects/call.c file (#12) 9 years ago
Victor Stinner d2306cec4d Backed out changeset f23fa1f7b68f 9 years ago
Victor Stinner 766af559ad Issue #29465: Add Objects/call.c file 9 years ago
Victor Stinner 516b98161a Optimize slots: avoid temporary PyMethodObject 9 years ago
Serhiy Storchaka 68a001dd59 Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and 9 years ago
Serhiy Storchaka c7611362b4 Issue #27867: Silenced may-be-used-uninitialized warnings after 9 years ago
INADA Naoki 5566bbb8d5 Issue #29263: LOAD_METHOD support for C methods 9 years ago
Serhiy Storchaka b2a5be0763 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if 9 years ago
Serhiy Storchaka 07a1f65a93 Issue #29083: Fixed the declaration of some public API functions. 9 years ago
Victor Stinner c3858bd7c6 Issue #29360: _PyStack_AsDict() doesn't check kwnames 9 years ago
Serhiy Storchaka d1302c0154 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever 9 years ago
Serhiy Storchaka 2a404b63d4 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() 9 years ago
Larry Hastings 57720e5e37 Fix incorrect patchlevel information for 3.5.3+. 9 years ago
Victor Stinner c52572319c Optimize methoddescr_call(): avoid temporary PyCFunction 9 years ago
Victor Stinner 35ecebe165 Remove unused func parameter of _PyStack_UnpackDict() 9 years ago
Larry Hastings c620f200d6 Post-release updates for 3.5.3. 9 years ago
Larry Hastings a52b0a474e Post-release updates for 3.4.6. 9 years ago
Victor Stinner fe54dd8a08 Add _PyArg_UnpackStack() function helper 9 years ago
Victor Stinner 998c20962c _PyStack_UnpackDict() now returns -1 on error 9 years ago
Victor Stinner 29d39cc8f5 Add _PyArg_NoStackKeywords() helper function 9 years ago
Victor Stinner 6518a93cb1 Add _PyArg_ParseStack() helper function 9 years ago
Victor Stinner 3e1fad6913 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords 9 years ago
Victor Stinner 69de71b255 Add _PyStack_AsTupleSlice() helper 9 years ago
Larry Hastings 7f10edebf0 Version bump for Python 3.4.6. 9 years ago
Larry Hastings 51ba5b7d0c Version bump for Python 3.5.3. 9 years ago
Serhiy Storchaka 67796521dd Issue #28969: Fixed race condition in C implementation of functools.lru_cache. 9 years ago
Victor Stinner b915bc354e Disable _PyStack_AsTuple() inlining 9 years ago
Victor Stinner 434723f94c call_method() now uses _PyObject_FastCall() 9 years ago
Victor Stinner a251fb02f4 Issue #27961: Define HAVE_LONG_LONG as 1. 9 years ago
Larry Hastings e744804bc9 Post-release fixups for Python 3.5.3rc1. 9 years ago
Larry Hastings a7aa988ddc Post-release fixups for Python 3.4.6rc1. 9 years ago
Larry Hastings b32a03430f Version bump for 3.5.3rc1. 9 years ago
Larry Hastings d12551fe71 Version bump for 3.4.6rc1. 9 years ago
Serhiy Storchaka 937b725d64 Issue #28915: Exclude _Py_VaBuildStack from the limited API. 9 years ago
Antoine Pitrou e10ca3a0fe Issue #28427: old keys should not remove new values from 9 years ago
Serhiy Storchaka 34d0ac8027 Issue #29058: All stable API extensions added after Python 3.2 are now 9 years ago
INADA Naoki 5a625d0aa6 Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. 9 years ago
Ned Deily 5c4568a05a Update docs and patchlevel for 3.6.0 final. 9 years ago
Victor Stinner b6522d0f77 abstract.h: remove long outdated comment 9 years ago
Xiang Zhang bfbc29cb8f Issue #29009: Remove outdated doc of PyUnicode_RichCompare. 9 years ago
Ned Deily f7b280956d Version bump for 3.6.0rc2 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
Ned Deily 86368b8529 bump version to 3.6.0rc1+ 9 years ago
Victor Stinner bc08ab4598 Add _PY_FASTCALL_SMALL_STACK constant 9 years ago
Victor Stinner 5bef7cd7f4 Issue #28838: Cleanup abstract.h 9 years ago
Yury Selivanov f2392133eb Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. 9 years ago