1. d54cfb1 bpo-33441: Make the sigset_t converter available in other modules. (GH-6720) by Serhiy Storchaka · 6 years ago
  2. 9d3627e bpo-33332: Add signal.valid_signals() (GH-6581) by Antoine Pitrou · 7 years ago
  3. ef34753 bpo-20104: Improve error handling and fix a reference leak in os.posix_spawn(). (#6332) by Serhiy Storchaka · 7 years ago
  4. ca40501 bpo-27645, sqlite: Fix integer overflow on sleep (#6594) by Victor Stinner · 7 years ago
  5. 55edd0c bpo-33012: Fix invalid function cast warnings with gcc 8 for METH_NOARGS. (GH-6030) by Siddhesh Poyarekar · 7 years ago
  6. 2e38cc3 bpo-33383: Fix crash in get() of the dbm.ndbm database object. (#6630) by Serhiy Storchaka · 7 years ago
  7. 25038ec bpo-33329: Fix multiprocessing regression on newer glibcs (GH-6575) by Antoine Pitrou · 7 years ago
  8. 063db62 bpo-32232: by default, Setup modules are no longer built with -DPy_BUILD_CORE (GH-6489) by xdegaye · 7 years ago
  9. e5362ea bpo-33308: Fix a crash in the parser module when convert an ST object. (#6519) by Serhiy Storchaka · 7 years ago
  10. f178028 bpo-33253: Fix xxsubtype.bench() to accept correct str signature. (GH-6439) by Devon R · 7 years ago
  11. c51d8c9 bpo-23403: Bump pickle.DEFAULT_PROTOCOL to 4 (#6355) by Łukasz Langa · 7 years ago
  12. c869529 bpo-33209: End framing at the end of C implementation of pickle.Pickler.dump(). (GH-6363) by Serhiy Storchaka · 7 years ago
  13. bac2d5b Fix duplicating words words. (GH-6296) by Serhiy Storchaka · 7 years ago
  14. 0e7144b bpo-32844: Fix a subprocess misredirection of a low fd (GH5689) by Alexey Izbyshev · 7 years ago
  15. 030345c Fix error message in sqlite connection thread check. (GH-6028) by Takuya Akiba · 7 years ago
  16. d02ac25 bpo-33136: Harden ssl module against CVE-2018-8970 (GH-6229) by Christian Heimes · 7 years ago
  17. 4ca0739 bpo-33127: Compatibility patch for LibreSSL 2.7.0 (GH-6210) by Christian Heimes · 7 years ago
  18. c65bf3f bpo-32999: ast: Convert useless check to assert (GH-6197) by INADA Naoki · 7 years ago
  19. f757b72 bpo-32999: Revert GH-6002 (fc7df0e6) (GH-6189) by INADA Naoki · 7 years ago
  20. 40472dd bpo-33018: Improve issubclass() error checking and message. (GH-5944) by jab · 7 years ago
  21. 9308dea Fix typos in mmap() error messages (GH-6173) by Zackery Spytz · 7 years ago
  22. bbf7bb7 bpo-27645: Fix version number in 'database in transaction' fallback (GH-6131) by Aviv Palivoda · 7 years ago
  23. c2b0b12 bpo-32374: m_traverse may be called with m_state=NULL (GH-5140) by Marcel Plch · 7 years ago
  24. d6e1404 bpo-33021: Fix GCC 7 warning (-Wmaybe-uninitialized) in mmapmodule.c (#6117) by Zackery Spytz · 7 years ago
  25. 5d2a27d signal: add strsignal() (#6017) by Antoine Pietri · 7 years ago
  26. 4484f9d bpo-33021: Release the GIL during fstat() calls (GH-6019) by Nir Soffer · 7 years ago
  27. d7aed41 bpo-27645: Add support for native backup facility of SQLite (GH-4238) by Emanuele Gaifas · 7 years ago
  28. c10b288 bpo-30249: Improve struct.unpack_from() error messages (GH-6059) by Xiang Zhang · 7 years ago
  29. 3b20d34 bpo-33016: Fix potential use of uninitialized memory in nt._getfinalpathname (#6010) by Alexey Izbyshev · 7 years ago
  30. fc7df0e bpo-32999: Fix ABC.__subclasscheck__ crash (GH-6002) by INADA Naoki · 7 years ago
  31. bc3f228 bpo-32969: Expose some missing constants in zlib and fix the doc (GH-5988) by Xiang Zhang · 7 years ago
  32. 6921e73 bpo-33001: Prevent buffer overrun in os.symlink (GH-5989) by Steve Dower · 7 years ago
  33. 3e197c7 bpo-32903: Fix a memory leak in os.chdir() on Windows (GH-5801) by Alexey Izbyshev · 7 years ago
  34. 698dde1 bpo-31453: Add setter for min/max protocol version (#5259) by Christian Heimes · 7 years ago
  35. 05d9fe3 bpo-32947: OpenSSL 1.1.1-pre1 / TLS 1.3 fixes (#5663) by Christian Heimes · 7 years ago
  36. 6b5df90 bpo-32147: Improved perfomance of binascii.unhexlify(). (GH-4586) by Sergey Fedoseev · 7 years ago
  37. 19e7d48 bpo-32394: Remove some TCP options on old version Windows. (GH-5523) by animalize · 7 years ago
  38. 6f600ff bpo-32922: dbm.open() now encodes filename with the filesystem encoding. (GH-5832) by Serhiy Storchaka · 7 years ago
  39. a19fb3c bpo-32622: Native sendfile on windows (#5565) by Andrew Svetlov · 7 years ago
  40. 29eab55 bpo-30622: Fix NPN for OpenSSL 1.1.1-pre1 (#5876) by Christian Heimes · 7 years ago
  41. 186b606 bpo-17232: Clarify docs for -O and -OO command line options (#5839) by Cheryl Sabella · 7 years ago
  42. 6cdb795 bpo-30622: Improve NPN support detection (#5859) by Christian Heimes · 7 years ago
  43. 141c5e8 bpo-24334: Cleanup SSLSocket (#5252) by Christian Heimes · 7 years ago
  44. 42c35d9 bpo-31966: Fixed WindowsConsoleIO.write() for writing empty data. (GH-5754) by Serhiy Storchaka · 7 years ago
  45. 11a1493 [bpo-28414] Make all hostnames in SSL module IDN A-labels (GH-5128) by Christian Heimes · 7 years ago
  46. a049f57 Test that new_timezone can return the UTC singleton (gh-5318) by Paul Ganssle · 7 years ago
  47. 23ad6d0 bpo-32556: nt._getfinalpathname, nt._getvolumepathname and nt._getdiskusage now correctly convert from bytes. (GH-5761) by Steve Dower · 7 years ago
  48. f53d9f2 bpo-32604: Swap threads only if the interpreter is different. (gh-5778) by Eric Snow · 7 years ago
  49. b3caf38 closes bpo-32859: Don't retry dup3() if it is not available at runtime (GH-5708) by Alexey Izbyshev · 7 years ago
  50. 03e3c34 bpo-31333: Re-implement ABCMeta in C (#5273) by Ivan Levkivskyi · 7 years ago
  51. 4c6955e bpo-32604: Clean up created subinterpreters before runtime finalization. (gh-5709) by Eric Snow · 7 years ago
  52. 7745ec4 Update comment in posixmodule.c (GH-5681) by ngie-eign · 7 years ago
  53. d019bc8 bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) by Oren Milman · 7 years ago
  54. 7766b96 bpo-32221: makeipaddr(): remove interface part + speedup (GH-5449) (#5449) by Коренберг Марк · 7 years ago
  55. 3c34aad bpo-29248: Fix os.readlink() on Windows (GH-5577) by SSE4 · 7 years ago
  56. bfe4fd5 Fix some warnings produced by different compilers. (#5593) by Serhiy Storchaka · 7 years ago
  57. c1e46e9 bpo-32777: Fix _Py_set_inheritable async-safety in subprocess (GH-5560) by Alexey Izbyshev · 7 years ago
  58. c3d9508 bpo-32746: Fix multiple typos (GH-5144) by Leo Arias · 7 years ago
  59. 4e9da0d bpo-32604: Fix memory leaks in the new _xxsubinterpreters module. (#5507) by Eric Snow · 7 years ago
  60. 383b32f Revert "bpo-31356: Add context manager to temporarily disable GC GH-5495 by Yury Selivanov · 7 years ago
  61. aa0735f bpo-32747: Remove trailing spaces in docstrings. (GH-5491) by oldk · 7 years ago
  62. c66f9f8 bpo-25988: Emit a warning when use or import ABCs from 'collections'. (#5460) by Serhiy Storchaka · 7 years ago
  63. b8d9032 bpo-28914: Fix compilation of select on Android (#5447) by Victor Stinner · 7 years ago
  64. 3d86e48 bpo-32681: Fix an uninitialized variable in the C implementation of os.dup2 (GH-5346) by Stéphane Wirtel · 7 years ago
  65. 83e64c8 bpo-32604: NULL-terminate kwlist in channel_drop_interpreter(). (gh-5437) by Eric Snow · 7 years ago
  66. 7f8bfc9 bpo-32604: Expose the subinterpreters C-API in a "private" stdlib module. (gh-1748) by Eric Snow · 7 years ago
  67. b6e43af bpo-28134: Auto-detect socket values from file descriptor (#1349) by Christian Heimes · 7 years ago
  68. 72a0d21 bpo-31356: Add context manager to temporarily disable GC (GH-4224) by Pablo Galindo · 7 years ago
  69. 0cd6bca bpo-20104: Fix leaks and errors in new os.posix_spawn (GH-5418) by Pablo Galindo · 7 years ago
  70. c65ef77 rename _imp initialization function to follow conventions (#5432) by Benjamin Peterson · 7 years ago
  71. 892d66e bpo-31429: Define TLS cipher suite on build time (#3532) by Christian Heimes · 7 years ago
  72. 8997f9c bpo-32705: Current Android does not have posix_spawn (#5413) by Chih-Hsuan Yen · 7 years ago
  73. 6c6ddf9 bpo-20104: Expose `posix_spawn` in the os module (GH-5109) by Pablo Galindo · 7 years ago
  74. f11b460 bpo-32373: Add socket.getblocking() method. (#4926) by Yury Selivanov · 7 years ago
  75. 0ceb717 Revert "bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724)" (#5394) by Yury Selivanov · 7 years ago
  76. 059f58c bpo-32228: Reset raw_pos after unwinding the raw stream (#4858) by Nitish Chandra · 7 years ago
  77. f0a95f2 bpo-32660: Solaris should support constants like termios' FIONREAD (#5328) by jcea · 7 years ago
  78. 6c51d51 bpo-32659: Solaris "stat" should support "st_fstype" (#5307) by jcea · 7 years ago
  79. 47c0b1f bpo-32221: makeipaddr(): remove interface part + speedup (GH-4724) by Коренберг Марк · 7 years ago
  80. 7c68407 bpo-32622: Implement loop.sendfile() (#5271) by Andrew Svetlov · 7 years ago
  81. f13f12d bpo-32630: Use contextvars in decimal (GH-5278) by Yury Selivanov · 7 years ago
  82. 4defba3 bpo-31368: Expose preadv and pwritev in the os module (#5239) by Pablo Galindo · 7 years ago
  83. 61d478c bpo-31399: Let OpenSSL verify hostname and IP address (#3462) by Christian Heimes · 7 years ago
  84. d0e31b9 bpo-32454: socket closefd (#5048) by Christian Heimes · 7 years ago
  85. 2f050c7 bpo-32433: Optimized HMAC digest (#5023) by Christian Heimes · 7 years ago
  86. 58dc03c Cleanup dangling reference in get_timezone_utc_capi (#5317) by Paul Ganssle · 7 years ago
  87. f320be7 bpo-32571: Avoid raising unneeded AttributeError and silencing it in C code (GH-5222) by Serhiy Storchaka · 7 years ago
  88. 2b822a0 bpo-32652: Defer pymain_set_global_config() call (#5303) by Victor Stinner · 7 years ago
  89. 04af5b1 bpo-10381: Add timezone to datetime C API (#5032) by Paul Ganssle · 7 years ago
  90. 6f6eb35 bpo-32248 - Implement `ResourceReader` and `get_resource_reader()` for zipimport (#5248) by Barry Warsaw · 7 years ago
  91. 22feeb8 bpo-32643: Drop support for a few private Task and Future APIs. (#5293) by Yury Selivanov · 7 years ago
  92. 8ded5b8 bpo-32030: Add _PyCoreConfig.module_search_paths (#4954) by Victor Stinner · 7 years ago
  93. 5de15f1 bpo-28046: Remove MACHDEPPATH from Modules/Setup.dist (#5289) by Victor Stinner · 7 years ago
  94. 9d411c1 bpo-32296: Make get_running_loop() another 4-5x faster (#5277) by Yury Selivanov · 7 years ago
  95. f23746a bpo-32436: Implement PEP 567 (#5027) by Yury Selivanov · 7 years ago
  96. 1211c9a bpo-32503: Avoid creating too small frames in pickles. (#5127) by Serhiy Storchaka · 7 years ago
  97. ff5be6e bpo-32598: Use autoconf to detect usable OpenSSL (#5242) by Christian Heimes · 7 years ago
  98. 05d68a8 bpo-9566: Fix size_t=>int downcast warnings (#5230) by Victor Stinner · 7 years ago
  99. e860089 bpo-32226: Fix memory leak in generic_alias_dealloc() (#5212) by Victor Stinner · 7 years ago
  100. 9f1b7b9 bpo-32403: Faster date and datetime constructors (#4993) by Paul Ganssle · 7 years ago