1. 8943318 bpo-38270: Fix indentation of test_hmac assertions (GH-17446) by stratakis · 6 years ago
  2. a62ad47 bpo-38945: UU Encoding: Don't let newline in filename corrupt the output format (#17418) by Matthew Rollings · 6 years ago
  3. 016b028 Fix compiler warning in Objects/unicodeobject.c (GH-17440) by Pablo Galindo · 6 years ago
  4. 34864d1 bpo-38815: Accept TLSv3 default in min max test (GH-NNNN) (GH-17437) by torsava · 6 years ago
  5. 2fe4c48 bpo-38449: Add URL delimiters test cases (#16729) by Dong-hee Na · 6 years ago
  6. fdafa1d document threading.Lock.locked() (GH-17427) by idomic · 6 years ago
  7. 575d0b4 Fix typos (GH-17423) by Ofek Lev · 6 years ago
  8. 8d62df6 bpo-37523: Raise ValueError for I/O operations on a closed zipfile.ZipExtFile. (GH-14658) by Daniel Hillier · 6 years ago
  9. 1df65f7 Fix old mention of virtualenv (GH-17417) by Brett Cannon · 6 years ago
  10. bea33f5 bpo-38920: Add audit hooks for when sys.excepthook and sys.unraisable hooks are invoked (GH-17392) by Steve Dower · 6 years ago
  11. 02519f7 bpo-38524: clarify example a bit and improve formatting (GH-17406) by Tal Einat · 6 years ago
  12. d9aa216 bpo-38927: Use python -m pip to upgrade venv deps (GH-17403) by Tzu-ping Chung · 6 years ago
  13. 045d4e2 bpo-38928: Fix versionadded for venv's upgrade_deps function (GH-17404) by Tzu-ping Chung · 6 years ago
  14. ea9835c bpo-26730: Fix SpooledTemporaryFile data corruption (GH-17400) by Inada Naoki · 6 years ago
  15. 1bddf89 bpo-38524: document implicit and explicit calling of descriptors' __set_name__ (GH-17364) by Florian Dahlitz · 6 years ago
  16. ce4b7a2 Show the differing module names for readlink() (GH-17395) by Yoni Lavi · 6 years ago
  17. 1ef4c32 Be more specific about the `.so` gitignore patterns (GH-17328) by Anthony Sottile · 6 years ago
  18. 9bbcbc9 bpo-38688, shutil.copytree: consume iterator and create list of entries to prevent infinite recursion (GH-17098) by Bruno P. Kinoshita · 6 years ago
  19. c7c01ab bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394) by Steve Dower · 6 years ago
  20. 0b41a92 bpo-38045: Improve the performance of _decompose() in enum.py (GH-16483) by HongWeipeng · 6 years ago
  21. e563a15 bpo-38892: Improve docs for audit event (GH-17361) by Terry Jan Reedy · 6 years ago
  22. bc441ed bpo-22377: Fixes documentation for %Z in datetime (GH-16507) by Karl Dubost · 6 years ago
  23. 036fe85 bpo-27145: small_ints[x] could be returned in long_add and long_sub (GH-15716) by HongWeipeng · 6 years ago
  24. 386d00c Remove use of deprecated `array.fromstring` method (GH-17332) by David Coles · 6 years ago
  25. 6dd9b64 bpo-38328: Speed up the creation time of constant list and set display. (GH-17114) by Brandt Bucher · 6 years ago
  26. e4db1f0 closes bpo-38803: Fix leak in posixmodule. (GH-17373) by Eddie Elizondo · 6 years ago
  27. f8a6316 bpo-21063: Improve module synopsis for distutils (GH-17363) by Sanchit Khurana · 6 years ago
  28. c6a7bdb bpo-20928: support base-URL and recursive includes in etree.ElementInclude (#5723) by Stefan Behnel · 6 years ago
  29. ded8888 bpo-38870: Remove dependency on contextlib to avoid performance regression on import (GH-17376) by Pablo Galindo · 6 years ago
  30. e11f25d Fix typo in Doc/whatsnew/3.9.rst (GH-17372) by Pablo Galindo · 6 years ago
  31. 27fc3b6 bpo-38870: Expose a function to unparse an ast object in the ast module (GH-17302) by Pablo Galindo · 6 years ago
  32. 6bf644e bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) by Terry Jan Reedy · 6 years ago
  33. 6f03b23 bpo-38876: Raise pickle.UnpicklingError when loading an item from memo for invalid input (GH-17335) by Claudiu Popa · 6 years ago
  34. e407646 Remove unnecessary variable definition (GH-17368) by Batuhan Taşkaya · 6 years ago
  35. 665ad3d Better runtime TypedDict (GH-17214) by Zac Hatfield-Dodds · 6 years ago
  36. 041d8b4 bpo-38881: choices() raises ValueError when all weights are zero (GH-17362) by Raymond Hettinger · 6 years ago
  37. 84b1ff6 bpo-38899: virtual environment activation for fish should use `source` (GH-17359) by Brett Cannon · 6 years ago
  38. d68b592 bpo-38896: Remove PyUnicode_ClearFreeList() function (GH-17354) by Victor Stinner · 6 years ago
  39. 14a89c4 bpo-38686: fix HTTP Digest handling in request.py (#17045) by PypeBros · 6 years ago
  40. 3ae38cc Update CODEOWNERS (#17356) by Ethan Furman · 6 years ago
  41. 2ec1a1b bpo-38858: new_interpreter() uses pycore_init_import_warnings() (GH-17353) by Victor Stinner · 6 years ago
  42. 2582d46 bpo-38858: new_interpreter() reuses pycore_init_builtins() (GH-17351) by Victor Stinner · 6 years ago
  43. 82c83bd bpo-38858: _PyImport_FixupExtensionObject() handles subinterpreters (GH-17350) by Victor Stinner · 6 years ago
  44. 42bc60e closes bpo-29275: Remove Y2K reference from time module docs (GH-17321) by Callum Ward · 6 years ago
  45. b005136 bpo-38858: Add init_interp_main() subfunction (GH-17347) by Victor Stinner · 6 years ago
  46. e0c9ab8 bpo-38858: Add init_set_builtins_open() subfunction (GH-17346) by Victor Stinner · 6 years ago
  47. 1b779bf bpo-38804: Fix REDoS in http.cookiejar (GH-17157) by bcaller · 6 years ago
  48. 4e205b7 Fix quoted signature of setattrofunc (GH-17251) by Alex · 6 years ago
  49. 138e7bb bpo-38866: Remove asyncore from test_pyclbr.py (GH-17316) by jacksonriley · 6 years ago
  50. 3d48334 bpo-38858: Call _PyUnicode_Fini() in Py_EndInterpreter() (GH-17330) by Victor Stinner · 6 years ago
  51. 310e2d2 bpo-36854: Fix refleak in subinterpreter (GH-17331) by Victor Stinner · 6 years ago
  52. 91daa9d bpo-38863: Improve is_cgi() in http.server (GH-17312) by Siwon Kang · 6 years ago
  53. b4e5eea Defer import of shutil which only needed for help and usage (GH-17334) by Raymond Hettinger · 6 years ago
  54. 65444cf bpo-38526: Fix zipfile.Path method name to be the correct one (#17317) by Claudiu Popa · 6 years ago
  55. 0aca3a3 bpo-37838: get_type_hints for wrapped functions with forward reference (GH-17126) by benedwards14 · 6 years ago
  56. 82f897b Correct release version to 3.9 for RERAISE and WITH_EXCEPT_START bytecodes. (#17318) by Mark Shannon · 6 years ago
  57. 3ab479a bpo-38692: Skip test_posix.test_pidfd_open() on EPERM (GH-17290) by Victor Stinner · 6 years ago
  58. 0127bb1 bpo-38875: test_capi: trashcan tests require cpu resource (GH-17314) by Victor Stinner · 6 years ago
  59. 5c534da CODEOWNERS: add myself for asyncore/chat, ftplib and shutil modules (#17313) by Giampaolo Rodola · 6 years ago
  60. fee5526 Produce cleaner bytecode for 'with' and 'async with' by generating separate code for normal and exceptional paths. (#6641) by Mark Shannon · 6 years ago
  61. 5dcc06f bpo-38858: Allocate small integers on the heap (GH-17301) by Victor Stinner · 6 years ago
  62. d672791 Update functions.rst (GH-16468) by Géry Ogam · 6 years ago
  63. 9391f6c bpo-36277: Add document for pdb debug and retval commands (GH-12872) by Dave Nguyen · 6 years ago
  64. 6db2fb7 Removed capital letter in parameter in stdtypes.rst (GH-17218) by Jules Lasne (jlasne) · 6 years ago
  65. 06ca2a2 Fixed an incorrect sentence in the docs (GH-17205) by Aveheuzed · 6 years ago
  66. 046442d bpo-38857: AsyncMock fix for awaitable values and StopIteration fix [3.8] (GH-17269) by Jason Fried · 6 years ago
  67. e5d1f73 bpo-38823: Clean up _xxtestfuzz initialization. (GH-17216) by Brandt Bucher · 6 years ago
  68. 559bad1 bpo-38841: Skip asyncio test_create_datagram_endpoint_existing_sock_unix (GH-17294) by xdegaye · 6 years ago
  69. b93f31f bpo-38858: Fix Py_Finalize() when called from a subinterpreter (GH-17297) by Victor Stinner · 6 years ago
  70. de148f2 bpo-33125: Add support for building and releasing Windows ARM64 packages (GH-16828) by Steve Dower · 6 years ago
  71. abce2d9 Add Python 3.8 to py based search in find_python.bat (GH-17188) by Segev Finer · 6 years ago
  72. fff7bbf bpo-38858: Add _Py_IsMainInterpreter(tstate) (GH-17293) by Victor Stinner · 6 years ago
  73. db7925a Update information about publishing a new version to the Microsoft Store (GH-17262) by Steve Dower · 6 years ago
  74. be5c79e bpo-38821: Fix crash in argparse when using gettext (GH-17192) by Federico Bond · 6 years ago
  75. 4dedd0f bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284) by Victor Stinner · 6 years ago
  76. 7247407 bpo-36854: Move _PyRuntimeState.gc to PyInterpreterState (GH-17287) by Victor Stinner · 6 years ago
  77. 488d02a bpo-38835: Exclude PyFPE macros from the stable API (GH-17228) by Victor Stinner · 6 years ago
  78. e7e699e bpo-38858: Fix reference leak in pycore_init_types() (GH-17286) by Victor Stinner · 6 years ago
  79. 67e0de6 bpo-36854: gcmodule.c gets its state from tstate (GH-17285) by Victor Stinner · 6 years ago
  80. 9da7430 bpo-36854: Clear the current thread later (GH-17279) by Victor Stinner · 6 years ago
  81. d51a363 bpo-38823: Fix refleak in _tracemalloc init error handling (GH-17235) by Brandt Bucher · 6 years ago
  82. 7eee5be bpo-38858: Factorize Py_EndInterpreter() code (GH-17273) by Victor Stinner · 6 years ago
  83. b846247 bpo-38636: Fix IDLE tab toggle and file indent width (GH-17008) by Terry Jan Reedy · 6 years ago
  84. 7483451 closes bpo-38712: Add signal.pidfd_send_signal. (GH-17070) by Benjamin Peterson · 6 years ago
  85. be143ec bpo-38835: Don't use PyFPE_START_PROTECT and PyFPE_END_PROTECT (GH-17231) by Victor Stinner · 6 years ago
  86. 01b1cc1 bpo-36710: Add PyInterpreterState.runtime field (GH-17270) by Victor Stinner · 6 years ago
  87. eb1cbbf Post 3.9.0a1 by Łukasz Langa · 6 years ago
  88. 1c5a71a Merge tag 'v3.9.0a1' by Łukasz Langa · 6 years ago
  89. 33b671e bpo-38823: Fix refleak in marshal init error path (GH-17260) by Brandt Bucher · 6 years ago
  90. 2e96906 bpo-36710: Pass tstate parameter to GC collect() (GH-17267) by Victor Stinner · 6 years ago
  91. 279d8df bpo-38753: AsyncMock added in version 3.8 (GH-17102) by John Belmonte · 6 years ago
  92. 444b39b bpo-38631: Avoid Py_FatalError() in handle_legacy_finalizers() (GH-17266) by Victor Stinner · 6 years ago
  93. e0cd8aa bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignore (GH-16989) by Pablo Galindo · 6 years ago
  94. ef5aa9a bpo-38858: Reorganize pycore_init_types() (GH-17265) by Victor Stinner · 6 years ago
  95. ac22354 bpo-38823: Fix refleaks in faulthandler init error path on Windows (GH-17250) by Brandt Bucher · 6 years ago
  96. 293dd23 Remove binding of captured exceptions when not used to reduce the chances of creating cycles (GH-17246) by Pablo Galindo · 6 years ago
  97. c6b20be bpo-38707: Fix for multiprocessing.Process MainThread.native_id (GH-17088) by Jake Tesler · 6 years ago
  98. 892221b bpo-38839: Fix some unused functions in tests (GH-17189) by Adam Johnson · 6 years ago
  99. 54b32c9 bpo-38823: Clean up refleak in fcntl module initialization. (GH-17236) by Brandt Bucher · 6 years ago
  100. 8e0de2a bpo-35409: Ignore GeneratorExit in async_gen_athrow_throw (GH-14755) by Vincent Michel · 6 years ago