1. dedc2cd bpo-41625: Do not add os.splice on AIX due to compatibility issues (GH-23608) by Pablo Galindo · 3 years, 10 months ago
  2. cc061d0 bpo-38200: Add itertools.pairwise() (GH-23549) by Raymond Hettinger · 3 years, 10 months ago
  3. ea97eba bpo-1635741: Port select module to multiphase init (GH-23409) by Christian Heimes · 3 years, 10 months ago
  4. a6109ef bpo-1635741: Convert _sre types to heap types and establish module state (PEP 384) (GH-23393) by Erlend Egeberg Aasland · 3 years, 10 months ago
  5. 5c36da7 bpo-42333: Port _ssl extension module to heap types (GH-23392) by Christian Heimes · 3 years, 10 months ago
  6. cfeb543 bpo-1635741: Port _struct to multiphase initialization (GH-23398) by Christian Heimes · 3 years, 10 months ago
  7. a57b3d3 bpo-41625: Expose the splice() system call in the os module (GH-21947) by Pablo Galindo · 3 years, 10 months ago
  8. cd9fed6 bpo-41001: Add os.eventfd() (#20930) by Christian Heimes · 3 years, 10 months ago
  9. 01c6aa4 bpo-40077: Convert _queuemodule to use heap types (GH-23136) by Erlend Egeberg Aasland · 3 years, 11 months ago
  10. 57aaaa8 Add _PyType_GetModuleByDef (GH-22835) by Petr Viktorin · 3 years, 11 months ago
  11. b62bdf7 bpo-42208: Add _locale._get_locale_encoding() (GH-23052) by Victor Stinner · 3 years, 11 months ago
  12. 3783413 bpo-42161: Modules/ uses _PyLong_GetZero() and _PyLong_GetOne() (GH-22998) by Victor Stinner · 3 years, 11 months ago
  13. 8cd1dba bpo-41052: Fix pickling heap types implemented in C with protocols 0 and 1 (GH-22870) by Serhiy Storchaka · 3 years, 11 months ago
  14. 871934d bpo-4356: Add key function support to the bisect module (GH-20556) by Raymond Hettinger · 4 years ago
  15. 1bcaa81 bpo-20184: Convert termios to Argument Clinic. (GH-22693) by Serhiy Storchaka · 4 years ago
  16. c9f696c bpo-41919, test_codecs: Move codecs.register calls to setUp() (GH-22513) by Hai Shi · 4 years ago
  17. 9975cc5 bpo-41985: Add _PyLong_FileDescriptor_Converter and AC converter for "fildes". (GH-22620) by Serhiy Storchaka · 4 years ago
  18. d332e7b bpo-41842: Add codecs.unregister() function (GH-22360) by Hai Shi · 4 years ago
  19. 83de110 bpo-1635741: Port _lsprof extension to multi-phase init (PEP 489) (GH-22220) by Mohamed Koubaa · 4 years ago
  20. 1b328ea bpo-1635741: Convert an _lsprof method to argument clinic (GH-22240) by Mohamed Koubaa · 4 years ago
  21. 52a2df1 bpo-1635741: Convert _sha256 types to heap types (GH-22134) by Mohamed Koubaa · 4 years ago
  22. 1baf030 bpo-1635741 port _curses_panel to multi-phase init (PEP 489) (GH-21986) by Mohamed Koubaa · 4 years ago
  23. 1aaa21f bpo-1635741 port zlib module to multi-phase init (GH-21995) by Mohamed Koubaa · 4 years ago
  24. 63f102f bpo-1635741: Port _sha1, _sha512, _md5 to multiphase init (GH-21818) by Mohamed Koubaa · 4 years ago
  25. da4e09f bpo-36982: Add support for extended color functions in ncurses 6.1 (GH-17536) by Hans Petter Jansson · 4 years, 2 months ago
  26. bbceef6 bpo-20183: Convert _locale to the Argument Clinic (GH-14201) by Zackery Spytz · 4 years, 2 months ago
  27. b0689ae bpo-41146: Convert signal.default_int_handler() to Argument Clinic (GH-21197) by Serhiy Storchaka · 4 years, 2 months ago
  28. b7047e5 bpo-20181: Convert the readline module to the Argument Clinic (#14326) by Zackery Spytz · 4 years, 2 months ago
  29. 4c8f09d bpo-36346: Make using the legacy Unicode C API optional (GH-21437) by Serhiy Storchaka · 4 years, 2 months ago
  30. 9650fe0 bpo-20179: Convert the _overlapped module to the Argument Clinic (GH-14275) by Zackery Spytz · 4 years, 2 months ago
  31. b3dd5cd bpo-36346: Undeprecate private function _PyUnicode_AsUnicode(). (GH-21336) by Serhiy Storchaka · 4 years, 3 months ago
  32. 004e64e bpo-40967: Remove deprecated asyncio.Task.current_task() and asyncio.Task.all_tasks() (GH-20874) by Rémi Lapeyre · 4 years, 3 months ago
  33. 349f76c bpo-36346: Prepare for removing the legacy Unicode C API (AC only). (GH-21223) by Serhiy Storchaka · 4 years, 3 months ago
  34. d051801 bpo-31938: Fix default-value signatures of several functions in the select module (GH-21066) by Anthony Sottile · 4 years, 3 months ago
  35. 1937edd bpo-1635741: Port _lzma module to multiphase initialization (GH-19382) by Dong-hee Na · 4 years, 3 months ago
  36. 6989af0 bpo-41052: Opt out serialization/deserialization for _random.Random (GH-21002) by Dong-hee Na · 4 years, 3 months ago
  37. 3ccb96c bpo-41056: Use the fildes converter for fd to please Coverity. (GH-21011) by Gregory P. Smith · 4 years, 3 months ago
  38. ec68918 bpo-40077: Convert _bz2 module to use PyType_FromSpec (GH-20960) by Dong-hee Na · 4 years, 3 months ago
  39. c4862e3 bpo-1635741: Port _gdbm module to multiphase initialization (GH-20920) by Dong-hee Na · 4 years, 3 months ago
  40. bf69a8f bpo-1635741: Port _dbm module to multiphase initialization (GH-20848) by Dong-hee Na · 4 years, 3 months ago
  41. 5f4b229d bpo-40792: Make the result of PyNumber_Index() always having exact type int. (GH-20443) by Serhiy Storchaka · 4 years, 4 months ago
  42. 76ef255 bpo-37129: Add os.RWF_APPEND flag for os.pwritev() (GH-20336) by YoSTEALTH · 4 years, 4 months ago
  43. db5aed9 bpo-40791: Use CRYPTO_memcmp() for compare_digest (#20456) by Christian Heimes · 4 years, 4 months ago
  44. 578c395 bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636) by Serhiy Storchaka · 4 years, 4 months ago
  45. 372ee27 bpo-38580: Document that select() accepts iterables, not just sequences (GH-16832) by Jakub Stasiak · 4 years, 4 months ago
  46. 0226f3e Let the argument clinic do the type checking for heapq (GH-20284) by Raymond Hettinger · 4 years, 4 months ago
  47. 8b62644 bpo-40630: Add tracemalloc.reset_peak (GH-20102) by Huon Wilson · 4 years, 4 months ago
  48. da742ba bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951) by Chris Jerdonek · 4 years, 4 months ago
  49. 3a855b2 bpo-40665: Use Argument Clinic for the bisect module (GH-20163) by Shantanu · 4 years, 4 months ago
  50. 62ecd8a bpo-37630: Fix spelling shake128 -> shake_128 (GH-20154) by Christian Heimes · 4 years, 4 months ago
  51. 54f2898 bpo-40645: Implement HMAC in C (GH-20129) by Christian Heimes · 4 years, 4 months ago
  52. d5b3f6b bpo-37630: Use SHA3 and SHAKE XOF from OpenSSL (GH-16049) by Christian Heimes · 4 years, 4 months ago
  53. 1b97b9b bpo-24416: Return named tuple from date.isocalendar() (GH-20113) by Paul Ganssle · 4 years, 4 months ago
  54. 1ce5841 bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979) by Chris Jerdonek · 4 years, 4 months ago
  55. 16d4e6f bpo-40479: Fix hashlib issue with OpenSSL 3.0.0 (GH-20107) by Christian Heimes · 4 years, 4 months ago
  56. 97f33c3 bpo-40549: posixmodule.c uses defining_class (GH-20075) by Victor Stinner · 4 years, 4 months ago
  57. d5d9a71 bpo-36346: array: Don't use deprecated APIs (GH-19653) by Inada Naoki · 4 years, 4 months ago
  58. 1c2fa78 bpo-40549: Convert posixmodule.c to multiphase init (GH-19982) by Victor Stinner · 4 years, 4 months ago
  59. e1becf4 bpo-38787: C API for module state access from extension methods (PEP 573) (GH-19936) by Petr Viktorin · 4 years, 4 months ago
  60. 531d1e5 bpo-39435: Make the first argument of pickle.loads() positional-only. (GH-19846) by Serhiy Storchaka · 4 years, 5 months ago
  61. 2d87577 bpo-40286: Remove C implementation of Random.randbytes() (GH-19797) by Victor Stinner · 4 years, 5 months ago
  62. e3dfb9b bpo-9216: Expose OpenSSL FIPS_mode() as _hashlib.get_fips_mode() (GH-19703) by Victor Stinner · 4 years, 5 months ago
  63. 9bee32b bpo-40138: Fix Windows os.waitpid() for large exit code (GH-19637) by Victor Stinner · 4 years, 5 months ago
  64. 2b56031 bpo-40178: Convert the remaining os functions to Argument Clinic. (GH-19360) by Serhiy Storchaka · 4 years, 5 months ago
  65. 12446e6 bpo-40179: Fix translation of #elif in Argument Clinic (GH-19364) by Serhiy Storchaka · 4 years, 5 months ago
  66. 9f5fe79 bpo-40286: Add randbytes() method to random.Random (GH-19527) by Victor Stinner · 4 years, 5 months ago
  67. 14d5331 bpo-40234: Revert "bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049)" (GH-19456) by Victor Stinner · 4 years, 5 months ago
  68. 65a796e bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201) by Victor Stinner · 4 years, 6 months ago
  69. dccd41e bpo-39822: Use NULL instead of None for empty attrib in Element. (GH-18735) by Serhiy Storchaka · 4 years, 6 months ago
  70. 4991cf4 bpo-39802: Only expose set_escdelay and set_tabsize when curses extensions are activated (GH-18705) by Batuhan Taşkaya · 4 years, 7 months ago
  71. 4edc95c bpo-39495: Remove default value from C impl of TreeBuilder.start (GH-18275) by Shantanu · 4 years, 7 months ago
  72. 559e7f1 bpo-39648: Expand math.gcd() and math.lcm() to handle multiple arguments. (GH-18604) by Serhiy Storchaka · 4 years, 7 months ago
  73. f2ee21d bpo-39479:Add math.lcm() function: Least Common Multiple (#18547) by ananthan-123 · 4 years, 7 months ago
  74. 9aeb0ef bpo-39573: Update clinic to use Py_IS_TYPE() function (GH-18507) by Dong-hee Na · 4 years, 7 months ago
  75. b8d1262 bpo-39395: putenv() and unsetenv() always available (GH-18135) by Victor Stinner · 4 years, 8 months ago
  76. 161e7b3 bpo-39413: Implement os.unsetenv() on Windows (GH-18163) by Victor Stinner · 4 years, 8 months ago
  77. e9652e8 bpo-39426: Fix outdated default and highest protocols in docs (GH-18154) by Mark Dickinson · 4 years, 8 months ago
  78. b477d19 bpo-39406: Implement os.putenv() with setenv() if available (GH-18128) by Victor Stinner · 4 years, 8 months ago
  79. b73dd02 Revert "bpo-39413: Implement os.unsetenv() on Windows (GH-18104)" (GH-18124) by Victor Stinner · 4 years, 8 months ago
  80. beea26b bpo-39353: Deprecate the binhex module (GH-18025) by Victor Stinner · 4 years, 8 months ago
  81. 56cd371 bpo-39413: Implement os.unsetenv() on Windows (GH-18104) by Victor Stinner · 4 years, 8 months ago
  82. a2ec3f0 bpo-39322: Add gc.is_finalized to check if an object has been finalised by the gc (GH-17989) by Pablo Galindo · 4 years, 8 months ago
  83. 0b2ab21 bpo-39310: Add math.ulp(x) (GH-17965) by Victor Stinner · 4 years, 8 months ago
  84. 100fafc bpo-39288: Add math.nextafter(x, y) (GH-17937) by Victor Stinner · 4 years, 8 months ago
  85. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 4 years, 9 months ago
  86. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 4 years, 10 months ago
  87. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 4 years, 10 months ago
  88. 2bc3434 bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766) by Zackery Spytz · 4 years, 10 months ago
  89. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 4 years, 11 months ago
  90. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 4 years, 11 months ago
  91. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 4 years, 11 months ago
  92. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 5 years ago
  93. ad7736f bpo-38265: Update os.pread to accept the length type as Py_ssize_t. (GH-16359) by Dong-hee Na · 5 years ago
  94. f919054 bpo-38116: Convert select module to PEP-384 (#15971) by Dino Viehland · 5 years ago
  95. 279f446 bpo-37206: Unrepresentable default values no longer represented as None. (GH-13933) by Serhiy Storchaka · 5 years ago
  96. 7cad53e bpo-9216: Add usedforsecurity to hashlib constructors (GH-16044) by Christian Heimes · 5 years ago
  97. 5a4f82f bpo-38132: Simplify _hashopenssl code (GH-16023) by Christian Heimes · 5 years ago
  98. 64117e0 bpo-38134: Remove PKBDF2_HMAC_fast from _hashopenssl (GH-16028) by Christian Heimes · 5 years ago
  99. f02ea62 bpo-36543: Remove old-deprecated ElementTree features. (GH-12707) by Serhiy Storchaka · 5 years ago
  100. 4901fe2 bpo-37034: Display argument name on errors with keyword arguments with Argument Clinic. (GH-13593) by Rémi Lapeyre · 5 years ago