1. 561ca80 Document why functools.partial() must copy kwargs (#253) by Victor Stinner · 7 years ago
  2. d37c068 Add sockaddr_alg to sock_addr_t (#234) by Christian Heimes · 7 years ago
  3. 9639e4a bpo-29532: Altering a kwarg dictionary passed to functools.partial() (#190) by Serhiy Storchaka · 7 years ago
  4. a86339b Fixed bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD64. (#168) by Vinay Sajip · 7 years ago
  5. 72dccde bpo-29548: Fix some inefficient call API usage (GH-97) by INADA Naoki · 7 years ago
  6. 72e81d0 bpo-29556: Remove unused #include <langinfo.h> (#98) by Yen Chi Hsuan · 7 years ago
  7. f15fa87 Update URL of Mersenne Twister Home Page (#20) by Hiroki Noda · 7 years ago
  8. 5ec08ce Remove double definition of IPPROTO_IPV6 (#100) by Maximilian Hils · 7 years ago
  9. 61e2bc7 bpo-29176: Fix name of the _curses.window class (#52) by Victor Stinner · 7 years ago
  10. 05e218c Merge 3.6 by Victor Stinner · 7 years ago
  11. b67f096 Fix datetime.fromtimestamp(): check bounds by Victor Stinner · 7 years ago
  12. 095ef73 Issue #29513: Fix outdated comment and remove redundand code is os.scandir(). by Serhiy Storchaka · 7 years ago
  13. d43ab05 Issue #29513: Fixed a reference leak in os.scandir() added in issue #29034. by Serhiy Storchaka · 7 years ago
  14. dd407d5 Optimize deque index, insert and rotate() methods by Victor Stinner · 7 years ago
  15. 68a001d Issue #29460: _PyArg_NoKeywords(), _PyArg_NoStackKeywords() and by Serhiy Storchaka · 7 years ago
  16. 9735384 Issue #20186: Regenerated Argument Clinic. by Serhiy Storchaka · 7 years ago
  17. 8c67fdd Merge from 3.6 by Steve Dower · 7 years ago
  18. a7e1648 Adds precheck for console filename to fix Windows 7. by Steve Dower · 7 years ago
  19. 49226e2 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  20. c008dde Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  21. 6d46ae7 Issue #29319: Prevent RunMainFromImporter overwriting sys.path[0]. by Steve Dower · 7 years ago
  22. 43fec9b Merge issue #28164 and issue #29409 by Steve Dower · 7 years ago
  23. 722e3e2 Issue #28164: Correctly handle special console filenames (patch by Eryk Sun) by Steve Dower · 7 years ago
  24. eacee98 Issue #29409: Implement PEP 529 for io.FileIO (Patch by Eryk Sun) by Steve Dower · 7 years ago
  25. ef51767 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  26. 86e4237 Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  27. 7e10dbb Issue #29444: Fixed out-of-bounds buffer access in the group() method of by Serhiy Storchaka · 7 years ago
  28. b451f91 Issue #20186: Converted the tracemalloc module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  29. 5106ad1 Issue #20186: Converted the symtable module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  30. 685c203 Removed redundant Argument Clinic directives. by Serhiy Storchaka · 7 years ago
  31. 9326028 Issue #20185: Converted the gc module to Argument Clinic. by Serhiy Storchaka · 7 years ago
  32. a5a5590 Issue #29300: Use Argument Clinic for getting struct object from the format. by Serhiy Storchaka · 7 years ago
  33. c0f59ad Rename struct.unpack() 2nd parameter to "buffer" by Victor Stinner · 7 years ago
  34. 3f2d101 Issue #29300: Convert _struct module to Argument Clinic by Victor Stinner · 7 years ago
  35. fd6d0d2 Issue #29368: Fix _Pickle_FastCall() usage in do_append() by Victor Stinner · 7 years ago
  36. bee09ae Issue #29368: The extend() method is now called instead of the append() by Serhiy Storchaka · 7 years ago
  37. 2145387 merge 3.6 (#29398) by Benjamin Peterson · 7 years ago
  38. 2b3f4c1 merge 3.5 (#29398) by Benjamin Peterson · 7 years ago
  39. ec977c3 gc types needs to be allocated as such (closes #29398) by Benjamin Peterson · 7 years ago
  40. 9ac4815 merge 3.6 by doko@ubuntu.com · 7 years ago
  41. cd12f7c merge 3.5 by doko@ubuntu.com · 7 years ago
  42. 34e7e2e - Issue #29169: Update zlib to 1.2.10. by doko@ubuntu.com · 7 years ago
  43. 3f16f57 Issue #29384: Remove Be OS scripts from Modules/, unused in 3.0+ by Martin Panter · 8 years ago
  44. d1302c0 Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  45. 228b12e Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE wherever by Serhiy Storchaka · 8 years ago
  46. 2a404b6 Issue #28769: The result of PyUnicode_AsUTF8AndSize() and PyUnicode_AsUTF8() by Serhiy Storchaka · 8 years ago
  47. 1dfaa6c Issue #29092: Merge 3.6. by Xiang Zhang · 8 years ago
  48. 4459e00 Issue #29092: Sync os.stat's doc and docstring on path type. by Xiang Zhang · 8 years ago
  49. 5e65cd3 Issue #29282: Backed out changeset b33012ef1417 by Mark Dickinson · 8 years ago
  50. d1b230e Issue #29282: add fused multiply-add function, math.fma. by Mark Dickinson · 8 years ago
  51. c9ea933 Issue #20186: Converted the math module to Argument Clinic. Patch by Tal Einat. by Serhiy Storchaka · 8 years ago
  52. b813a0e Issue #20186: Converted the _operator module to Argument Clinic. by Serhiy Storchaka · 8 years ago
  53. 8128d5a Address a minor Coverity warning re: unchecked PyArg_ParseTuple calls by Gregory P. Smith · 8 years ago
  54. aeaf294 _hashopenssl uses METH_FASTCALL by Victor Stinner · 8 years ago
  55. 0c4a828 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  56. 259f0e4 Run Argument Clinic: METH_VARARGS=>METH_FASTCALL by Victor Stinner · 8 years ago
  57. 3e1fad6 Rename _PyArg_ParseStack to _PyArg_ParseStackAndKeywords by Victor Stinner · 8 years ago
  58. 510df6f merge 3.6 by Benjamin Peterson · 8 years ago
  59. 741c45a merge 3.5 by Benjamin Peterson · 8 years ago
  60. a105dd3 generate spaces instead of tabs into config.c by Benjamin Peterson · 8 years ago
  61. 446a498 Merge doc fixes from 3.6 by Martin Panter · 8 years ago
  62. 4659ddc Merge doc fixes from 3.5 by Martin Panter · 8 years ago
  63. 536d70e Fix grammar, typos and markup in documentation and code comments by Martin Panter · 8 years ago
  64. b37f3f6 Issue #29195: Removed support of deprecated undocumented keyword arguments by Serhiy Storchaka · 8 years ago
  65. 8cbc51a Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  66. a675842 Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  67. 3023ebb Py_SIZE() was misused for dict. by Serhiy Storchaka · 8 years ago
  68. a24dca6 Fix typo by Raymond Hettinger · 8 years ago
  69. 617c775 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  70. 42e1ea9 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  71. 6779652 Issue #28969: Fixed race condition in C implementation of functools.lru_cache. by Serhiy Storchaka · 8 years ago
  72. 68191f8 Backed out changeset ea064ff3c10f by Raymond Hettinger · 8 years ago
  73. 3c29fd0 While a speedup of 1% is measurable, contexts aren't created that often, by Stefan Krah · 8 years ago
  74. a40a3f3 Merge 3.6. by Stefan Krah · 8 years ago
  75. e660335 Merge 3.5. by Stefan Krah · 8 years ago
  76. 18e0a97 Issue #28701: Revert part of 5bdc8e1a50c8 for the following reasons: by Stefan Krah · 8 years ago
  77. 32999ab Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  78. f0f35a6 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  79. 9937d90 Issue #29190: Fixed possible errors in comparing strings in the pickle module. by Serhiy Storchaka · 8 years ago
  80. 9d60b94 Sync-up lru_cache() C code with space saving feature in the Python version. by Raymond Hettinger · 8 years ago
  81. dda4468 Complete the merge for issue #29203 by Raymond Hettinger · 8 years ago
  82. 4ee3914 Issue #29203: functools.lru_cache() now respects PEP 468 by Raymond Hettinger · 8 years ago
  83. ce16c68 Issue #29034: Merge 3.6. by Xiang Zhang · 8 years ago
  84. 04316c4 Issue #29034: Fix memory leak and use-after-free in path_converter. by Xiang Zhang · 8 years ago
  85. aaa6786 Merge 3.6. by Stefan Krah · 8 years ago
  86. 0b64a0f Add comment why the change in d83884b3a427 wasn't necessary. by Stefan Krah · 8 years ago
  87. f4df2ee Merge 3.6. by Stefan Krah · 8 years ago
  88. dada5a8 Revert part of 3cb3e224b692 in code that I maintain. by Stefan Krah · 8 years ago
  89. 45ed522 Revert part of dbf72357cb4a that is in a rarely used path and causes by Stefan Krah · 8 years ago
  90. 2b938f8 Revert (unauthorized) parts of 54a89144ee1d which are not in a speed-sensitive by Stefan Krah · 8 years ago
  91. 1b5fa6b Revert (unauthorized) parts of b9eb35435178 which are not in a speed-sensitive by Stefan Krah · 8 years ago
  92. 12bc027 Merge 3.6 by Victor Stinner · 8 years ago
  93. 423c16b Issue #29140: Fix hash(datetime.time) by Victor Stinner · 8 years ago
  94. 0f05512 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  95. 8d979d5 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  96. 21fe721 Fixed possible reference leaks in the _json module. by Serhiy Storchaka · 8 years ago
  97. 00b1ae0 Issue #28985: Update authorizer constants in sqlite3 module by Berker Peksag · 8 years ago
  98. e70ca46 merge 3.6 (#29085) by Benjamin Peterson · 8 years ago
  99. acc2f74 fix error check, so that Random.seed actually uses OS randomness (closes #29085) by Benjamin Peterson · 8 years ago
  100. 280408b Issue #28768: Fix implicit declaration of function _setmode. Patch by Masayuki Yamamoto by Steve Dower · 8 years ago