1. 998c549 bpo-39237, datetime: Remove redundant call to round from delta_new (GH-17877) by Alex Henrie · 6 years ago
  2. 5b23f76 bpo-39239: epoll.unregister() no longer ignores EBADF (GH-17882) by Victor Stinner · 6 years ago
  3. 7dc72b8 bpo-28367: Add additional baud rates for termios (GH-13142) by Anthony Shaw · 6 years ago
  4. e02ab59 bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857) by Zackery Spytz · 6 years ago
  5. 9091398 Move comment about permanent generation to gcmodule.c (GH-17718) by Pablo Galindo · 6 years ago
  6. 0131aba bpo-38916: array.array: remove fromstring() and tostring() (GH-17487) by Victor Stinner · 6 years ago
  7. 2b7de66 bpo-38820: OpenSSL 3.0.0 compatibility. (GH-17190) by Christian Heimes · 6 years ago
  8. 969ae7a Make repr of C accelerated TaskWakeupMethWrapper the same as of pure Python version (GH-17484) by Andrew Svetlov · 6 years ago
  9. dec3672 bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491) by Batuhan Taşkaya · 6 years ago
  10. 723f71a bpo-37931: Fix crash on OSX re-initializing os.environ (GH-15428) by Benoit Hudson · 6 years ago
  11. 1f9f69d bpo-27961: Replace PY_LLONG_MAX, PY_LLONG_MIN and PY_ULLONG_MAX with standard macros (GH-15385) by Sergey Fedoseev · 6 years ago
  12. 8b78796 bpo-38965: Fix faulthandler._stack_overflow() on GCC 10 (GH-17467) by Victor Stinner · 6 years ago
  13. 7105319 bpo-38634: Allow non-apple build to cope with libedit (GH-16986) by serge-sans-paille · 6 years ago
  14. e4db1f0 closes bpo-38803: Fix leak in posixmodule. (GH-17373) by Eddie Elizondo · 6 years ago
  15. 6f03b23 bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335) by Claudiu Popa · 6 years ago
  16. d68b592 bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354) by Victor Stinner · 6 years ago
  17. 310e2d2 bpo-36854: Fix refleak in subinterpreter (GH-17331) by Victor Stinner · 6 years ago
  18. e5d1f73 bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216) by Brandt Bucher · 6 years ago
  19. fff7bbf bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) by Victor Stinner · 6 years ago
  20. 4dedd0f bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) by Victor Stinner · 6 years ago
  21. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 6 years ago
  22. 67e0de6 bpo-36854: gcmodule.c gets its state from tstate (GH-17285) by Victor Stinner · 6 years ago
  23. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 6 years ago
  24. d51a363 bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Brandt Bucher · 6 years ago
  25. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 6 years ago
  26. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 6 years ago
  27. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 6 years ago
  28. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 6 years ago
  29. 2e96906 bpo-36710: Pass tstate parameter to GC collect() (GH-17267) by Victor Stinner · 6 years ago
  30. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 6 years ago
  31. ac22354 bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Brandt Bucher · 6 years ago
  32. 54b32c9 bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236) by Brandt Bucher · 6 years ago
  33. 79e18ec Clean up module initialization. (GH-17215) by Brandt Bucher · 6 years ago
  34. b028f58 Minor fixes to the formatting of the notes of Modules/gcmodule.c (GH-17247) by Pablo Galindo · 6 years ago
  35. dcf1f83 bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single argument (GH-17243) by Steve Dower · 6 years ago
  36. 00923c6 bpo-38622: Add missing audit events for ctypes module (GH-17158) by Steve Dower · 6 years ago
  37. 476e76f Revert "remove a strange non-ASCII character in _iomodule.c" (GH-17240) by Tal Einat · 6 years ago
  38. bcc1cc5 remove a strange non-ASCII character in _iomodule.c (GH-17239) by Tal Einat · 6 years ago
  39. bc7d3aa bpo-38631: Avoid Py_FatalError() in _multibytecodec init (GH-17233) by Victor Stinner · 6 years ago
  40. 289cf0f bpo-38823: Clean up refleaks in _tkinter initialization. (GH-17206) by Brandt Bucher · 6 years ago
  41. 2bc3434 bpo-36589: Fix the error handling in curses.update_lines_cols(). (GH-12766) by Zackery Spytz · 6 years ago
  42. 143a97f bpo-38823: Clean up refleaks in _contextvars initialization. (GH-17198) by Brandt Bucher · 6 years ago
  43. c3f6bdc bpo-38823: Clean up refleaks in _asyncio initialization. (GH-17195) by Brandt Bucher · 6 years ago
  44. 5fd5cb8 bpo-38639: Optimize floor(), ceil() and trunc() for floats. (GH-16991) by Serhiy Storchaka · 6 years ago
  45. b44ffc8 bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Marco Paolini · 6 years ago
  46. dad6be5 bpo-38785: Prevent asyncio from crashing (GH-17144) by Andrew Svetlov · 6 years ago
  47. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 6 years ago
  48. 1062715 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) by Vinay Sajip · 6 years ago
  49. af46450 Minor readability improvement for argument handling in itertools.repeat() (GH-17101) by Raymond Hettinger · 6 years ago
  50. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 6 years ago
  51. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 6 years ago
  52. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 6 years ago
  53. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 6 years ago
  54. fbbfcce _json.c: use Py_UNUSED() macro (GH-17053) by Victor Stinner · 6 years ago
  55. 6552563 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) by Alexandru Ardelean · 6 years ago
  56. d9d3993 Years overdue, explain why unreachable objects are moved. (GH-17030) by Tim Peters · 6 years ago
  57. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 6 years ago
  58. 79d4ed1 bpo-16575: Add checks for unions passed by value to functions. (GH-16799) by Vinay Sajip · 6 years ago
  59. 1d8da61 bpo-38631: Avoid Py_FatalError() in readline (GH-16998) by Victor Stinner · 6 years ago
  60. 0078a0c Permutations Python code equivalent in comment was invalid for Python 3 (GH-16927) by Sergey · 6 years ago
  61. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 6 years ago
  62. 3bfc8e0 bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) by Dong-hee Na · 6 years ago
  63. b6f5b9d Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) by Sergey Fedoseev · 6 years ago
  64. f548a3e bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) by Tyler Kieft · 6 years ago
  65. 1e73945 visit_reachable: replace release-mode test with an assert. (GH-16866) by Tim Peters · 6 years ago
  66. 2eba6ad bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) by Dong-hee Na · 6 years ago
  67. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 6 years ago
  68. 06cd5b6 bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746) by Hai Shi · 6 years ago
  69. ea55c51 validate_list: make flags argument impossible to spell wrongly. (GH-16843) by Tim Peters · 6 years ago
  70. fbe3c76 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Steve Dower · 6 years ago
  71. d8ca235 bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) by Taine Zhao · 6 years ago
  72. 9c11029 bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591) by Inada Naoki · 6 years ago
  73. 392a13b bpo-38006: Add unit test for weakref clear bug (GH-16788) by Neil Schemenauer · 6 years ago
  74. 8d59eb1 bpo-37961, tracemalloc: add Traceback.total_nframe (GH-15545) by Julien Danjou · 6 years ago
  75. 0b60f64 bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347) by Vinay Sajip · 6 years ago
  76. 95bfc8a Misc gc code & comment cleanups. (GH-16752) by Tim Peters · 6 years ago
  77. 466326d bpo-38379: Don't block collection of unreachable objects when some objects resurrect (GH-16687) by Pablo Galindo · 6 years ago
  78. 140a7d1 bpo-38378: Rename parameters "out" and "in" of os.sendfile(). (GH-16742) by Serhiy Storchaka · 6 years ago
  79. 27b33fb bpo-38282: Correctly manage the Bluetooth L2CAP socket structure in FreeBSD (GH-16738) by Pablo Galindo · 6 years ago
  80. f3751ef bpo-38417: Add umask support to subprocess (GH-16726) by Gregory P. Smith · 6 years ago
  81. 8177404 bpo-37731: Reorder includes in xmltok.c to avoid redefinition of _POSIX_C_SOURCE (GH-16733) by Pablo Galindo · 6 years ago
  82. 320dd50 bpo-38437: Activate GC_DEBUG when PY_DEBUG is set (GH-16707) by Pablo Galindo · 6 years ago
  83. d565fb9 bpo-38282: Rewrite getsockaddrarg() helper function (GH-16698) by Victor Stinner · 6 years ago
  84. b6e0fc7 bpo-38353: Fix typos in calculate_argv0_path_framework() (GH-16695) by Victor Stinner · 6 years ago
  85. a544773 bpo-38392: Only declare visit_validate() if Py_DEBUG is defined (GH-16689) by Victor Stinner · 6 years ago
  86. ecbf35f bpo-38379: don't claim objects are collected when they aren't (#16658) by Tim Peters · 6 years ago
  87. 594e2ed closes bpo-36161: Use thread-safe ttyname_r instead of ttyname. (GH-14868) by Antonio Gutierrez · 6 years ago
  88. e8bedbd bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-16589) by Vinay Sajip · 6 years ago
  89. d05b000 bpo-38371: Tkinter: deprecate the split() method. (GH-16584) by Serhiy Storchaka · 6 years ago
  90. 0d3fe8a closes bpo-38402: Check error of primitive crypt/crypt_r. (GH-16599) by Antonio Gutierrez · 6 years ago
  91. 4d5f94b bpo-38070: Enhance visit_decref() debug trace (GH-16631) by Victor Stinner · 6 years ago
  92. 1b18455 bpo-38392: PyObject_GC_Track() validates object in debug mode (GH-16615) by Victor Stinner · 6 years ago
  93. 6876257 bpo-36389: _PyObject_CheckConsistency() available in release mode (GH-16612) by Victor Stinner · 6 years ago
  94. 321def8 bpo-36356: Fix memory leak in _asynciomodule.c (GH-16598) by Ben Harper · 6 years ago
  95. 303475e Fix a compile warning in selectmodule.c. (GH-16617) by Xiang Zhang · 6 years ago
  96. b96145a bpo-38353: Simplify calculate_pybuilddir() (GH-16614) by Victor Stinner · 6 years ago
  97. c02b41b bpo-38353: getpath.c: allocates strings on the heap (GH-16585) by Victor Stinner · 6 years ago
  98. abd7cd8 bpo-38353: getpath.c uses dynamically allocated strings (GH-16582) by Victor Stinner · 6 years ago
  99. 06cb94b bpo-13153: Use OS native encoding for converting between Python and Tcl. (GH-16545) by Serhiy Storchaka · 6 years ago
  100. f0c8579 bpo-38353: Rework ismodule() in getpath.c (GH-16574) by Victor Stinner · 6 years ago