1. 21161d7 [3.8] bpo-37942: Improve argument clinic float converter (GH-15470) (GH-15480) by Raymond Hettinger · 5 years ago
  2. 5779c53 bpo-37798: Add C fastpath for statistics.NormalDist.inv_cdf() (GH-15266) (GH-15441) by Miss Islington (bot) · 5 years ago
  3. 5c77730 bpo-37915: Fix comparison between tzinfo objects and timezone objects (GH-15390) by Miss Islington (bot) · 5 years ago
  4. 9eb3d54 bpo-37834: Normalise handling of reparse points on Windows (GH-15370) by Steve Dower · 5 years ago
  5. 27b38b9 bpo-37642: Update acceptable offsets in timezone (GH-14878) (#15227) by Paul Ganssle · 5 years ago
  6. f781283 [3.8] Replace usage of the obscure PEM_read_bio_X509_AUX with the more standard PEM_read_bio_X509 (GH-15303) (GH-15304) by Miss Islington (bot) · 5 years ago
  7. b8e6824 bpo-21131: Fix faulthandler.register(chain=True) stack (GH-15276) by Miss Islington (bot) · 5 years ago
  8. 123f6c4 bpo-37811: FreeBSD, OSX: fix poll(2) usage in sockets module (GH-15202) by Miss Islington (bot) · 5 years ago
  9. 9842269 bpo-37738: Fix curses addch(str, color_pair) (GH-15071) by Miss Islington (bot) · 5 years ago
  10. c61f9b5 Delete leftover clinic-generated file for C zipimport. (GH-15174) by Miss Islington (bot) · 5 years ago
  11. e8ea348 bpo-37729: gc: write stats at once (GH-15050) by Miss Islington (bot) · 5 years ago
  12. dde944f bpo-37685: Fixed comparisons of datetime.timedelta and datetime.timezone. (GH-14996) by Miss Islington (bot) · 5 years ago
  13. 462f070 bpo-37695: Correct unget_wch error message. (GH-14986) by Miss Islington (bot) · 5 years ago
  14. d8b914a bpo-37085: Expose SocketCAN bcm_msg_head flags (GH-13646) by Miss Islington (bot) · 5 years ago
  15. 9265a87 bpo-37587: Make json.loads faster for long strings (GH-14752) by Miss Islington (bot) · 5 years ago
  16. 76821ba bpo-37691: Let math.dist() accept sequences and iterables for coordinates (GH-14975) (GH-14984) by Miss Islington (bot) · 5 years ago
  17. 25cb4fd bpo-37502: handle default parameter for buffers argument of pickle.loads correctly (GH-14593) by Miss Islington (bot) · 5 years ago
  18. bb69789 [3.8] bpo-37399: Correctly attach tail text to the last element/comment/pi (GH-14856) (GH-14936) by Stefan Behnel · 5 years ago
  19. 24b5b36 [3.8] Fix typos in docs, comments and test assert messages (GH-14872). (#14900) by Kyle Stanley · 5 years ago
  20. 36101c2 closes bpo-37347: Fix refcount problem in sqlite3. (GH-14268) by Miss Islington (bot) · 5 years ago
  21. bbad695 bpo-37120: Fix _ssl get_num_tickets() (GH-14668) by Miss Islington (bot) · 5 years ago
  22. 4bc6bb9 Fix some typos (GH-14435) by Miss Islington (bot) · 5 years ago
  23. 9bd5479 Put pyexpatns.h include back. bpo-37437 (GH-14539) by Miss Islington (bot) · 5 years ago
  24. 746992c bpo-37363: Add audit events on startup for the run commands (GH-14524) by Miss Islington (bot) · 5 years ago
  25. 4c227e6 bpo-36763: Use PyConfig_Clear() (GH-14445) by Miss Islington (bot) · 5 years ago
  26. f22c4cf [3.8] bpo-37428: Don't set PHA verify flag on client side (GH-14494) by Christian Heimes · 5 years ago
  27. ffcc161 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Miss Islington (bot) · 5 years ago
  28. 68c1c39 bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) (GH-14451) by Miss Islington (bot) · 5 years ago
  29. 515a026 closes bpo-37437: Update vendorized expat to 2.2.7. (GH-14436) by Miss Islington (bot) · 5 years ago
  30. 6fbed53 closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Miss Islington (bot) · 6 years ago
  31. 04d4692 bpo-37419: Fix possible segfaults when passing large sequences to os.posix_spawn() (GH-14409) by Miss Islington (bot) · 6 years ago
  32. 63429c8 bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Miss Islington (bot) · 6 years ago
  33. d917cfe [3.8] bpo-37250: put back tp_print for backwards compatibility (GH-14193) by Jeroen Demeyer · 6 years ago
  34. 76b72f6 bpo-32627: Fix compile error when conflicting `_uuid` headers included (GH-11751) by Miss Islington (bot) · 6 years ago
  35. 8763d43 bpo-37363: Add audit events for a range of modules (GH-14301) by Miss Islington (bot) · 6 years ago
  36. 6c79477 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Steve Dower · 6 years ago
  37. 7edf8e5 Fix name of '\0'. (GH-14222) by Miss Islington (bot) · 6 years ago
  38. 3f3efed Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Miss Islington (bot) · 6 years ago
  39. 599f7ec Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125) by Miss Islington (bot) · 6 years ago
  40. 0a9baec bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) (GH-14032) by Miss Islington (bot) · 6 years ago
  41. c80183e bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Miss Islington (bot) · 6 years ago
  42. 92e836c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Miss Islington (bot) · 6 years ago
  43. 878227e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Miss Islington (bot) · 6 years ago
  44. 5b94b85 closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by Miss Islington (bot) · 6 years ago
  45. feaceaa bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) by Miss Islington (bot) · 6 years ago
  46. 22b69da bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) by Miss Islington (bot) · 6 years ago
  47. 3d03a35 [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911) by Miss Islington (bot) · 6 years ago
  48. 3576266 bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895) by Victor Stinner · 6 years ago
  49. dd492d9 [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891) by Zackery Spytz · 6 years ago
  50. 21ce245 bpo-37165: Convert _count_elements to the argument clinic (GH-13848) by Miss Islington (bot) · 6 years ago
  51. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 6 years ago
  52. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 6 years ago
  53. 78c7d52 bpo-37120: Add SSLContext.num_tickets (GH-13719) by Christian Heimes · 6 years ago
  54. e35d1ba bpo-34271: Fix compatibility with 1.0.2 (GH-13728) by Christian Heimes · 6 years ago
  55. e225beb Revert "bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714)" (GH-13780) by Victor Stinner · 6 years ago
  56. e584cbf bpo-36027 bpo-36974: Fix "incompatible pointer type" compiler warnings (GH-13758) by Petr Viktorin · 6 years ago
  57. fb9423f bpo-36974: Make tp_call=PyVectorcall_Call work for inherited types (GH-13699) by Petr Viktorin · 6 years ago
  58. 5ae299a bpo-37128: Add math.perm(). (GH-13731) by Serhiy Storchaka · 6 years ago
  59. 6a150bc bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall(). (gh-13714) by Eric Snow · 6 years ago
  60. 36dcaab Fix the error handling in bytesio_sizeof(). (GH-10459) by Zackery Spytz · 6 years ago
  61. e5f6207 bpo-34303: Micro-optimizations in functools.reduce() (GH-8598) by Sergey Fedoseev · 6 years ago
  62. 2b843ac bpo-35431: Refactor math.comb() implementation. (GH-13725) by Serhiy Storchaka · 6 years ago
  63. 4a68650 bpo-35431: Implemented math.comb (GH-11414) by Yash Aggarwal · 6 years ago
  64. 396e0a8 bpo-36818: Add PyInterpreterState.runtime field. (gh-13129) by Eric Snow · 6 years ago
  65. aac4d03 bpo-26826: Expose copy_file_range in the os module (GH-7255) by Pablo Galindo · 6 years ago
  66. 8cbb5b6 bpo-26835: Add file sealing constants to fcntl (GH-13694) by Christian Heimes · 6 years ago
  67. c7f803b bpo-36379: __ipow__ must be a ternaryfunc, not a binaryfunc (GH-13546) by Zackery Spytz · 6 years ago
  68. c7f7069 bpo-34271: Add ssl debugging helpers (GH-10031) by Christian Heimes · 6 years ago
  69. 38ab7d4 bpo-31829: Make protocol 0 pickles be loadable in text mode in Python 2. (GH-11859) by Serhiy Storchaka · 6 years ago
  70. 65fb2c0 bpo-339827: Do not swallow exceptions in the _ssl module. (GH-12756) by Serhiy Storchaka · 6 years ago
  71. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 6 years ago
  72. 98ef920 bpo-36999: Add asyncio.Task.get_coro() (GH-13680) by Alex Grönholm · 6 years ago
  73. c145f3b bpo-36974: remove _PyObject_HasFastCall (GH-13460) by Jeroen Demeyer · 6 years ago
  74. 735e8af bpo-36974: inherit the vectorcall protocol (GH-13498) by Jeroen Demeyer · 6 years ago
  75. eda385c bpo-36935: Remove usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() (GH-13355) by Zackery Spytz · 6 years ago
  76. 8f96c9f bpo-37007: Implement socket.if_nametoindex(), if_indextoname() and if_nameindex() on Windows (GH-13522) by Zackery Spytz · 6 years ago
  77. e70bfa95 bpo-26836: Add ifdefs for all MFD_HUGE* constants (GH-13666) by Zackery Spytz · 6 years ago
  78. ada319b bpo-32388: Remove cross-version binary compatibility requirement in tp_flags (GH-4944) by Antoine Pitrou · 6 years ago
  79. 43fdbd2 bpo-26836: Add os.memfd_create() (#13567) by Zackery Spytz · 6 years ago
  80. 0c2f930 bpo-22385: Support output separators in hex methods. (#13578) by Gregory P. Smith · 6 years ago
  81. aacc77f bpo-36974: implement PEP 590 (GH-13185) by Jeroen Demeyer · 6 years ago
  82. d8b7551 bpo-33164: blake2 fix for HP-UX (GH-13633) by David Carlier · 6 years ago
  83. 8b09500 bpo-37076: _thread.start_new_thread() calls _PyErr_WriteUnraisableMsg() (GH-13617) by Victor Stinner · 6 years ago
  84. 4154069 bpo-37001: Makes symtable.symtable have parity with compile for input (#13483) by Dino Viehland · 6 years ago
  85. eb65e24 bpo-36922: implement PEP-590 Py_TPFLAGS_METHOD_DESCRIPTOR (GH-13338) by Jeroen Demeyer · 6 years ago
  86. bafd4b5 bpo-29883: Asyncio proactor udp (GH-13440) by Andrew Svetlov · 6 years ago
  87. cd590a7 bpo-1230540: Add threading.excepthook() (GH-13515) by Victor Stinner · 6 years ago
  88. 02db696 bpo-32941: Add madvise() for mmap objects (GH-6172) by Zackery Spytz · 6 years ago
  89. 331a6a5 bpo-36763: Implement the PEP 587 (GH-13592) by Victor Stinner · 6 years ago
  90. 431b540 bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) by Yury Selivanov · 6 years ago
  91. 71c52e3 bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488) by Victor Stinner · 6 years ago
  92. 91f4380 bpo-36785: PEP 574 implementation (GH-7076) by Antoine Pitrou · 6 years ago
  93. 561612d bpo-37021: Port _randommodule to the argument clinic (GH-13532) by Pablo Galindo · 6 years ago
  94. 438a12d bpo-36710: Add tstate parameter in ceval.c (GH-13547) by Victor Stinner · 6 years ago
  95. b49858b bpo-37031: Fix PyOS_AfterFork_Child() (GH-13537) by Victor Stinner · 6 years ago
  96. d8613dc bpo-37031: Reuse _PyRuntime.main_thread in signalmodule.c (GH-13538) by Victor Stinner · 6 years ago
  97. 608876b bpo-23395: Fix PyErr_SetInterrupt if the SIGINT signal is ignored or not handled (GH-7778) by Matěj Cepl · 6 years ago
  98. b82e17e bpo-36842: Implement PEP 578 (GH-12613) by Steve Dower · 6 years ago
  99. 51aa35e bpo-33164: update blake2 implementation (GH-6286) by David Carlier · 6 years ago
  100. b121f63 bpo-36084: Add native thread ID (TID) to threading.Thread (GH-13463) by Jake Tesler · 6 years ago