1. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 4 years, 10 months ago
  2. 7f46049 bpo-38382: Document the early-out behavior for a zero (GH-17037) by Raymond Hettinger · 4 years, 10 months ago
  3. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 4 years, 10 months ago
  4. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 4 years, 10 months ago
  5. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 4 years, 10 months ago
  6. 56698d5 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Ammar Askar · 4 years, 10 months ago
  7. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 4 years, 10 months ago
  8. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 4 years, 10 months ago
  9. 5e01a65 Update interpreter.rst (GH-17059) by Jules Lasne (jlasne) · 4 years, 10 months ago
  10. fbbfcce _json.c: use Py_UNUSED() macro (GH-17053) by Victor Stinner · 4 years, 10 months ago
  11. 62161ce closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Benjamin Peterson · 4 years, 10 months ago
  12. 25fa3ec Fix a typo in wave module docstring (GH-17009) by Michael Haas · 4 years, 10 months ago
  13. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 4 years, 10 months ago
  14. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 4 years, 10 months ago
  15. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 4 years, 10 months ago
  16. 6552563 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) by Alexandru Ardelean · 4 years, 10 months ago
  17. 1cdadf4 bpo-37759: Show output from var_access_benchmark (GH-17040) by Raymond Hettinger · 4 years, 10 months ago
  18. d0e0f5b bpo-38388: Document pickle protocol version 5 (GH-16639) by Dima Tisnek · 4 years, 10 months ago
  19. 99b7701 Convert argument to snake_case (GH-16990) by Борис Верховский · 4 years, 10 months ago
  20. d9d3993 Years overdue, explain why unreachable objects are moved. (GH-17030) by Tim Peters · 4 years, 10 months ago
  21. 8d4fef4 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Ram Rachum · 4 years, 10 months ago
  22. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 4 years, 10 months ago
  23. 9bc94ec bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) by Petr Viktorin · 4 years, 10 months ago
  24. 112f2b8 Update the URL for the requests package (GH-17006) by Simon Legner · 4 years, 11 months ago
  25. 65c7382 Add docstring for shlex.split (GH-16740) by MaT1g3R · 4 years, 11 months ago
  26. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 4 years, 11 months ago
  27. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 4 years, 11 months ago
  28. 79d4ed1 bpo-16575: Add checks for unions passed by value to functions. (GH-16799) by Vinay Sajip · 4 years, 11 months ago
  29. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 4 years, 11 months ago
  30. e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 4 years, 11 months ago
  31. 1d8da61 bpo-38631: Avoid Py_FatalError() in readline (GH-16998) by Victor Stinner · 4 years, 11 months ago
  32. a4ed6ed bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) by Victor Stinner · 4 years, 11 months ago
  33. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 4 years, 11 months ago
  34. 24c6258 bpo-38614: Add timeout constants to test.support (GH-16964) by Victor Stinner · 4 years, 11 months ago
  35. 865c3b2 bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) by Serhiy Storchaka · 4 years, 11 months ago
  36. 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 4 years, 11 months ago
  37. da6ce58 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Daniel Hillier · 4 years, 11 months ago
  38. 4c155f7 bpo-38336: Remove the __set__ method restriction on data descriptors for attribute lookup precedence (GH-16520) by Géry Ogam · 4 years, 11 months ago
  39. 0078a0c Permutations Python code equivalent in comment was invalid for Python 3 (GH-16927) by Sergey · 4 years, 11 months ago
  40. 3c88199 bpo-38626: Add comment explaining why __lt__ is used. (GH-16978) by Raymond Hettinger · 4 years, 11 months ago
  41. 457306b Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) by Kyle Stanley · 4 years, 11 months ago
  42. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 4 years, 11 months ago
  43. 0ac6137 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Steve Dower · 4 years, 11 months ago
  44. 794616f bpo-38534: Replace wrong KB number references (GH-16955) by benedwards14 · 4 years, 11 months ago
  45. edb172a bpo-38519: Internal include files missing on Windows (GH-16921) by Zackery Spytz · 4 years, 11 months ago
  46. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 4 years, 11 months ago
  47. 3bfc8e0 bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) by Dong-hee Na · 4 years, 11 months ago
  48. 85c6f8c bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) by Marco Rougeth · 4 years, 11 months ago
  49. 5c32af7 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Serhiy Storchaka · 4 years, 11 months ago
  50. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 4 years, 11 months ago
  51. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 4 years, 11 months ago
  52. e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 4 years, 11 months ago
  53. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 4 years, 11 months ago
  54. d898d20 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Serhiy Storchaka · 4 years, 11 months ago
  55. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 4 years, 11 months ago
  56. cb2cf06 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Ammar Askar · 4 years, 11 months ago
  57. 7320ec0 Fix typo in formatter_unicode (GH-16831) by Hansraj Das · 4 years, 11 months ago
  58. 96b06ae bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Zsolt Dollenstein · 4 years, 11 months ago
  59. 3bbb6db Add missing asyncio changes from 3.8 whatsnew (GH-16911) by Kyle Stanley · 4 years, 11 months ago
  60. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 4 years, 11 months ago
  61. 01659ca Update URL in macOS installer copy of license (GH-16905) by Ned Deily · 4 years, 11 months ago
  62. 1b53a24 bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Victor Stinner · 4 years, 11 months ago
  63. 2e3d873 bpo-38555: Fix an undefined behavior. (GH-16883) by Serhiy Storchaka · 4 years, 11 months ago
  64. d34ac30 Spell Bitbucket correctly. (GH-16862) by Peter Bittner · 4 years, 11 months ago
  65. b6f5b9d Replace _pysqlite_long_from_int64() with PyLong_FromLongLong() (GH-16882) by Sergey Fedoseev · 4 years, 11 months ago
  66. ea6041c bpo-38539: Finish rename of ss1.py to spreadsheet.py (GH-16896) by Raymond Hettinger · 4 years, 11 months ago
  67. a4aeb33 bpo-38539: Update demo files (GH-16890) by Julin S · 4 years, 11 months ago
  68. 20bf8e0 bpo-38419: fix "check-c-globals" path (GH-16680) by AMIR · 4 years, 11 months ago
  69. 91528f4 bpo-38466: Fix threading.excepthook doc (GH-16891) by Daniel Baskal · 4 years, 11 months ago
  70. 028f734 bpo-37415: Fix stdatomic.h header check for ICC compiler (GH-16717) by Victor Stinner · 4 years, 11 months ago
  71. c987090 Bump Sphinx to 2.2.0. (GH-16532) by Julien Palard · 4 years, 11 months ago
  72. f548a3e bpo-38303: Make audioop extension module PEP-384 compatible (GH-16497) by Tyler Kieft · 4 years, 11 months ago
  73. dfe726b Fix Zope URL (GH-16880) by Kyle Stanley · 4 years, 11 months ago
  74. 10ecbad bpo-31202: Preserve case of literal parts in Path.glob() on Windows. (GH-16860) by Serhiy Storchaka · 5 years ago
  75. 1e73945 visit_reachable: replace release-mode test with an assert. (GH-16866) by Tim Peters · 5 years ago
  76. 5bc6a7c bpo-38540: Fix possible leak in PyArg_Parse for "es#" and "et#". (GH-16869) by Serhiy Storchaka · 5 years ago
  77. 2eba6ad bpo-38493: Add os.CLD_KILLED and os.CLD_STOPPED. (GH-16821) by Dong-hee Na · 5 years ago
  78. a9ed91e bpo-27961: Replace PY_LONG_LONG with long long. (GH-15386) by Sergey Fedoseev · 5 years ago
  79. 919f0bc bpo-38208: Simplify string.Template by using __init_subclass__(). (GH-16256) by Serhiy Storchaka · 5 years ago
  80. 06cd5b6 bpo-38465: Convert the type of exports counters to Py_ssize_t. (GH-16746) by Hai Shi · 5 years ago
  81. 7414207 bpo-38531: document extend action's added version (GH-16865) by Batuhan Taşkaya · 5 years ago
  82. c93883c bpo-37759: More updates to Whatsnew 3.8 (GH-16854) by Raymond Hettinger · 5 years ago
  83. 58ccd20 bpo-36321: Fix misspelled attribute name in namedtuple() (GH-16858) by Raymond Hettinger · 5 years ago
  84. 24dc2f8 bpo-38525: Fix a segmentation fault when using reverse iterators of empty dict (GH-16846) by Dong-hee Na · 5 years ago
  85. 88eeda6 Remove doc reference to unmaitained Nose package (GH-16849) by Jon Dufresne · 5 years ago
  86. e4c431e bpo-36876: Re-organize the c-analyzer tool code. (gh-16841) by Eric Snow · 5 years ago
  87. ea55c51 validate_list: make flags argument impossible to spell wrongly. (GH-16843) by Tim Peters · 5 years ago
  88. 5eabec0 bpo-38521: Fix error in NormalDist.__eq__() (GH-16840) by Raymond Hettinger · 5 years ago
  89. ecb035c bpo-38502: regrtest uses process groups if available (GH-16829) by Victor Stinner · 5 years ago
  90. 5a88d50 bpo-27657: Fix urlparse() with numeric paths (#661) by Tim Graham · 5 years ago
  91. fbe3c76 bpo-38418: Fixes audit event for os.system to be named 'os.system' (GH-16670) by Steve Dower · 5 years ago
  92. b1fa72a Fix minor typos in What's New in Python 3.8. (GH-16770) by Jero Bado · 5 years ago
  93. 93b81e1 Doc: Add missing entry for functools.cached_property (GH-16803) by Stéphane Wirtel · 5 years ago
  94. f33c57d5 bpo-33604: Raise TypeError on missing hmac arg. (GH-16805) by Gregory P. Smith · 5 years ago
  95. d8ca235 bpo-34953: Implement `mmap.mmap.__repr__` (GH-9891) by Taine Zhao · 5 years ago
  96. 9c11029 bpo-37587: json: Use _PyUnicodeWriter when scanning string. (GH-15591) by Inada Naoki · 5 years ago
  97. a661392 bpo-37531: regrtest now catchs ProcessLookupError (GH-16827) by Victor Stinner · 5 years ago
  98. 7aebbd1 bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) by Steve Dower · 5 years ago
  99. 392a13b bpo-38006: Add unit test for weakref clear bug (GH-16788) by Neil Schemenauer · 5 years ago
  100. fab4ef2 bpo-35998: Fix test_asyncio.test_start_tls_server_1() (GH-16815) by Victor Stinner · 5 years ago