1. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  2. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  3. 1dfaa6c Issue #29092: Merge 3.6. by Xiang Zhang · 8 years ago
  4. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  5. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  6. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  7. c9ea933 Issue #20186: Converted the math module to Argument Clinic. Patch by Tal Einat. by Serhiy Storchaka · 8 years ago
  8. b813a0e Issue #20186: Converted the _operator module to Argument Clinic. by Serhiy Storchaka · 8 years ago
  9. 8128d5a Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls by Gregory P. Smith · 8 years ago
  10. aeaf294 _hashopenssl uses METH_FASTCALL by Victor Stinner · 8 years ago
  11. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  12. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  13. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  14. 510df6f merge 3.6 by Benjamin Peterson · 8 years ago
  15. 741c45a merge 3.5 by Benjamin Peterson · 8 years ago
  16. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  17. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  18. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  19. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  20. b37f3f6 Issue #29195: Removed support of deprecated undocumented keyword arguments by Serhiy Storchaka · 8 years ago
  21. 8cbc51a Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  22. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  23. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  24. a24dca6 Fix typo by Raymond Hettinger · 8 years ago
  25. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  26. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  27. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  28. 68191f8 Backed out changeset ea064ff3c10f by Raymond Hettinger · 8 years ago
  29. 3c29fd0 While a speedup of 1% is measurable, contexts aren't created that often, by Stefan Krah · 8 years ago
  30. a40a3f3 Merge 3.6. by Stefan Krah · 8 years ago
  31. e660335 Merge 3.5. by Stefan Krah · 8 years ago
  32. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 8 years ago
  33. 32999ab Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  34. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  35. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  36. 9d60b94 Sync-up lru_cache() C code with space saving feature in the Python version. by Raymond Hettinger · 8 years ago
  37. dda4468 Complete the merge for issue #29203 by Raymond Hettinger · 8 years ago
  38. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  39. ce16c68 Issue #29034: Merge 3.6. by Xiang Zhang · 8 years ago
  40. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 8 years ago
  41. aaa6786 Merge 3.6. by Stefan Krah · 8 years ago
  42. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 8 years ago
  43. f4df2ee Merge 3.6. by Stefan Krah · 8 years ago
  44. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 8 years ago
  45. 45ed522 Revert part of dbf72357cb4a that is in a rarely used path and causes by Stefan Krah · 8 years ago
  46. 2b938f8 Revert (unauthorized) parts of 54a89144ee1d which are not in a speed-sensitive by Stefan Krah · 8 years ago
  47. 1b5fa6b Revert (unauthorized) parts of b9eb35435178 which are not in a speed-sensitive by Stefan Krah · 8 years ago
  48. 12bc027 Merge 3.6 by Victor Stinner · 8 years ago
  49. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 8 years ago
  50. 0f05512 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  51. 8d979d5 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  52. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  53. 00b1ae0 Issue #28985: Update authorizer constants in sqlite3 module by Berker Peksag · 8 years ago
  54. e70ca46 merge 3.6 (#29085) by Benjamin Peterson · 8 years ago
  55. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 8 years ago
  56. 280408b Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  57. bfce0f9 Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago
  58. c06ae20 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  59. d741ed4 Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  60. e10ca3a Issue #28427: old keys should not remove new values from by Antoine Pitrou · 8 years ago
  61. 9e40afe Issue #29004: Merge crc_hqx() doc from 3.6 by Martin Panter · 8 years ago
  62. 520569e Issue #29004: Merge crc_hqx() doc from 3.5 by Martin Panter · 8 years ago
  63. 3310e14 Issue #29004: Document binascii.crc_hqx() implements CRC-CCITT by Martin Panter · 8 years ago
  64. 47bdc40 Merge from 3.6. by Serhiy Storchaka · 8 years ago
  65. 690e81f Merge from 3.5. by Serhiy Storchaka · 8 years ago
  66. 18f018c Issue #28871: Fixed a crash when deallocate deep ElementTree. by Serhiy Storchaka · 8 years ago
  67. b211068 Issue #28822: Adjust indices handling of PyUnicode_FindChar(). by Xiang Zhang · 8 years ago
  68. 6165d55 Issue #28147: Fix a memory leak in split-table dictionaries by INADA Naoki · 8 years ago
  69. 932ee73 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  70. 879199b Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  71. b94eef2 Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that by Serhiy Storchaka · 8 years ago
  72. 5ab81d7 Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of dict. by Serhiy Storchaka · 8 years ago
  73. 5cc70c9 Merge 3.6 by Victor Stinner · 8 years ago
  74. 3d3f264 Fix a memory leak in split-table dictionaries by Victor Stinner · 8 years ago
  75. cb2128c _asyncio uses _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  76. 0885519 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  77. c3c6f71 Fixes maximum usable length of buffer for formatting time zone in localtime(). by Steve Dower · 8 years ago
  78. b110dad Initialize variables to fix compiler warnings by Victor Stinner · 8 years ago
  79. 5abaa2b Use PyObject_CallFunctionObjArgs() by Victor Stinner · 8 years ago
  80. 55ba38a Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  81. 61bdb0d Use _PyObject_CallMethodIdObjArgs() in _io by Victor Stinner · 8 years ago
  82. 20401de Use _PyObject_CallMethodIdObjArgs() in _datetime by Victor Stinner · 8 years ago
  83. f561634 Use _PyObject_CallMethodIdObjArgs() in _elementtree by Victor Stinner · 8 years ago
  84. 5670764 Use _PyObject_CallMethodIdObjArgs() in _ctypes by Victor Stinner · 8 years ago
  85. ddc120f Fix refleak introduced in change 032cbdb596fe by Victor Stinner · 8 years ago
  86. b6ed57d Use _PyObject_CallMethodIdObjArgs() in _asyncio by Victor Stinner · 8 years ago
  87. 070c4d7 Issue #28915: Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  88. dbe28d2 time_strptime() uses PyObject_Call() by Victor Stinner · 8 years ago
  89. 2b63597 build_struct_time() uses Py_BuildValue() by Victor Stinner · 8 years ago
  90. 7e42541 Use _PyObject_CallMethodIdObjArgs() by Victor Stinner · 8 years ago
  91. 4c38154 Don't parenthesis in _PyObject_CallMethodId() format by Victor Stinner · 8 years ago
  92. d7d266c Merge from 3.6. by Serhiy Storchaka · 8 years ago
  93. 427f10b Merge from 3.5. by Serhiy Storchaka · 8 years ago
  94. 606ab86 Change order of io.UnsupportedOperation base classes. by Serhiy Storchaka · 8 years ago
  95. f17c3de Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  96. a5ed5f0 Use _PyObject_CallNoArg() by Victor Stinner · 8 years ago
  97. 408bfa6 Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  98. 44d9bea Issue #28152: Fix -Wunreachable-code warning on clang by Victor Stinner · 8 years ago
  99. 9a2329f Issue #28152: Fix -Wunreachable-code warnings on Clang by Victor Stinner · 8 years ago
  100. 7bfb42d Issue #28858: Remove _PyObject_CallArg1() macro by Victor Stinner · 8 years ago