1. 73cdb0c bpo-38816: Add notes in the C-API docs about fork in subinterpreters. (GH-17176) by Eric Snow · 4 years, 11 months ago
  2. abde52c bpo-38453: Ensure ntpath.realpath correctly resolves relative paths (GH-16967) by Steve Dower · 4 years, 11 months ago
  3. b220300 bpo-38778: Document that os.fork is not allowed in subinterpreters (GH-17123) by Phil Connell · 4 years, 11 months ago
  4. e8acc86 bpo-38351: Modernize email examples from %-formatting to f-strings (GH-17162) by Andrey Doroschenko · 4 years, 11 months ago
  5. b44ffc8 bpo-38677: Fix arraymodule error handling in module initialization. (GH-17039) by Marco Paolini · 4 years, 11 months ago
  6. 57d3ab8 Add .pytest_cache to .gitignore (GH-16595) by Brandt Bucher · 4 years, 11 months ago
  7. 3f8cebd bpo-38692: Add asyncio.PidfdChildWatcher to __all__ (GH-17161) by Kyle Stanley · 4 years, 11 months ago
  8. 4d231bc bpo-38644: Add _PyObject_Call() (GH-17089) by Victor Stinner · 4 years, 11 months ago
  9. b9e6812 bpo-38644: Add _PyEval_EvalFrame() with tstate (GH-17131) by Victor Stinner · 4 years, 11 months ago
  10. 3ccdd9b closes bpo-38692: Add a pidfd child process watcher to asyncio. (GH-17069) by Benjamin Peterson · 4 years, 11 months ago
  11. dad6be5 bpo-38785: Prevent asyncio from crashing (GH-17144) by Andrew Svetlov · 4 years, 11 months ago
  12. 61289d4 bpo-38786: Add parsing of https links to pydoc (GH-17143) by Kirill · 4 years, 11 months ago
  13. d89cea1 bpo-38781: Clear buffer in MemoryHandler flush (GH-17132) by Daniel Andersson · 4 years, 11 months ago
  14. 9c28449 bpo-4630: Add cursor no-blink option for IDLE (GH-16960) by Zackery Spytz · 4 years, 11 months ago
  15. 2d56af7 Fix minor typos. (GH-17095) by Shu · 4 years, 11 months ago
  16. d6d6e2a Add Ilya Kulakov to Misc/ACKS. (GH-17130) by Ilya Kulakov · 4 years, 11 months ago
  17. 74fa9f7 closes bpo-27805: Ignore ESPIPE in initializing seek of append-mode files. (GH-17112) by Benjamin Peterson · 4 years, 11 months ago
  18. d593881 bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127) by jsnklln · 4 years, 11 months ago
  19. 138ccbb bpo-38738: Fix formatting of True and False. (GH-17083) by Serhiy Storchaka · 5 years ago
  20. 9a13a38 bpo-36974: expand call protocol documentation (GH-13844) by Jeroen Demeyer · 5 years ago
  21. a12255d bpo-38421: Update email.utils documentation (GH-16678) by David K · 5 years ago
  22. 1062715 bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097) by Vinay Sajip · 5 years ago
  23. c8b53dc bpo-26353: IDLE adds an unneeded newline when saving a shell window (GH-17103) by Zackery Spytz · 5 years ago
  24. 733b9a3 bpo-38385: Fix iterator/iterable terminology in statistics docs (GH-17111) by Raymond Hettinger · 5 years ago
  25. 051ff52 bpo-38565: add new cache_parameters method for lru_cache (GH-16916) by Manjusaka · 5 years ago
  26. 98480ce bpo-38771: Explict test for None in code example (GH-17108) by Jonathan Scholbach · 5 years ago
  27. a0ed99b bpo-38438: Simplify argparse "star nargs" usage. (GH-17106) by Brandt Bucher · 5 years ago
  28. 84ac437 bpo-38761: Register WeakSet as a MutableSet (GH-17104) by Raymond Hettinger · 5 years ago
  29. af46450 Minor readability improvement for argument handling in itertools.repeat() (GH-17101) by Raymond Hettinger · 5 years ago
  30. e27449d bpo-38635: Simplify decoding the ZIP64 extra field and make it tolerant to extra data. (GH-16988) by Serhiy Storchaka · 5 years ago
  31. fc6b1bf Clarify amount of dots between package and subpackage (GH-17092) by Shu · 5 years ago
  32. 7e43373 bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052) by Victor Stinner · 5 years ago
  33. befa032 bpo-22367: Add tests for fcntl.lockf(). (GH-17010) by Dong-hee Na · 5 years ago
  34. 6cbc84f bpo-38613: Optimize set operations of dict keys. (GH-16961) by Inada Naoki · 5 years ago
  35. d12d0e7 bpo-38733: PyErr_Occurred() caller must hold the GIL (GH-17080) by Victor Stinner · 5 years ago
  36. 991b02d update a deprecated assert in logging tests (GH-17079) by l0rb · 5 years ago
  37. 9def81a bpo-36876: Moved Parser/listnode.c statics to interpreter state. (GH-16328) by Vinay Sajip · 5 years ago
  38. 7f46049 bpo-38382: Document the early-out behavior for a zero (GH-17037) by Raymond Hettinger · 5 years ago
  39. 519cb87 bpo-38716: stop rotating handlers from setting inherited namer and rotator to None (GH-17072) by l0rb · 5 years ago
  40. 5c0c325 closes bpo-38713: Expose P_PIDFD in os if it's defined. (GH-17071) by Benjamin Peterson · 5 years ago
  41. 6c4c45e bpo-38692: Add os.pidfd_open. (GH-17063) by Benjamin Peterson · 5 years ago
  42. 56698d5 bpo-38696: Fix usage example of HTTPStatus (GH-17066) by Ammar Askar · 5 years ago
  43. bf17d41 bpo-37645: add new function _PyObject_FunctionStr() (GH-14890) by Jeroen Demeyer · 5 years ago
  44. b396663 bpo-35381 Remove all static state from posixmodule (GH-15892) by Eddie Elizondo · 5 years ago
  45. 5e01a65 Update interpreter.rst (GH-17059) by Jules Lasne (jlasne) · 5 years ago
  46. fbbfcce _json.c: use Py_UNUSED() macro (GH-17053) by Victor Stinner · 5 years ago
  47. 62161ce closes bpo-37633: Reëxport some function compatibility wrappers for macros in ``pythonrun.h``. (GH-17056) by Benjamin Peterson · 5 years ago
  48. 25fa3ec Fix a typo in wave module docstring (GH-17009) by Michael Haas · 5 years ago
  49. 1726909 bpo-38644: Pass tstate to _Py_CheckFunctionResult() (GH-17050) by Victor Stinner · 5 years ago
  50. be434dc bpo-38644: Pass tstate to Py_EnterRecursiveCall() (GH-16997) by Victor Stinner · 5 years ago
  51. f4b1e3d bpo-38644: Add Py_EnterRecursiveCall() to the limited API (GH-17046) by Victor Stinner · 5 years ago
  52. 6552563 bpo-38684: haslib: fix build when Blake2 not enabled in OpenSSL (#17043) by Alexandru Ardelean · 5 years ago
  53. 1cdadf4 bpo-37759: Show output from var_access_benchmark (GH-17040) by Raymond Hettinger · 5 years ago
  54. d0e0f5b bpo-38388: Document pickle protocol version 5 (GH-16639) by Dima Tisnek · 5 years ago
  55. 99b7701 Convert argument to snake_case (GH-16990) by Борис Верховский · 5 years ago
  56. d9d3993 Years overdue, explain why unreachable objects are moved. (GH-17030) by Tim Peters · 5 years ago
  57. 8d4fef4 bpo-38422: Clarify docstrings of pathlib suffix(es) (GH-16679) by Ram Rachum · 5 years ago
  58. d0d9f7c Slightly improve plistlib test coverage. (GH-17025) by Jon Janzen · 5 years ago
  59. 9bc94ec bpo-38159: Clarify documentation of PyState_AddModule (GH-16101) by Petr Viktorin · 5 years ago
  60. 112f2b8 Update the URL for the requests package (GH-17006) by Simon Legner · 5 years ago
  61. 65c7382 Add docstring for shlex.split (GH-16740) by MaT1g3R · 5 years ago
  62. b32cb97 bpo-38312: Add curses.{get,set}_escdelay and curses.{get,set}_tabsize. (GH-16938) by Anthony Sottile · 5 years ago
  63. b15100f bpo-38586: setting logging.Handler .name property in fileConfig (GH-16918) by Lucas Cimon · 5 years ago
  64. 79d4ed1 bpo-16575: Add checks for unions passed by value to functions. (GH-16799) by Vinay Sajip · 5 years ago
  65. bdac32e closes bpo-38648: Remove double tp_free slot in Python-ast.c. (GH-17002) by Max Bernstein · 5 years ago
  66. e835b31 bpo-38600: NULL -> ``NULL``. (GH-17001) by Serhiy Storchaka · 5 years ago
  67. 1d8da61 bpo-38631: Avoid Py_FatalError() in readline (GH-16998) by Victor Stinner · 5 years ago
  68. a4ed6ed bpo-38614: Increase asyncio test_communicate() timeout (GH-16995) by Victor Stinner · 5 years ago
  69. 6c3e66a bpo-38640: Allow break and continue in always false while loops (GH-16992) by Pablo Galindo · 5 years ago
  70. 24c6258 bpo-38614: Add timeout constants to test.support (GH-16964) by Victor Stinner · 5 years ago
  71. 865c3b2 bpo-28029: Make "".replace("", s, n) returning s for any n != 0. (GH-16981) by Serhiy Storchaka · 5 years ago
  72. 25fc088 bpo-38600: Change the mark up of NULL in the C API documentation. (GH-16950) by Serhiy Storchaka · 5 years ago
  73. da6ce58 bpo-36993: Improve error reporting for zipfiles with bad zip64 extra data. (GH-14656) by Daniel Hillier · 5 years ago
  74. 4c155f7 bpo-38336: Remove the __set__ method restriction on data descriptors for attribute lookup precedence (GH-16520) by Géry Ogam · 5 years ago
  75. 0078a0c Permutations Python code equivalent in comment was invalid for Python 3 (GH-16927) by Sergey · 5 years ago
  76. 3c88199 bpo-38626: Add comment explaining why __lt__ is used. (GH-16978) by Raymond Hettinger · 5 years ago
  77. 457306b Fix asyncio.wait() 3.8 whatsnew entry (GH-16975) by Kyle Stanley · 5 years ago
  78. ae7aa42 Remove code commented for more than 10 years (GH-16965) by Victor Stinner · 5 years ago
  79. 0ac6137 bpo-38589: Fixes HTML Help shortcut when Windows is not installed to C drive (GH-16968) by Steve Dower · 5 years ago
  80. 794616f bpo-38534: Replace wrong KB number references (GH-16955) by benedwards14 · 5 years ago
  81. edb172a bpo-38519: Internal include files missing on Windows (GH-16921) by Zackery Spytz · 5 years ago
  82. e471e72 bpo-37330: open() no longer accept 'U' in file mode (GH-16959) by Victor Stinner · 5 years ago
  83. 3bfc8e0 bpo-38602: Add fcntl.F_OFD_XXXX for fcntlmodule (GH-16956) by Dong-hee Na · 5 years ago
  84. 85c6f8c bpo-38592 Add pt-br switcher to Python Docs website (GH-16924) by Marco Rougeth · 5 years ago
  85. 5c32af7 bpo-38334: Fix seeking backward on an encrypted zipfile.ZipExtFile. (GH-16937) by Serhiy Storchaka · 5 years ago
  86. a8fb932 bpo-37309: First idlelib/NEWS.txt for 3.9.0 (GH-16947) by Terry Jan Reedy · 5 years ago
  87. e31a79a bpo-34162: Last idlelib/NEWS.txt items for 3.8.0. (GH-16943) by Terry Jan Reedy · 5 years ago
  88. e3f90b2 bpo-38598: Do not try to compile IDLE shell or output windows (GH-16939) by Terry Jan Reedy · 5 years ago
  89. 894e30c bpo-38434: Fixes some audit event documentation (GH-16932) by Steve Dower · 5 years ago
  90. d898d20 bpo-38557: Improve documentation for list and tuple C API. (GH-16925) by Serhiy Storchaka · 5 years ago
  91. 26ae9f6 bpo-38535: Fix positions for AST nodes for calls without arguments in decorators. (GH-16861) by Serhiy Storchaka · 5 years ago
  92. cb2cf06 bpo-38558: Mention `:=` in conditions tutorial (GH-16919) by Ammar Askar · 5 years ago
  93. 7320ec0 Fix typo in formatter_unicode (GH-16831) by Hansraj Das · 5 years ago
  94. 96b06ae bpo-33348: parse expressions after * and ** in lib2to3 (GH-6586) by Zsolt Dollenstein · 5 years ago
  95. 3bbb6db Add missing asyncio changes from 3.8 whatsnew (GH-16911) by Kyle Stanley · 5 years ago
  96. a01ba33 bpo-30618: add readlink to pathlib.Path (GH-8285) by Girts · 5 years ago
  97. 01659ca Update URL in macOS installer copy of license (GH-16905) by Ned Deily · 5 years ago
  98. 1b53a24 bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread (GH-16901) by Victor Stinner · 5 years ago
  99. 2e3d873 bpo-38555: Fix an undefined behavior. (GH-16883) by Serhiy Storchaka · 5 years ago
  100. d34ac30 Spell Bitbucket correctly. (GH-16862) by Peter Bittner · 5 years ago