1. 1dbd084 bpo-29548: no longer use PyEval_Call* functions (GH-14683) by Jeroen Demeyer · 5 years ago
  2. 59ad110 bpo-37547: add _PyObject_CallMethodOneArg (GH-14685) by Jeroen Demeyer · 5 years ago
  3. f117d87 Rename memory.c to mpalloc.c for consistency with the header file. (#14687) by Stefan Krah · 5 years ago
  4. 4749dbe Really remove vcstdint.h. (#14686) by Stefan Krah · 5 years ago
  5. 3a3db97 bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648) by Hai Shi · 5 years ago
  6. 76611c7 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Victor Stinner · 5 years ago
  7. 762f93f bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267) by Jeroen Demeyer · 5 years ago
  8. f7d72e4 Fix some typos (GH-14435) by Min ho Kim · 5 years ago
  9. 7f41c8e bpo-37493: use _PyObject_CallNoArg in more places (GH-14575) by Jeroen Demeyer · 5 years ago
  10. 196a530 bpo-37483: add _PyObject_CallOneArg() function (#14558) by Jeroen Demeyer · 5 years ago
  11. 2cd0792 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Benjamin Peterson · 5 years ago
  12. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 5 years ago
  13. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 5 years ago
  14. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 5 years ago
  15. 5cbbbd7 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Ammar Askar · 5 years ago
  16. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 5 years ago
  17. 3029035 bpo-20443: Fix calculate_program_full_path() warning (GH-14446) by Victor Stinner · 5 years ago
  18. b1263d5 bpo-37337: Add _PyObject_VectorcallMethod() (GH-14228) by Jeroen Demeyer · 5 years ago
  19. 3b03b09 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Benjamin Peterson · 5 years ago
  20. 45a30af closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Brandt Bucher · 5 years ago
  21. d52a83a bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Zackery Spytz · 5 years ago
  22. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 5 years ago
  23. c6a2320 bpo-37406: sqlite3 raises TypeError for wrong operation type (GH-14386) by Victor Stinner · 5 years ago
  24. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 5 years ago
  25. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 5 years ago
  26. 6ffd9b0 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by ziheng · 5 years ago
  27. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  28. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  29. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 5 years ago
  30. 7821b4c Fix name of '\0'. (GH-14222) by Benjamin Peterson · 5 years ago
  31. 01b63ec bpo-35134: Add Include/cpython/import.h header file (GH-14213) by Victor Stinner · 5 years ago
  32. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 5 years ago
  33. 2ff58a2 bpo-37194: Add a new public PyObject_CallNoArgs() function (GH-13890) by Victor Stinner · 5 years ago
  34. 2dfeaa9 Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Mark Dickinson · 5 years ago
  35. 45e0411 Simplify negativity checks in math.comb and math.perm. (GH-13870) by Mark Dickinson · 5 years ago
  36. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 5 years ago
  37. 8725c83 bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Jeffrey Kintscher · 5 years ago
  38. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  39. b4c7def bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) by Paul Monson · 5 years ago
  40. a6e190e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Ammar Askar · 5 years ago
  41. 408a2ef closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by aaronpaulhurst · 5 years ago
  42. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 5 years ago
  43. a15a7bc bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) by Ammar Askar · 5 years ago
  44. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 5 years ago
  45. 0690c79 bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881) by Eric Wieser · 5 years ago
  46. dc24765 bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) by Zackery Spytz · 5 years ago
  47. e985804 bpo-37165: Convert _count_elements to the argument clinic (GH-13848) by Raymond Hettinger · 5 years ago
  48. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 5 years ago
  49. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago
  50. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 5 years ago
  51. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 5 years ago
  52. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 5 years ago
  53. e584cbf bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758) by Petr Viktorin · 5 years ago
  54. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 5 years ago
  55. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 5 years ago
  56. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 5 years ago
  57. 36dcaab Fix the error handling in bytesio_sizeof(). (GH-10459) by Zackery Spytz · 5 years ago
  58. e5f6207 bpo-34303: Micro-optimizations in functools.reduce() (GH-8598) by Sergey Fedoseev · 5 years ago
  59. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 5 years ago
  60. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 5 years ago
  61. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 5 years ago
  62. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 5 years ago
  63. 8cbb5b6 bpo-26835: Add file sealing constants to fcntl (GH-13694) by Christian Heimes · 5 years ago
  64. c7f803b bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) by Zackery Spytz · 5 years ago
  65. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 5 years ago
  66. 38ab7d4 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Serhiy Storchaka · 5 years ago
  67. 65fb2c0 bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756) by Serhiy Storchaka · 5 years ago
  68. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  69. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 5 years ago
  70. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 5 years ago
  71. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 5 years ago
  72. eda385c bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355) by Zackery Spytz · 5 years ago
  73. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 5 years ago
  74. e70bfa95 bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666) by Zackery Spytz · 5 years ago
  75. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 5 years ago
  76. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 5 years ago
  77. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 5 years ago
  78. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 5 years ago
  79. d8b7551 bpo-33164: blake2 fix for HP-UX (GH-13633) by David Carlier · 5 years ago
  80. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 5 years ago
  81. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 5 years ago
  82. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 5 years ago
  83. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 5 years ago
  84. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 5 years ago
  85. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 5 years ago
  86. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 5 years ago
  87. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 5 years ago
  88. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 5 years ago
  89. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 5 years ago
  90. 561612d bpo-37021: Port _randommodule to the argument clinic (GH-13532) by Pablo Galindo · 5 years ago
  91. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 5 years ago
  92. b49858b bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537) by Victor Stinner · 5 years ago
  93. d8613dc bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) by Victor Stinner · 5 years ago
  94. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 5 years ago
  95. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 5 years ago
  96. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 5 years ago
  97. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 5 years ago
  98. 33e71e0 bpo-31862: Port binascii to PEP 489 multiphase initialization (GH-4108) by Marcel Plch · 5 years ago
  99. ef9d9b6 bpo-36829: Add sys.unraisablehook() (GH-13187) by Victor Stinner · 5 years ago
  100. 4fb1502 bpo-36648: fix mmap issue for VxWorks (GH-12394) by Lihua Zhao · 5 years ago