1. 6518a93 Add _PyArg_ParseStack() helper function by Victor Stinner · 8 years ago
  2. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  3. 69de71b Add _PyStack_AsTupleSlice() helper by Victor Stinner · 8 years ago
  4. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  5. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  6. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  7. b915bc3 Disable _PyStack_AsTuple() inlining by Victor Stinner · 8 years ago
  8. 434723f call_method() now uses _PyObject_FastCall() by Victor Stinner · 8 years ago
  9. af6fdf3 Merge 3.6 by Victor Stinner · 8 years ago
  10. a251fb0 Issue #27961: Define HAVE_LONG_LONG as 1. by Victor Stinner · 8 years ago
  11. e744804 Post-release fixups for Python 3.5.3rc1. by Larry Hastings · 8 years ago
  12. b32a034 Version bump for 3.5.3rc1. by Larry Hastings · 8 years ago
  13. 937b725 Issue #28915: Exclude _Py_VaBuildStack from the limited API. by Serhiy Storchaka · 8 years ago
  14. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  15. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  16. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  17. a171a03 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  18. 34d0ac8 Issue #29058: All stable API extensions added after Python 3.2 are now by Serhiy Storchaka · 8 years ago
  19. 5a625d0 Issue #29049: Call _PyObject_GC_TRACK() lazily when calling Python function. by INADA Naoki · 8 years ago
  20. b6522d0 abstract.h: remove long outdated comment by Victor Stinner · 8 years ago
  21. bd0ff94 Issue #29009: Merge 3.6. by Xiang Zhang · 8 years ago
  22. 47888da Issue #29009: Merge 3.5. by Xiang Zhang · 8 years ago
  23. bfbc29c Issue #29009: Remove outdated doc of PyUnicode_RichCompare. by Xiang Zhang · 8 years ago
  24. 5bb8b91 Issue #18896: Python function can now have more than 255 parameters. by Serhiy Storchaka · 8 years ago
  25. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  26. bc08ab4 Add _PY_FASTCALL_SMALL_STACK constant by Victor Stinner · 8 years ago
  27. 5bef7cd Issue #28838: Cleanup abstract.h by Victor Stinner · 8 years ago
  28. f239213 Issue #26110: Add LOAD_METHOD/CALL_METHOD opcodes. by Yury Selivanov · 8 years ago
  29. 7f39c0c Add _PyObject_VaCallFunctionObjArgs() private function by Victor Stinner · 8 years ago
  30. e9abde4 Add _Py_VaBuildStack() function by Victor Stinner · 8 years ago
  31. 4ebcdac merge 3.6 (#28898) by Benjamin Peterson · 8 years ago
  32. 0d5742d guard HAVE_LONG_LONG definition to prevent redefinition (#28898) by Benjamin Peterson · 8 years ago
  33. 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
  34. ad2c2d3 Version bump for 3.6.0rc1 by Ned Deily · 8 years ago
  35. 2a358f8 Issue #28838: Fix weird indentation of abstract.h by Victor Stinner · 8 years ago
  36. 2d0eb65 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  37. 8907204 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  38. b0f75c5 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  39. e503126 Fixed misplaced comment. by Serhiy Storchaka · 8 years ago
  40. fb3134f Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  41. 9a953db Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  42. 419967b Issue #28808: PyUnicode_CompareWithASCIIString() now never raises exceptions. by Serhiy Storchaka · 8 years ago
  43. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago
  44. 7cf9e13 fix _PyObject_CallArg1 compiler warnings (closes #28855) by Benjamin Peterson · 8 years ago
  45. 8be1c39 Backed out changeset 7efddbf1aa70 by Victor Stinner · 8 years ago
  46. ebea998 Uniformize argument names of "call" functions by Victor Stinner · 8 years ago
  47. 048afd9 Remove CALL_PROFILE special build by Victor Stinner · 8 years ago
  48. f50a85d Start 3.6.0rc1. (Note, patch level was incorrectly set to 3.6.0b4+ following b3. It is now b4+ again.) by Ned Deily · 8 years ago
  49. 007d7ff Issue #28761: The fields name and doc of structures PyMemberDef, PyGetSetDef, by Serhiy Storchaka · 8 years ago
  50. 38c508a Version bump for 3.6.0b4 by Ned Deily · 8 years ago
  51. 4ea3770 Merge by Raymond Hettinger · 8 years ago
  52. f89854f Issue 28751: Fix comments in code.h. (Contributed by Ned Batchelder). by Raymond Hettinger · 8 years ago
  53. b57d9ea Issue #28748: Private variable _Py_PackageContext is now of type "const char *" by Serhiy Storchaka · 8 years ago
  54. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  55. 27b7424 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 8 years ago
  56. a83a6a3 Issue #28701: _PyUnicode_EqualToASCIIId and _PyUnicode_EqualToASCIIString now by Serhiy Storchaka · 8 years ago
  57. 503db26 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 8 years ago
  58. dddec81 Issue #21449: Removed private function _PyUnicode_CompareWithId. by Serhiy Storchaka · 8 years ago
  59. 29a5447 Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  60. fab6acd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  61. f5894dd Issue #28701: Replace _PyUnicode_CompareWithId with _PyUnicode_EqualToASCIIId. by Serhiy Storchaka · 8 years ago
  62. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  63. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  64. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  65. c7a8f67 Issue #28618: Mark dict lookup functions as hot by Victor Stinner · 8 years ago
  66. c6944e7 Issue #28618: Make hot functions using __attribute__((hot)) by Victor Stinner · 8 years ago
  67. 85bcf37 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  68. 60e49aa Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  69. 24411f8 Issue #23996: Added _PyGen_SetStopIterationValue for safe raising by Serhiy Storchaka · 8 years ago
  70. a9e99b1 Start 3.6.0b4 by Ned Deily · 8 years ago
  71. 0ef256c Version bump for 3.6.0b3 by Ned Deily · 8 years ago
  72. 5646648 Issue 28128: Print out better error/warning messages for invalid string escapes. Backport to 3.6. by Eric V. Smith · 8 years ago
  73. 42454af Issue 28128: Print out better error/warning messages for invalid string escapes. by Eric V. Smith · 8 years ago
  74. f0bbee6 Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  75. 684ef2c Issue #28544: Pass `PyObject*` to _PyDict_Pop, not `PyDictObject*` by Yury Selivanov · 8 years ago
  76. 1b6b6eb Merge 3.6 (issue #28544) by Yury Selivanov · 8 years ago
  77. 833c626 Issue #28544: Fix compilation of _asynciomodule.c on Windows by Yury Selivanov · 8 years ago
  78. 2edcd1c Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  79. 0093907 Issue #28426: Deprecated undocumented functions PyUnicode_AsEncodedObject(), by Serhiy Storchaka · 8 years ago
  80. 14ab277 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  81. 467ab19 Issue #28410: Added _PyErr_FormatFromCause() -- the helper for raising by Serhiy Storchaka · 8 years ago
  82. a2bc46d merge 3.6 by Benjamin Peterson · 8 years ago
  83. 4510e6d mark dtrace stubs as static inline; remove stubs by Benjamin Peterson · 8 years ago
  84. 2727114 merge 3.6 by Benjamin Peterson · 8 years ago
  85. 1609997 prefix freegrammar (closes #28413) by Benjamin Peterson · 8 years ago
  86. a4f45bb Start 3.6.0b3 by Ned Deily · 8 years ago
  87. 7e16af4 Version bump for 3.6.0b2 by Ned Deily · 8 years ago
  88. ad72467 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  89. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  90. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  91. 2e84de3 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  92. e036ef8 Issue #27358: Optimized merging var-keyword arguments and improved error by Serhiy Storchaka · 8 years ago
  93. 775a0ea Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  94. 7344285 Issue #28257: Improved error message when pass a non-iterable as by Serhiy Storchaka · 8 years ago
  95. 3e7a3cb Issue #28148: Stop using localtime() and gmtime() in the time module. by Alexander Belopolsky · 8 years ago
  96. 9f518cd Merged from 3.6 by Alexander Belopolsky · 8 years ago
  97. 4e3aab7 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  98. 4781b59 Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  99. 1d480be Issues #25909, #28211: Restored correct documentation of PyMapping_Items, by Serhiy Storchaka · 8 years ago
  100. 637d1e2 merge 3.6 by Benjamin Peterson · 8 years ago