1. 2094c2b bpo-34567: pythoninfo gets coreconfig (GH-9043) by Victor Stinner · 6 years ago
  2. 3d4226a bpo-34523: Support surrogatepass in locale codecs (GH-8995) by Victor Stinner · 6 years ago
  3. 97ae32c Make GenericAlias_Type and Generic_Type static. (GH-8076) by Benjamin Peterson · 6 years ago
  4. b4588c2 Don't export pending_threadfunc from _testcapi. (GH-8075) by Benjamin Peterson · 6 years ago
  5. d852142 Replace _PyGC_REFS macros with higher level macros (GH-6852) by INADA Naoki · 6 years ago
  6. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 6 years ago
  7. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 6 years ago
  8. 58dc03c Cleanup dangling reference in get_timezone_utc_capi (#5317) by Paul Ganssle · 7 years ago
  9. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  10. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  11. e860089 bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212) by Victor Stinner · 7 years ago
  12. ce5b0e9 bpo-32226: Make __class_getitem__ an automatic class method. (#5098) by Serhiy Storchaka · 7 years ago
  13. 45700fb Add tests for using PEP560 with classes implemented in C. (#4883) by Serhiy Storchaka · 7 years ago
  14. 5d39e04 bpo-32030: Rework memory allocators (#4625) by Victor Stinner · 7 years ago
  15. e2f92de Add the const qualifier to "char *" variables that refer to literal strings. (#4370) by Serhiy Storchaka · 7 years ago
  16. c29b585 bpo-31784: Implement PEP 564: add time.time_ns() (#3989) by Victor Stinner · 7 years ago
  17. 9ed83c4 bpo-18835: Cleanup pymalloc (#4200) by Victor Stinner · 7 years ago
  18. 56d1f5c bpo-30697: Fix PyErr_NormalizeException() when no memory (GH-2327) by xdegaye · 7 years ago
  19. 2c15b29 bpo-31786: Make functions in the select module blocking when timeout is a small negative value. (#4003) by Pablo Galindo · 7 years ago
  20. 0ccc0f6 bpo-28280: Make PyMapping_Keys(), PyMapping_Values() and PyMapping_Items() always return a list (#3840) by Oren Milman · 7 years ago
  21. 731e189 bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API (GH-1362) by Masayuki Yamamoto · 7 years ago
  22. a6a4dc8 bpo-31370: Remove support for threads-less builds (#3385) by Antoine Pitrou · 7 years ago
  23. ba7d736 bpo-31243: Fixed PyArg_ParseTuple failure checks. (#3171) by Oren Milman · 7 years ago
  24. 7b7c6dc bpo-31173: Rewrite WSTOPSIG test of test_subprocess (#3055) by Victor Stinner · 7 years ago
  25. 64fa449 bpo-30866: Add _testcapi.stack_pointer() (#2601) by Victor Stinner · 7 years ago
  26. 85f6430 bpo-30695: Add set_nomemory(start, stop) to _testcapi (GH-2406) by xdegaye · 7 years ago
  27. 5ea4c06 bpo-30054: Expose tracemalloc C API (#1236) by Victor Stinner · 7 years ago
  28. 3b5cf85 bpo-30524: Write unit tests for FASTCALL (#2022) by Victor Stinner · 7 years ago
  29. ab4413a bpo-30039: Don't run signal handlers while resuming a yield from stack (#1081) by Nathaniel J. Smith · 7 years ago
  30. 5f161fd bpo-30184: Add tests for invalid use of PyArg_ParseTupleAndKeywords. (#1316) by Serhiy Storchaka · 7 years ago
  31. 2c134c3 convert from long long to PyLong loselessly (#1106) by Benjamin Peterson · 7 years ago
  32. 698845e fix an error message and a comment in _testcapimodule.c (GH-392) by orenmn · 7 years ago
  33. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 7 years ago
  34. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  35. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  36. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  37. 5cc70c9 Merge 3.6 by Victor Stinner · 8 years ago
  38. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  39. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  40. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  41. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  42. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  43. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  44. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  45. 04230c4 Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  46. 22d60d6 Issue #28379: Removed redundant check. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  47. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  48. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  49. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  50. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  51. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  52. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  53. 8f4b247 make sure expected values are interpreted as doubles by Benjamin Peterson · 8 years ago
  54. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  55. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  56. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  57. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  58. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  59. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  60. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  61. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  62. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  63. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  64. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  65. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  66. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  67. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  68. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 8 years ago
  69. 84aab09 Issue #26588: add debug traces by Victor Stinner · 8 years ago
  70. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 8 years ago
  71. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 8 years ago
  72. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 8 years ago
  73. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 8 years ago
  74. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  75. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  76. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  77. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  78. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  79. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  80. 4237d34 Fix test_time on platform with 32-bit time_t type by Victor Stinner · 9 years ago
  81. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  82. 7447423 Issue #23517: Add "half up" rounding mode to the _PyTime API by Victor Stinner · 9 years ago
  83. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  84. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  85. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  86. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  87. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  88. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 9 years ago
  89. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 9 years ago
  90. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 9 years ago
  91. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 9 years ago
  92. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 9 years ago
  93. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  94. 09e5cf2 Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor by Victor Stinner · 9 years ago
  95. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 9 years ago
  96. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 9 years ago
  97. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 9 years ago
  98. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 9 years ago
  99. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 9 years ago
  100. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 9 years ago