1. 19d2597 Issue #29311: Regenerate Argument Clinic. by Serhiy Storchaka · 8 years ago
  2. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 8 years ago
  3. e1af696 Remove unnecessary variables. by Raymond Hettinger · 8 years ago
  4. 196a7bc Issue #29421: Make int.to_bytes() and int.from_bytes() slightly faster by Serhiy Storchaka · 8 years ago
  5. 495e880 Issue #20185: Converted the int class to Argument Clinic. by Serhiy Storchaka · 8 years ago
  6. 35a96a2 Issue #29383: reduce temporary interned unicode by INADA Naoki · 8 years ago
  7. bda5a2b Issue #29358: Add postcondition checks on types by Victor Stinner · 8 years ago
  8. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 8 years ago
  9. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  10. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 8 years ago
  11. 78d9e58 Issues #29311, #29289: Fixed and improved docstrings for dict and OrderedDict by Serhiy Storchaka · 8 years ago
  12. 067cbd0 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  13. 4102d25 Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  14. 713640c Issue #29337: Fixed possible BytesWarning when compare the code objects. by Serhiy Storchaka · 8 years ago
  15. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 8 years ago
  16. 91a8866 Fix grammar in doc string, RST markup by Martin Panter · 8 years ago
  17. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  18. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  19. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  20. 7cf8beb Issue #29331: Simplified argument parsing in sorted() and list.sort(). by Serhiy Storchaka · 8 years ago
  21. a70eaf2 Issue #29289: Argument Clinic generates reasonable name for the parameter "default". by Serhiy Storchaka · 8 years ago
  22. 48088ee Issue #29311: Argument Clinic generates reasonable name for the parameter "default". by Serhiy Storchaka · 8 years ago
  23. 41baebd Issue #20186: Converted builtins enumerate() and reversed() to Argument Clinic. by Serhiy Storchaka · 8 years ago
  24. 91f0d4a Add a note explaining why dict_update() doesn't use METH_FASTCALL by Victor Stinner · 8 years ago
  25. 7dc6a5f dict.get() and dict.setdefault() now use AC by Victor Stinner · 8 years ago
  26. 06d3439 _PyStack_AsDict() now checks kwnames != NULL by Victor Stinner · 8 years ago
  27. 0a2e468 Cleanup _PyMethodDef_RawFastCallDict() by Victor Stinner · 8 years ago
  28. a8cb515 Rephrase !PyErr_Occurred() comment: may=>can by Victor Stinner · 8 years ago
  29. 98ccba8 _PyObject_FastCallKeywords() now checks !PyErr_Occurred() by Victor Stinner · 8 years ago
  30. c89ef82 PyCFunction_Call() now calls _PyCFunction_FastCallDict() by Victor Stinner · 8 years ago
  31. 250e4b0 Fix _PyMethodDef_RawFastCallDict() argument parsing by Victor Stinner · 8 years ago
  32. 2a1b676 _PyObject_FastCallKeywords() now checks the result by Victor Stinner · 8 years ago
  33. c525723 Optimize methoddescr_call(): avoid temporary PyCFunction by Victor Stinner · 8 years ago
  34. 35ecebe Remove unused func parameter of _PyStack_UnpackDict() by Victor Stinner · 8 years ago
  35. b05cbac Convert some OrderedDict methods to Argument Clinic by Victor Stinner · 8 years ago
  36. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  37. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  38. 998c209 _PyStack_UnpackDict() now returns -1 on error by Victor Stinner · 8 years ago
  39. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  40. d526cfe type_prepare() now uses fast call (METH_FASTCALL) by Victor Stinner · 8 years ago
  41. 69de71b Add _PyStack_AsTupleSlice() helper by Victor Stinner · 8 years ago
  42. 7fc252a Optimize _PyCFunction_FastCallKeywords() by Victor Stinner · 8 years ago
  43. 15f9459 Issue #20180: forgot to update AC output. by INADA Naoki · 8 years ago
  44. 3ae2056 Issue #20180: convert unicode methods to AC. by INADA Naoki · 8 years ago
  45. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  46. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  47. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  48. 94b39ce Issue #1621: Overflow should not be possible in listextend() by Martin Panter · 8 years ago
  49. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  50. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  51. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  52. b915bc3 Disable _PyStack_AsTuple() inlining by Victor Stinner · 8 years ago
  53. 434723f call_method() now uses _PyObject_FastCall() by Victor Stinner · 8 years ago
  54. 7a4da32 Issue #29145: Merge 3.6. by Xiang Zhang · 8 years ago
  55. 95403d7 Issue #29145: Merge 3.5. by Xiang Zhang · 8 years ago
  56. b0541f4 Issue #29145: Fix overflow checks in str.replace() and str.join(). by Xiang Zhang · 8 years ago
  57. 7ed28a8 Merge 3.6 by INADA Naoki · 8 years ago
  58. a634e23 Issue #29159: Fix regression in bytes(x) when x.__index__() raises Exception. by INADA Naoki · 8 years ago
  59. 6f7c0ae Issue #28839: Optimize function_call() by Victor Stinner · 8 years ago
  60. 089a062 Merge 3.6. by Stefan Krah · 8 years ago
  61. a50006c Merge 3.5. by Stefan Krah · 8 years ago
  62. 195319e Issue #29111: Fix memoryview signature. by Stefan Krah · 8 years ago
  63. c9ad8b7 Issue #29073: bytearray formatting no longer truncates on first null byte. by Serhiy Storchaka · 8 years ago
  64. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  65. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  66. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  67. 5a625d0 Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. by INADA Naoki · 8 years ago
  68. 62497d5 Issue #29044: Merge 3.6. by Xiang Zhang · 8 years ago
  69. 437a5d2 Issue #29044: Merge 3.5. by Xiang Zhang · 8 years ago
  70. ea1cf87 Issue #29044: Fix a use-after-free in string '%c' formatter. by Xiang Zhang · 8 years ago
  71. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  72. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  73. dd1da7f Issue #28927: bytes.fromhex() and bytearray.fromhex() now ignore all ASCII by Serhiy Storchaka · 8 years ago
  74. 9d16b61 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  75. 025f895 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  76. b1a1619 Issue #29000: Fixed bytes formatting of octals with zero padding in alternate by Serhiy Storchaka · 8 years ago
  77. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 8 years ago
  78. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  79. 31eaf49 Merge 3.6. by Xavier de Gaye · 8 years ago
  80. 76febd0 Issue #26919: On Android, operating system data is now always encoded/decoded by Xavier de Gaye · 8 years ago
  81. 5cc70c9 Merge 3.6 by Victor Stinner · 8 years ago
  82. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  83. 944dbc6 Use _PyDict_NewPresized() in _PyStack_AsDict() by Victor Stinner · 8 years ago
  84. bc08ab4 Add _PY_FASTCALL_SMALL_STACK constant by Victor Stinner · 8 years ago
  85. d1e35dd Fix _PyObject_CallFunctionVa(), use the small stack by Victor Stinner · 8 years ago
  86. bdfc5ff Merge from 3.6. by Serhiy Storchaka · 8 years ago
  87. 386072e Merge from 3.6. by Serhiy Storchaka · 8 years ago
  88. 49010ee Revert changeset 1f31bf3f76f5 (issue5322) except tests. by Serhiy Storchaka · 8 years ago
  89. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 8 years ago
  90. 9bcaa37 Issue #28820: Merge typo fixes from 3.6 by Martin Panter · 8 years ago
  91. 186b204 Fix typos in comment and documentation by Martin Panter · 8 years ago
  92. 59a7327 Backed out changeset 99c34e47348b by Victor Stinner · 8 years ago
  93. 0ca246c Inline PyEval_EvalFrameEx() in callers by Victor Stinner · 8 years ago
  94. 14e6d09 Remove useless variable initialization by Victor Stinner · 8 years ago
  95. 5abaa2b Use PyObject_CallFunctionObjArgs() by Victor Stinner · 8 years ago
  96. 887b430 Use _PyObject_FastCallVa() in type slots by Victor Stinner · 8 years ago
  97. 7f39c0c Add _PyObject_VaCallFunctionObjArgs() private function by Victor Stinner · 8 years ago
  98. 7e42541 Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  99. ef7def9 _PyObject_CallFunctionVa() uses fast call by Victor Stinner · 8 years ago
  100. e83aab1 Add _PyObject_CallFunctionVa() helper by Victor Stinner · 8 years ago