1. a871f69 bpo-30008: Fix OpenSSL no-deprecated compilation (GH-20397) by Christian Heimes · 4 years, 3 months ago
  2. 7b78e7f bpo-40061: Fix a possible refleak in _asynciomodule.c (GH-19748) by Zackery Spytz · 4 years, 3 months ago
  3. 459acc5 bpo-40777: Initialize PyDateTime_IsoCalendarDateType.tp_base at run-time (GH-20493) by Petr Viktorin · 4 years, 4 months ago
  4. 0de437d bpo-25920: Remove socket.getaddrinfo() lock on macOS (GH-20177) by Victor Stinner · 4 years, 4 months ago
  5. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 4 months ago
  6. 10228ba bpo-40795: ctypes calls unraisablehook with an exception (GH-20452) by Victor Stinner · 4 years, 4 months ago
  7. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 4 years, 4 months ago
  8. e4799b9 Fix compiler warnings in _zoneinfo.c (GH-20342) by Pablo Galindo · 4 years, 4 months ago
  9. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 4 months ago
  10. 29a1384 bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914) by Sean Gillespie · 4 years, 4 months ago
  11. fe2978b bpo-39573: Convert Py_REFCNT and Py_SIZE to functions (GH-20429) by Victor Stinner · 4 years, 4 months ago
  12. 1cf15af bpo-40217: Ensure Py_VISIT(Py_TYPE(self)) is always called for PyType_FromSpec types (reverts GH-19414) (GH-20264) by Pablo Galindo · 4 years, 4 months ago
  13. 21fda91 bpo-40611: Adds MAP_POPULATE to the mmap module (GH-20061) by Ethan Steinberg · 4 years, 4 months ago
  14. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 4 months ago
  15. 5eb45d7 bpo-40737: Fix possible reference leak for sqlite3 initialization (GH-20323) by Erlend Egeberg Aasland · 4 years, 4 months ago
  16. 9645930 bpo-40688: Use the correct parser in the peg_generator scripts (GH-20235) by Lysandros Nikolaou · 4 years, 4 months ago
  17. 20c22db bpo-40671: Prepare _hashlib for PEP 489 (GH-20180) by Christian Heimes · 4 years, 4 months ago
  18. 3f59b55 bpo-35714: Reject null characters in struct format strings (GH-16928) by Zackery Spytz · 4 years, 4 months ago
  19. 372ee27 bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Jakub Stasiak · 4 years, 4 months ago
  20. 7c30d12 bpo-40696: Fix a hang that can arise after gen.throw() (GH-20287) by Chris Jerdonek · 4 years, 4 months ago
  21. 06a1b89 bpo-40705: Fix use-after-free in _zoneinfo's module_free (GH-20280) by Ammar Askar · 4 years, 4 months ago
  22. 0226f3e Let the argument clinic do the type checking for heapq (GH-20284) by Raymond Hettinger · 4 years, 4 months ago
  23. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 4 months ago
  24. a487a39 bpo-40714: Remove compile warning from _zoneinfo.c (GH-20291) by Dong-hee Na · 4 years, 4 months ago
  25. aca4670 bpo-40645: restrict HMAC key len to INT_MAX (GH-20238) by Christian Heimes · 4 years, 4 months ago
  26. 2a561b5 bpo-37616: Handle version information more gracefully in getpath.c (GH-20214) by Pablo Galindo · 4 years, 4 months ago
  27. 711f9e1 bpo-40677: Define IO_REPARSE_TAG_APPEXECLINK explicitly (GH-20206) by Minmin Gong · 4 years, 4 months ago
  28. d4fe098 Python 3.10.0a0 (GH-20198) by Pablo Galindo · 4 years, 4 months ago
  29. 7f21c9a bpo-40653: Move _dirnameW out of #ifdef HAVE_SYMLINK/#endif (GH-20144) by Minmin Gong · 4 years, 4 months ago
  30. 442634c bpo-39148: enable ipv6 for datagrams in Proactor (GH-19121) by Kjell Braden · 4 years, 4 months ago
  31. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 4 months ago
  32. 3a855b2 bpo-40665: Use Argument Clinic for the bisect module (GH-20163) by Shantanu · 4 years, 4 months ago
  33. 62ecd8a bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154) by Christian Heimes · 4 years, 4 months ago
  34. 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 4 years, 4 months ago
  35. 31245d1 bpo-39740: Early declare devpoll_methods to support old compilers (GH-19281) by Batuhan Taskaya · 4 years, 4 months ago
  36. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 4 months ago
  37. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 4 months ago
  38. 4541086 bpo-40192: Use thread_cputime for time.thread_time to improve resolution (GH-19381) by Batuhan Taskaya · 4 years, 4 months ago
  39. 62972d9 bpo-40503: PEP 615: Tests and implementation for zoneinfo (GH-19909) by Paul Ganssle · 4 years, 4 months ago
  40. 6e8cda9 bpo-40457: Support OpenSSL without TLS 1.0/1.1 (GH-19862) by Christian Heimes · 4 years, 4 months ago
  41. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 4 months ago
  42. c087a26 bpo-40515: Require OPENSSL_THREADS (GH-19953) by Christian Heimes · 4 years, 4 months ago
  43. 16d4e6f bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107) by Christian Heimes · 4 years, 4 months ago
  44. 003708b Trivial typo fix in _tkinter.c (GH-19622) by Andrew York · 4 years, 4 months ago
  45. d2dc827 bpo-40602: _Py_hashtable_set() reports rehash failure (GH-20077) by Victor Stinner · 4 years, 4 months ago
  46. a482dc5 bpo-40602: Write unit tests for _Py_hashtable_t (GH-20091) by Victor Stinner · 4 years, 4 months ago
  47. f2c3b68 Revert "bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768)" (GH-20089) by Victor Stinner · 4 years, 4 months ago
  48. 97f33c3 bpo-40549: posixmodule.c uses defining_class (GH-20075) by Victor Stinner · 4 years, 4 months ago
  49. 3d17c04 bpo-40521: Add PyInterpreterState.unicode (GH-20081) by Victor Stinner · 4 years, 4 months ago
  50. fa0a66e bpo-40613: Remove compiler warning from _xxsubinterpretersmodule (GH-20069) by Dong-hee Na · 4 years, 4 months ago
  51. 5b0a303 bpo-40609: _Py_hashtable_t values become void* (GH-20065) by Victor Stinner · 4 years, 4 months ago
  52. d95bd42 bpo-40609: _tracemalloc allocates traces (GH-20064) by Victor Stinner · 4 years, 4 months ago
  53. 2d0a3d6 bpo-40609: Add destroy functions to _Py_hashtable (GH-20062) by Victor Stinner · 4 years, 4 months ago
  54. f9b3b58 bpo-40609: Remove _Py_hashtable_t.key_size (GH-20060) by Victor Stinner · 4 years, 4 months ago
  55. 9e2ca17 bpo-40609: Rewrite how _tracemalloc handles domains (GH-20059) by Victor Stinner · 4 years, 4 months ago
  56. d6b727e bpo-40501: Replace ctypes code in uuid with native module (GH-19948) by Steve Dower · 4 years, 4 months ago
  57. f3a5b7a bpo-39481: remove generic classes from ipaddress/mmap (GH-20045) by Batuhan Taskaya · 4 years, 4 months ago
  58. b617993 bpo-40602: Rename hashtable.h to pycore_hashtable.h (GH-20044) by Victor Stinner · 4 years, 4 months ago
  59. 4804b5b bpo-39465: Don't access directly _Py_Identifier members (GH-20043) by Victor Stinner · 4 years, 4 months ago
  60. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 4 months ago
  61. 1c2fa78 bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) by Victor Stinner · 4 years, 4 months ago
  62. 77c6146 bpo-40566: Apply PEP 573 to abc module (GH-20005) by Dong-hee Na · 4 years, 4 months ago
  63. d2c349b bpo-40559: Add Py_DECREF to _asynciomodule.c:task_step_impl() (GH-19990) by Chris Jerdonek · 4 years, 4 months ago
  64. c068b53 bpo-38787: Update structures.rst docs (PEP 573) (GH-19980) by Hai Shi · 4 years, 4 months ago
  65. a1d9e0a bpo-32604: [_xxsubinterpreters] Propagate exceptions. (GH-19768) by Eric Snow · 4 years, 4 months ago
  66. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 4 months ago
  67. 3466922 bpo-1635741: Port errno module to multiphase initialization (GH-19923) by Dong-hee Na · 4 years, 4 months ago
  68. d8135e9 bpo-40533: Disable GC in subinterpreters (GH-19961) by Victor Stinner · 4 years, 4 months ago
  69. 1253c3e bpo-40504: Allow weakrefs to lru_cache objects (GH-19938) by Dennis Sweeney · 4 years, 4 months ago
  70. fb2c7c4 bpo-40513: _xxsubinterpreters.run_string() releases the GIL (GH-19944) by Victor Stinner · 4 years, 4 months ago
  71. 92a98ed bpo-1635741: Port syslog module to multiphase initialization (GH-19907) by Dong-hee Na · 4 years, 4 months ago
  72. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 4 months ago
  73. 03b7642 bpo-40334: Make the PyPegen* and PyParser* APIs more consistent (GH-19839) by Lysandros Nikolaou · 4 years, 4 months ago
  74. 8727664 bpo-32494: Use gdbm_count for dbm_length if possible (GH-19814) by Dong-hee Na · 4 years, 4 months ago
  75. 252346a bpo-40453: Add PyConfig._isolated_subinterpreter (GH-19820) by Victor Stinner · 4 years, 4 months ago
  76. b66c0ff bpo-1635741: Fix compiler warning in _stat.c (GH-19822) by Victor Stinner · 4 years, 4 months ago
  77. 69e802e bpo-40334: Fix test_peg_parser to actually use the old parser (GH-19778) by Lysandros Nikolaou · 4 years, 4 months ago
  78. 360371f bpo-40291: Add support for CAN_J1939 sockets (GH-19538) by karl ding · 4 years, 4 months ago
  79. 84724dd bpo-1635741: Port _stat module to multiphase initialization (GH-19798) by Dong-hee Na · 4 years, 4 months ago
  80. 113feb3 bpo-40328: Add tool for generating cjk mapping headers (GH-19602) by Dong-hee Na · 4 years, 4 months ago
  81. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 4 months ago
  82. e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 4 years, 4 months ago
  83. 7036477 bpo-40421: Add PyFrame_GetBack() function (GH-19765) by Victor Stinner · 4 years, 5 months ago
  84. 4386b90 bpo-40429: PyThreadState_GetFrame() returns a strong ref (GH-19781) by Victor Stinner · 4 years, 5 months ago
  85. ae00a5a bpo-40428: Remove PyTuple_ClearFreeList() function (GH-19769) by Victor Stinner · 4 years, 5 months ago
  86. f7bbf58 bpo-38880: List interpreters associated with a channel end (GH-17323) by Lewis Gaul · 4 years, 5 months ago
  87. 8852ad4 bpo-40429: PyFrame_GetCode() now returns a strong reference (GH-19773) by Victor Stinner · 4 years, 5 months ago
  88. 5e8c691 bpo-32604: Add support for a "default" arg in channel_recv(). (GH-19770) by Eric Snow · 4 years, 5 months ago
  89. 6d86a23 bpo-40429: PyFrame_GetCode() result cannot be NULL (GH-19772) by Victor Stinner · 4 years, 5 months ago
  90. a42ca74 bpo-40421: Add PyFrame_GetCode() function (GH-19757) by Victor Stinner · 4 years, 5 months ago
  91. 2b74c83 bpo-40334: Support CO_FUTURE_BARRY_AS_BDFL in the new parser (GH-19721) by Pablo Galindo · 4 years, 5 months ago
  92. e6f8abd bpo-38061: subprocess uses closefrom() on FreeBSD (GH-19697) by Victor Stinner · 4 years, 5 months ago
  93. 162c567 bpo-38061: os.closerange() uses closefrom() on FreeBSD (GH-19696) by Victor Stinner · 4 years, 5 months ago
  94. ebebb64 bpo-40334: Improve various PEG-Parser related stuff (GH-19669) by Lysandros Nikolaou · 4 years, 5 months ago
  95. c5fc156 bpo-40334: PEP 617 implementation: New PEG parser for CPython (GH-19503) by Pablo Galindo · 4 years, 5 months ago
  96. 9bee32b bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) by Victor Stinner · 4 years, 5 months ago
  97. bba760e Fix uninitialized struct member (GH-19589) by Raymond Hettinger · 4 years, 5 months ago
  98. 5dd21f5 bpo-39849: Enable assertions in _testcapimodule.c and _testinternalcapi.c (GH-19623) by Hai Shi · 4 years, 5 months ago
  99. 2b56031 bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) by Serhiy Storchaka · 4 years, 5 months ago
  100. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 5 months ago