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