1. 8479a34 bpo-33608: Make sure locks in the runtime are properly re-created. (gh-12245) by Eric Snow · 6 years ago
  2. 495da29 bpo-35975: Support parsing earlier minor versions of Python 3 (GH-12086) by Guido van Rossum · 6 years ago
  3. dc07894 bpo-36139: Fix mmap_object_dealloc(): hold the GIL to call PyMem_Free() (GH-12199) by Davide Rizzo · 6 years ago
  4. bb9593a closes bpo-36139: release GIL around munmap(). (GH-12073) by Davide Rizzo · 6 years ago
  5. b71e28e bpo-36209: Fix typo on hashlib error message (GH-12194) by Emmanuel Arias · 6 years ago
  6. c656e25 bpo-36142: Add _PyPreConfig_SetAllocator() (GH-12187) by Victor Stinner · 6 years ago
  7. 7d2ef3e bpo-36142: _PyPreConfig_Write() sets the allocator (GH-12186) by Victor Stinner · 6 years ago
  8. adfffc7 Fix the C function signature for _collections._tuplegetter.__reduce__. (GH-12180) by Serhiy Storchaka · 6 years ago
  9. 359a2f3 bpo-33012: Fix compilation warnings in memoryobject.c and _collectionsmodule.c (GH-12179) by Stéphane Wirtel · 6 years ago
  10. 6dcb542 bpo-36142: Add _PyPreConfig_ReadFromArgv() (GH-12173) by Victor Stinner · 6 years ago
  11. cad1f74 bpo-36142: Add _PyPreConfig structure (GH-12172) by Victor Stinner · 6 years ago
  12. b7bc283 bpo-36179: Fix ref leaks in _hashopenssl (GH-12158) by Christian Heimes · 6 years ago
  13. 4d61e6e Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) (GH-12159) by Victor Stinner · 6 years ago
  14. 8c17d92 add missing break statement (GH-12147) by Inada Naoki · 6 years ago
  15. 848037c Use names SEEK_SET, etc instead of magic number (GH-12057) by ngie-eign · 6 years ago
  16. bcfa450 bpo-36097: Use only public C-API in the_xxsubinterpreters module (adding as necessary). (#12003) by Eric Snow · 6 years ago
  17. 95e2cbf bpo-36142: Move command line parsing to coreconfig.c (GH-12123) by Victor Stinner · 6 years ago
  18. 62be763 bpo-36142: Remove _PyMain structure (GH-12120) by Victor Stinner · 6 years ago
  19. dfe8847 bpo-36142: Rework error reporting in pymain_main() (GH-12113) by Victor Stinner · 6 years ago
  20. f684d83 bpo-36142: Exclude coreconfig.h from Py_LIMITED_API (GH-12111) by Victor Stinner · 6 years ago
  21. f57cd82 bpo-36106: Resolve sinpi name clash with libm (IEEE-754 violation). (GH-12027) by Dima Pasechnik · 6 years ago
  22. 6673dec bpo-24643: Fix "#define timezone _timezone" clashes on Windows (GH-12019) by Zackery Spytz · 6 years ago
  23. 234531b bpo-36030: Add _PyTuple_FromArray() function (GH-11954) by Sergey Fedoseev · 6 years ago
  24. a24107b bpo-35459: Use PyDict_GetItemWithError() instead of PyDict_GetItem(). (GH-11112) by Serhiy Storchaka · 6 years ago
  25. 6a44f6e bpo-36048: Use __index__() instead of __int__() for implicit conversion if available. (GH-11952) by Serhiy Storchaka · 6 years ago
  26. ef4ac96 bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (GH-11617) by Eric Snow · 6 years ago
  27. 463572c bpo-36101: remove non-ascii characters in docstring (GH-12018) by animalize · 6 years ago
  28. e895de3 bpo-35813: Tests and docs for shared_memory (#11816) by Davin Potts · 6 years ago
  29. abe5922 fix _abc.c compile error on Cygwin (GH-8445) by E. M. Bray · 6 years ago
  30. 64d6cc8 bpo-35724: Explicitly require the main interpreter for signal-handling. (GH-11530) by Eric Snow · 6 years ago
  31. be3b295 bpo-35886: Make PyInterpreterState an opaque type in the public API. (GH-11731) by Eric Snow · 6 years ago
  32. 175421b bpo-36016: Add generation option to gc.getobjects() (GH-11909) by Pablo Galindo · 6 years ago
  33. f36f892 bpo-36068: Make _tuplegetter objects serializable (GH-11981) by Joe Jevnik · 6 years ago
  34. 4371c0a bpo-34572: change _pickle unpickling to use import rather than retrieving from sys.modules (GH-9047) by tjb900 · 6 years ago
  35. 4a7f44a bpo-34294: re module, fix wrong capturing groups in rare cases. (GH-11546) by animalize · 6 years ago
  36. 09fbcd6 bpo-35942: Improve the error message if __fspath__ returns invalid types in path_converter (GH-11831) by Pablo Galindo · 6 years ago
  37. 1bf8845 bpo-34720: Fix test_importlib.test_bad_traverse for AIX (GH-9391) by Michael Felt · 6 years ago
  38. 38f11cc bpo-1054041: Exit properly after an uncaught ^C. (#11862) by Gregory P. Smith · 6 years ago
  39. 3643322 bpo-35984: _xxsubinterpreters: Fix memory leak in _channel_send() (GH-11845) by Alexey Izbyshev · 6 years ago
  40. bb3c05d closes bpo-35991: Fix a potential double free in Modules/_randommodule.c. (GH-11849) by Zackery Spytz · 6 years ago
  41. 73d6002 Remove stray quote in os.replace docstring. (GH-11556) by Anthony Sottile · 6 years ago
  42. 4207907 Fix division by 0 when checking for overflow in math.prod (GH-11808) by Pablo Galindo · 7 years ago
  43. 2dda72a lru_cache: Add more comments. Fix comment typos. Clarify a comment. (GH-11795) by Raymond Hettinger · 7 years ago
  44. bc09851 bpo-35606: Implement math.prod (GH-11359) by Pablo Galindo · 7 years ago
  45. 89427cd bpo-32417: Make timedelta arithmetic respect subclasses (#10902) by Paul Ganssle · 7 years ago
  46. b82bfac bpo-29734: nt._getfinalpathname handle leak (GH-740) by Mark Becwar · 7 years ago
  47. 4860f01 bpo-33895: Relase GIL while calling functions that acquire Windows loader lock (GH-7789) by Tony Roberts · 7 years ago
  48. e5ef45b bpo-35813: Added shared_memory submodule of multiprocessing. (#11664) by Davin Potts · 7 years ago
  49. 325e4ba bpo-35537: Fix function name in os.posix_spawnp() errors (GH-11719) by Victor Stinner · 7 years ago
  50. 80c5dfe bpo-35537: Add setsid parameter to os.posix_spawn() and os.posix_spawnp() (GH-11608) by Joannah Nanjekye · 7 years ago
  51. 05f1b93 Speed-up argument parsing for common cases in deque.__init__()(GH-11717) by Raymond Hettinger · 7 years ago
  52. ffdf1c3 Consistently move the misses update to just before the user function call (GH-11715) by Raymond Hettinger · 7 years ago
  53. dcfcd14 bpo-35766: Merge typed_ast back into CPython (GH-11645) by Guido van Rossum · 7 years ago
  54. cfd735e Move float conversion into a macro. Apply to fsum (GH-11698) by Raymond Hettinger · 7 years ago
  55. 742d768 bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694) by Andreas Schwab · 7 years ago
  56. 808180c Fast path for int inputs to math.dist() and math.hypot() (GH-11692) by Raymond Hettinger · 7 years ago
  57. d8080c0 bpo-35780: Fix errors in lru_cache() C code (GH-11623) by Raymond Hettinger · 7 years ago
  58. 35ca182 bpo-35720: Fixing a memory leak in pymain_parse_cmdline_impl() (GH-11528) by Lucas Cimon · 7 years ago
  59. 9932a22 bpo-33416: Add end positions to Python AST (GH-11605) by Ivan Levkivskyi · 7 years ago
  60. 92b8322 bpo-35674: Add os.posix_spawnp() (GH-11554) by Joannah Nanjekye · 7 years ago
  61. a37f524 bpo-35746: Fix segfault in ssl's cert parser (GH-11569) by Christian Heimes · 7 years ago
  62. 454b3d4 bpo-35066: _dateime.datetime.strftime copies trailing '%' (GH-10692) by MichaelSaah · 7 years ago
  63. d0d3e99 bpo-35719: Optimize multi-argument math functions. (GH-11527) by Serhiy Storchaka · 7 years ago
  64. 7934266 bpo-35582: Inline arguments tuple unpacking in handwritten code. (GH-11524) by Serhiy Storchaka · 7 years ago
  65. cb08a71 bpo-34838: Use subclass_of for math.dist. (GH-9659) by Ammar Askar · 7 years ago
  66. fdf282d bpo-35423: Stop using the "pending calls" machinery for signals. (gh-10972) by Eric Snow · 7 years ago
  67. 2a39d25 bpo-35582: Argument Clinic: Optimize the "all boring objects" case. (GH-11520) by Serhiy Storchaka · 7 years ago
  68. 4fa9591 bpo-35582: Argument Clinic: inline parsing code for positional parameters. (GH-11313) by Serhiy Storchaka · 7 years ago
  69. 5485085 bpo-32710: Fix _overlapped.Overlapped memory leaks (GH-11489) by Victor Stinner · 7 years ago
  70. 572168a bpo-35702: Add new identifier time.CLOCK_UPTIME_RAW for macOS 10.12 (GH-11503) by Joannah Nanjekye · 7 years ago
  71. a234e14 bpo-32710: Fix leak in Overlapped_WSASend() (GH-11469) by Victor Stinner · 7 years ago
  72. c24c6c2 bpo-35568: add 'raise_signal' function (GH-11335) by Vladimir Matveev · 7 years ago
  73. 2d53bed bpo-35664: Optimize operator.itemgetter (GH-11435) by Raymond Hettinger · 7 years ago
  74. d466c43 closes bpo-35643: Fix a SyntaxWarning: invalid escape sequence in Modules/_sha3/cleanup.py (GH-11411) by Mickaël Schoentgen · 7 years ago
  75. 052b2df bpo-32492: Tweak _collections._tuplegetter. (GH-11367) by Serhiy Storchaka · 7 years ago
  76. 1d300ce bpo-35214: Annotate posix calls for clang MSan. (#11389) by Gregory P. Smith · 7 years ago
  77. 6f9bc72 bpo-35550: Fix incorrect Solaris define guards (GH-11275) by Jakub Kulík · 7 years ago
  78. c7e2191 Dead code removal from _hashopenssl. (GH-11379) by Gregory P. Smith · 7 years ago
  79. b474e67 bpo-35214: MSan workarounds for socket, time, and test_faulthandler. (GH-11375) by Gregory P. Smith · 7 years ago
  80. 387512c bpo-28503: Use crypt_r() when available instead of crypt() (GH-11373) by Gregory P. Smith · 7 years ago
  81. 3f5fc70 bpo-32492: 1.6x speed up in namedtuple attribute access using C fast-path (#10495) by Pablo Galindo · 7 years ago
  82. e2926b7 bpo-34373: fix test_mktime and test_pthread_getcpuclickid tests on AIX (GH-8726) by Michael Felt · 7 years ago
  83. c6c7237 bpo-20182: AC convert remaining functions/methods in _hashopenssl.c (GH-9213) by Tal Einat · 7 years ago
  84. 22462da bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164) by Michael Felt · 7 years ago
  85. 32d96a2 bpo-23867: Argument Clinic: inline parsing code for a single positional parameter. (GH-9689) by Serhiy Storchaka · 7 years ago
  86. d77d97c bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229) by Zackery Spytz · 7 years ago
  87. d2a75c6 bpo-35502: Fix reference leaks in ElementTree.TreeBuilder. (GH-11170) by Serhiy Storchaka · 7 years ago
  88. 842acaa bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175) by Zackery Spytz · 7 years ago
  89. 4db62e1 bpo-35490: Remove the DecodeFSDefault return converter in AC. (#11152) by Serhiy Storchaka · 7 years ago
  90. e991270 bpo-35415: validate fileno argument to socket.socket (GH-10917) by Dima Tisnek · 7 years ago
  91. afb3e71 bpo-35489: Use "const Py_UNICODE *" for the Py_UNICODE converter in AC. (GH-11150) by Serhiy Storchaka · 7 years ago
  92. 7b36016 bpo-31446: Copy command line that should be passed to CreateProcessW(). (GH-11141) by Vladimir Matveev · 7 years ago
  93. 4fb0b8b bpo-33106: change dbm key deletion error for readonly file from KeyError to dbm.error (#6295) by Xiang Zhang · 7 years ago
  94. 8905fcc bpo-35454: Fix miscellaneous minor issues in error handling. (#11077) by Serhiy Storchaka · 7 years ago
  95. bb86bf4 bpo-35444: Unify and optimize the helper for getting a builtin object. (GH-11047) by Serhiy Storchaka · 7 years ago
  96. b6ef6f6 bpo-31374: expat doesn't include <pyconfig.h> on Windows (GH-11079) by Victor Stinner · 7 years ago
  97. fc662ac bpo-32788: Better error handling in sqlite3. (GH-3723) by Serhiy Storchaka · 7 years ago
  98. cf24735 bpo-31374: Include pyconfig.h earlier in expat (GH-11064) by Victor Stinner · 7 years ago
  99. 2eb6ad8 bpo-35050: AF_ALG length check off-by-one error (GH-10058) by Christian Heimes · 7 years ago
  100. 6fef0f1 bpo-35445: Do not ignore memory errors when create posix.environ. (GH-11049) by Serhiy Storchaka · 7 years ago