1. 7ff1e88 Delete sigcheck.c since it appears unused (#1723) by Segev Finer · 7 years ago
  2. c7ec998 bpo-22257: Private C-API for main interpreter initialization (PEP 432). (#1729) by Eric Snow · 7 years ago
  3. 1abcf67 bpo-22257: Private C-API for core runtime initialization (PEP 432). (#1772) by Eric Snow · 7 years ago
  4. 6b4be19 bpo-22257: Small changes for PEP 432. (#1728) by Eric Snow · 7 years ago
  5. e377416 bpo-29102: Add a unique ID to PyInterpreterState. (#1639) by Eric Snow · 7 years ago
  6. a66f9c6 bpo-30341: Improve _PyTrash_thread_destroy_chain() a little bit (#1545) by Xiang Zhang · 7 years ago
  7. 1a5856b bpo-29867: Add asserts in PyTuple_GET_SIZE, PyList_GET_SIZE and PySet_GET_SIZE. (#751) by Serhiy Storchaka · 7 years ago
  8. 791dc83 remove configure test for inline keyword (#1231) by Benjamin Peterson · 7 years ago
  9. 55fe1ae bpo-30022: Get rid of using EnvironmentError and IOError (except test… (#1051) by Serhiy Storchaka · 7 years ago
  10. a00c3fd bpo-29941: Assert fixes (#886) by T. Wouters · 7 years ago
  11. d4edfc9 bpo-29935: Fixed error messages in the index() method of tuple, list and deque (#887) by Serhiy Storchaka · 7 years ago
  12. 762bf40 bpo-29852: Argument Clinic Py_ssize_t converter now supports None (#716) by Serhiy Storchaka · 7 years ago
  13. ba85d69 bpo-29878: Add global instances of int for 0 and 1. (#852) by Serhiy Storchaka · 7 years ago
  14. 83371f4 bpo-29936: fix typo __GNU*C*_MINOR__ (#878) by Niklas Fiekas · 7 years ago
  15. aefa7eb bpo-6532: Make the thread id an unsigned integer. (#781) by Serhiy Storchaka · 7 years ago
  16. 80ec836 bpo-29748: Added the slice index converter in Argument Clinic. (#549) by Serhiy Storchaka · 7 years ago
  17. c85a266 bpo-28749: Fixed the documentation of the mapping codec APIs. (#487) by Serhiy Storchaka · 7 years ago
  18. 0f7b0b3 bpo-29735: Optimize partial_call(): avoid tuple (#516) by Victor Stinner · 7 years ago
  19. aa289a5 bpo-29548: Recommend PyObject_Call APIs over PyEval_Call APIs. (GH-75) by INADA Naoki · 7 years ago
  20. 783d0c1 bpo-28667: Fix a compile warning on FreeBSD when compare with FD_SETSIZE. (#501) by Serhiy Storchaka · 7 years ago
  21. bc44f04 bpo-15695: Add PyAPI_FUNC() to _PyDict_SizeOf() declaration. (#639) by Serhiy Storchaka · 7 years ago
  22. 0f6d733 bpo-29619: Convert st_ino using unsigned integer (#557) by Victor Stinner · 7 years ago
  23. f7eda38 Fix the only non-C90 comment to be C90 compatible. (#566) by n.d. parker · 7 years ago
  24. 5c4b0d0 bpo-27593: Get SCM build info from git instead of hg. (#446) by Ned Deily · 7 years ago
  25. 677ab99 Fixed a typo in the comment in Include/pyport.h (#425) by Joseph Shen · 7 years ago
  26. cb41b27 bpo-29463: Add docstring field to some AST nodes. (#46) by INADA Naoki · 7 years ago
  27. c22bfaa bpo-29524: Add Objects/call.c file (#12) by Victor Stinner · 7 years ago
  28. d2306ce Backed out changeset f23fa1f7b68f by Victor Stinner · 7 years ago
  29. 766af55 Issue #29465: Add Objects/call.c file by Victor Stinner · 7 years ago
  30. 516b981 Optimize slots: avoid temporary PyMethodObject by Victor Stinner · 7 years ago
  31. 68a001d Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and by Serhiy Storchaka · 7 years ago
  32. 8973de5 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  33. ed4de13 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  34. c761136 Issue #27867: Silenced may-be-used-uninitialized warnings after by Serhiy Storchaka · 7 years ago
  35. 5566bbb Issue #29263: LOAD_METHOD support for C methods by INADA Naoki · 7 years ago
  36. 6e08baf Issue #27867: Function PySlice_GetIndicesEx() is deprecated and replaced with by Serhiy Storchaka · 7 years ago
  37. 512c57c Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  38. b2a5be0 Issue #27867: Function PySlice_GetIndicesEx() is replaced with a macro if by Serhiy Storchaka · 7 years ago
  39. 675f2f8 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  40. 3831b0a Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  41. 07a1f65 Issue #29083: Fixed the declaration of some public API functions. by Serhiy Storchaka · 7 years ago
  42. c3858bd Issue #29360: _PyStack_AsDict() doesn't check kwnames by Victor Stinner · 7 years ago
  43. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  44. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  45. 57720e5 Fix incorrect patchlevel information for 3.5.3+. by Larry Hastings · 8 years ago
  46. c525723 Optimize methoddescr_call(): avoid temporary PyCFunction by Victor Stinner · 8 years ago
  47. 35ecebe Remove unused func parameter of _PyStack_UnpackDict() by Victor Stinner · 8 years ago
  48. 09e4ce5 Merge 3.5.3 release head with main 3.5 branch. by Larry Hastings · 8 years ago
  49. c620f20 Post-release updates for 3.5.3. by Larry Hastings · 8 years ago
  50. fe54dd8 Add _PyArg_UnpackStack() function helper by Victor Stinner · 8 years ago
  51. 998c209 _PyStack_UnpackDict() now returns -1 on error by Victor Stinner · 8 years ago
  52. 29d39cc Add _PyArg_NoStackKeywords() helper function by Victor Stinner · 8 years ago
  53. 6518a93 Add _PyArg_ParseStack() helper function by Victor Stinner · 8 years ago
  54. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  55. 69de71b Add _PyStack_AsTupleSlice() helper by Victor Stinner · 8 years ago
  56. 51ba5b7 Version bump for Python 3.5.3. by Larry Hastings · 8 years ago
  57. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  58. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  59. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  60. b915bc3 Disable _PyStack_AsTuple() inlining by Victor Stinner · 8 years ago
  61. 434723f call_method() now uses _PyObject_FastCall() by Victor Stinner · 8 years ago
  62. af6fdf3 Merge 3.6 by Victor Stinner · 8 years ago
  63. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 8 years ago
  64. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  65. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 8 years ago
  66. 937b725 Issue #28915: Exclude _Py_VaBuildStack from the limited API. by Serhiy Storchaka · 8 years ago
  67. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  68. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  69. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  70. a171a03 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  71. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  72. 5a625d0 Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. by INADA Naoki · 8 years ago
  73. b6522d0 abstract.h: remove long outdated comment by Victor Stinner · 8 years ago
  74. bd0ff94 Issue #29009: Merge 3.6. by Xiang Zhang · 8 years ago
  75. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  76. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 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. bc08ab4 Add _PY_FASTCALL_SMALL_STACK constant by Victor Stinner · 8 years ago
  80. 5bef7cd Issue #28838: Cleanup abstract.h by Victor Stinner · 8 years ago
  81. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 8 years ago
  82. 7f39c0c Add _PyObject_VaCallFunctionObjArgs() private function by Victor Stinner · 8 years ago
  83. e9abde4 Add _Py_VaBuildStack() function by Victor Stinner · 8 years ago
  84. 4ebcdac merge 3.6 (#28898) by Benjamin Peterson · 8 years ago
  85. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  86. 3ca43ed Prepare for 3.6.1. Any further 3.6.0 release candidates and 3.6.0 final will be cherrypicked and merged here. by Ned Deily · 8 years ago
  87. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  88. 2a358f8 Issue #28838: Fix weird indentation of abstract.h by Victor Stinner · 8 years ago
  89. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  90. 8907204 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  91. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  92. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  93. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  94. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  95. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  96. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  97. 7cf9e13 fix _PyObject_CallArg1 compiler warnings (closes #28855) by Benjamin Peterson · 8 years ago
  98. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 8 years ago
  99. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  100. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago