1. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  2. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  3. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  4. 5cc70c9 Merge 3.6 by Victor Stinner · 8 years ago
  5. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  6. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  7. 460bd0d Issue #19569: Compiler warnings are now emitted if use most of deprecated by Serhiy Storchaka · 8 years ago
  8. 1a73bf3 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  9. 3b73ea1 Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  10. f4934ea Issue #28701: Replace PyUnicode_CompareWithASCIIString with _PyUnicode_EqualToASCIIString. by Serhiy Storchaka · 8 years ago
  11. f0b311b Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  12. 04230c4 Issue #28123: _PyDict_GetItem_KnownHash() now can raise an exception as by Serhiy Storchaka · 8 years ago
  13. 22d60d6 Issue #28379: Removed redundant check. Patch by Xiang Zhang. by Serhiy Storchaka · 8 years ago
  14. 21d9f10 Merge from 3.5. by Serhiy Storchaka · 8 years ago
  15. 9c0e1f8 Issue #28379: Added sanity checks and tests for PyUnicode_CopyCharacters(). by Serhiy Storchaka · 8 years ago
  16. b364857 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  17. cc16423 Issue #28295: Fixed the documentation and added tests for PyUnicode_AsUCS4(). by Serhiy Storchaka · 8 years ago
  18. 0be894b Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Martin Panter · 8 years ago
  19. 3b6a6b4 Add a new private version to the builtin dict type by Victor Stinner · 8 years ago
  20. 8f4b247 make sure expected values are interpreted as doubles by Benjamin Peterson · 8 years ago
  21. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  22. 9b3d770 replace Python aliases for standard integer types with the standard integer types (#17884) by Benjamin Peterson · 8 years ago
  23. 4fe5510 require standard int types to be defined (#17884) by Benjamin Peterson · 8 years ago
  24. af580df replace PY_LONG_LONG with long long by Benjamin Peterson · 8 years ago
  25. 3466bde Avoid calling functions with an empty string as format string by Victor Stinner · 8 years ago
  26. ed4aa83 require a long long data type (closes #27961) by Benjamin Peterson · 8 years ago
  27. 15f44ab Issue #27895: Spelling fixes (Contributed by Ville Skyttä). by Raymond Hettinger · 8 years ago
  28. f41b82f Issue #26282: PyArg_ParseTupleAndKeywords() and Argument Clinic now support by Serhiy Storchaka · 8 years ago
  29. 2a95219 Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  30. 13e602e Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" by Serhiy Storchaka · 8 years ago
  31. c944c2d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  32. f95455d Issue #26995: Added tests for "f", "d", "D", "S", "Y", and "U" format codes by Serhiy Storchaka · 8 years ago
  33. acef5de Backported tests for issue #18531. by Serhiy Storchaka · 8 years ago
  34. ce41287 Issue #18531: Single var-keyword argument of dict subtype was passed by Serhiy Storchaka · 8 years ago
  35. f9a7115 Issue #26588: remove debug traces from _tracemalloc. by Victor Stinner · 9 years ago
  36. 84aab09 Issue #26588: add debug traces by Victor Stinner · 9 years ago
  37. 10b73e1 Add C functions _PyTraceMalloc_Track() by Victor Stinner · 9 years ago
  38. ad52437 Fail if PyMem_Malloc() is called without holding the GIL by Victor Stinner · 9 years ago
  39. c4aec36 Check the GIL in PyObject_Malloc() by Victor Stinner · 9 years ago
  40. 34be807 Add PYTHONMALLOC env var by Victor Stinner · 9 years ago
  41. d2557a6 Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  42. c8241fd Issue #26198: Added tests for "es", "et", "es#", "et#" and "C" format units by Serhiy Storchaka · 9 years ago
  43. 4b5b062 Fix indentation of continuation lines. by Georg Brandl · 9 years ago
  44. 2d06e84 Issue #25923: Added the const qualifier to static constant arrays. by Serhiy Storchaka · 9 years ago
  45. f7d2471 Merge 3.5 (sys.setrecursionlimit) by Victor Stinner · 9 years ago
  46. 50856d5 sys.setrecursionlimit() now raises RecursionError by Victor Stinner · 9 years ago
  47. 4237d34 Fix test_time on platform with 32-bit time_t type by Victor Stinner · 9 years ago
  48. 7667f58 Issue #23517: fromtimestamp() and utcfromtimestamp() methods of by Victor Stinner · 9 years ago
  49. 7447423 Issue #23517: Add "half up" rounding mode to the _PyTime API by Victor Stinner · 9 years ago
  50. a72f0cd Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  51. 6bc217d Issue #24489: ensure a previously set C errno doesn't disturb cmath.polar(). by Antoine Pitrou · 9 years ago
  52. 6ef0590 Issue 24017: Drop getawaitablefunc and friends in favor of unaryfunc. by Yury Selivanov · 9 years ago
  53. d5cacbb PEP 489: Multi-phase extension module initialization by Nick Coghlan · 9 years ago
  54. 7544508 PEP 0492 -- Coroutines with async and await syntax. Issue #24017. by Yury Selivanov · 9 years ago
  55. 8ef887c Issue #20586: Argument Clinic now ensures signatures on functions without docstrings. by Zachary Ware · 10 years ago
  56. 13019fd Issue #22117: Add a new _PyTime_FromSeconds() function by Victor Stinner · 10 years ago
  57. 62d1c70 Issue #22117, issue #23485: Fix _PyTime_AsMilliseconds() and by Victor Stinner · 10 years ago
  58. a695f83 Issue #22117: Remove _PyTime_ROUND_DOWN and _PyTime_ROUND_UP rounding methods by Victor Stinner · 10 years ago
  59. bcdd777 Issue #22117: Add _PyTime_ROUND_CEILING rounding method for timestamps by Victor Stinner · 10 years ago
  60. ea9c0dd Issue #22117: Fix usage of _PyTime_AsTimeval() by Victor Stinner · 10 years ago
  61. 09e5cf2 Issue #22117: Use the _PyTime_t API in _datetime.datetime() constructor by Victor Stinner · 10 years ago
  62. 02937aa Issue #22117: Add the new _PyTime_ROUND_FLOOR rounding method for the datetime by Victor Stinner · 10 years ago
  63. 95e9cef Issue #22117: Write unit tests for _PyTime_AsTimeval() by Victor Stinner · 10 years ago
  64. 34dc0f4 Issue #22117: The signal modules uses the new _PyTime_t API by Victor Stinner · 10 years ago
  65. 4bfb460 Issue #22117: time.monotonic() now uses the new _PyTime_t API by Victor Stinner · 10 years ago
  66. 992c43f Issue #22117: Fix rounding in _PyTime_FromSecondsObject() by Victor Stinner · 10 years ago
  67. efde146 Issue #23571: _Py_CheckFunctionResult() now gives the name of the function by Victor Stinner · 10 years ago
  68. 009b811 Removed unintentional trailing spaces in non-external and non-generated C files. by Serhiy Storchaka · 10 years ago
  69. e37a194 Fix regression introduced by changeset 7c6e3358221a that caused compile by Ned Deily · 10 years ago
  70. b48af34 Silenced minor GCC warnings. by Serhiy Storchaka · 10 years ago
  71. 4d0d982 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  72. 1a1ff29 Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer by Serhiy Storchaka · 10 years ago
  73. 6cfb61f Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  74. b518134 Issue #23392: Added tests for marshal C API that works with FILE*. by Serhiy Storchaka · 10 years ago
  75. a7559c0 Issue #14203: Temporary fix for the compile failure on Windows. by Stefan Krah · 10 years ago
  76. 650c1e8 Issue #14203: Remove obsolete support for view==NULL in bytesiobuf_getbuffer() by Stefan Krah · 10 years ago
  77. 5178d91 Issue #14203: Remove obsolete support for view==NULL in PyBuffer_FillInfo() by Stefan Krah · 10 years ago
  78. 2e6658b Merge from 3.4. by Stefan Krah · 10 years ago
  79. 7213fcc Issue #23370: Fix off-by-one error for non-contiguous buffers. by Stefan Krah · 10 years ago
  80. aad627f Merge 3.4 by Victor Stinner · 10 years ago
  81. fc6a90a Issue #22588: Fix typo in _testcapi.test_incref_decref_API() by Victor Stinner · 10 years ago
  82. 706768c Issue #22156: Fix some "comparison between signed and unsigned integers" by Victor Stinner · 10 years ago
  83. b349e4c Issue #22116: C functions and methods (of the 'builtin_function_or_method' type) can now be weakref'ed. Patch by Wei Wu. by Antoine Pitrou · 10 years ago
  84. 56e8c29 Issue #22018: Add _testcapi.raise_signal() by Victor Stinner · 10 years ago
  85. d8f0d92 Issue #21233: Rename the C structure "PyMemAllocator" to "PyMemAllocatorEx" to by Victor Stinner · 10 years ago
  86. 38d65df (Merge 3.4) Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  87. 797bcb5 Issue #21639: Fix name of _testcapi test functions by Victor Stinner · 10 years ago
  88. db067af Issue #21233: Add new C functions: PyMem_RawCalloc(), PyMem_Calloc(), by Victor Stinner · 10 years ago
  89. 420dc56 Fix compiler warning on Windows by Zachary Ware · 11 years ago
  90. d51374e PEP 465: a dedicated infix operator for matrix multiplication (closes #21176) by Benjamin Peterson · 11 years ago
  91. 3c1b379 Issue #20320: select.select() and select.kqueue.control() now round the timeout by Victor Stinner · 11 years ago
  92. 2623c8c Issue #20530: Argument Clinic's signature format has been revised again. by Larry Hastings · 11 years ago
  93. 581ee36 Issue #20326: Argument Clinic now uses a simple, unique signature to by Larry Hastings · 11 years ago
  94. 5c66189 Issue #20189: Four additional builtin types (PyTypeObject, by Larry Hastings · 11 years ago
  95. 2a72791 Issue #20226: Major improvements to Argument Clinic. by Larry Hastings · 11 years ago
  96. 16c5191 Issue #20144: Argument Clinic now supports simple constants as parameter by Larry Hastings · 11 years ago
  97. 441adb8 Backout changeset 46393019b650 by Victor Stinner · 11 years ago
  98. cd0cb8c Close #19787: PyThread_set_key_value() now always set the value. In Python 3.3, by Victor Stinner · 11 years ago
  99. 2aeb070 (Merge 3.3) Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago
  100. 258e4d3 Issue #14432: Fix compilation when thread support is disabled by Victor Stinner · 11 years ago