1. bd5798f Document C API changes in What's New in Python 3.8 (GH-14092) by Victor Stinner · 5 years ago
  2. 5884043 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Victor Stinner · 5 years ago
  3. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 5 years ago
  4. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 5 years ago
  5. 9765efc bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Zackery Spytz · 5 years ago
  6. 21a92f8 Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  7. f0749da bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Andrew Svetlov · 5 years ago
  8. 431478d Update concurrent.futures.rst (GH-14061) by Géry Ogam · 5 years ago
  9. 0755945 bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Victor Stinner · 5 years ago
  10. b2f9473 bpo-37249: add declaration of _PyObject_GetMethod (GH-14015) by Jeroen Demeyer · 5 years ago
  11. 05f8318 bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Pablo Galindo · 5 years ago
  12. d0eeb93 bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Michael Felt · 5 years ago
  13. 838f264 bpo-36710: Pass explicitly tstate in sysmodule.c (GH-14060) by Victor Stinner · 5 years ago
  14. 3498c64 bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Pablo Galindo · 5 years ago
  15. 9549203 bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) by Makdon · 5 years ago
  16. 6d22cc8 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Victor Stinner · 5 years ago
  17. 63ab4ba bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Victor Stinner · 5 years ago
  18. 6f75c87 tbpo-36402: Fix threading.Thread._stop() (GH-14047) by Victor Stinner · 5 years ago
  19. b4b814b bpo-37231: optimize calls of special methods (GH-13973) by Jeroen Demeyer · 5 years ago
  20. 022ac0a bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Victor Stinner · 5 years ago
  21. 8725c83 bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Jeffrey Kintscher · 5 years ago
  22. 905e19a bpo-37216: update version to 3.9 in mac using document (GH-13966) by Makdon · 5 years ago
  23. d1c85a2 bpo-37257: obmalloc: stop simple arena thrashing (#14039) by Tim Peters · 5 years ago
  24. 3a2883c Add 3.9 whatsnew file (GH-14040) by Ned Deily · 5 years ago
  25. a04ea4f bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) by Victor Stinner · 5 years ago
  26. 37d66d7 bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Victor Stinner · 5 years ago
  27. 2c9b498 bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) by Victor Stinner · 5 years ago
  28. 468e5fe bpo-36402: Fix threading._shutdown() race condition (GH-13948) by Victor Stinner · 5 years ago
  29. b4c7def bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) by Paul Monson · 5 years ago
  30. 95f61c8 bpo-37069: regrtest uses sys.unraisablehook (GH-13759) by Victor Stinner · 5 years ago
  31. 913fa1c bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029) by Victor Stinner · 5 years ago
  32. 0d19427 Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Andrew Svetlov · 5 years ago
  33. ff6bb0a bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) by Paul Monson · 5 years ago
  34. daf6262 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Paul Monson · 5 years ago
  35. 5287022 bpo-37160: Thread native ID NetBSD support (GH-13835) by David Carlier · 5 years ago
  36. 32dda26 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Michael Felt · 5 years ago
  37. a6e190e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Ammar Askar · 5 years ago
  38. 405f648 bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Yao Zuo · 5 years ago
  39. 376ce98 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) by Victor Stinner · 5 years ago
  40. eb976e4 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Victor Stinner · 5 years ago
  41. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  42. 10b55c1 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) by Guido van Rossum · 5 years ago
  43. 04856c2 bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Paul Monson · 5 years ago
  44. 9b33ce4 bpo-35766: What's new in the ast and typing modules (#13984) by Guido van Rossum · 5 years ago
  45. 44867bb Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Benjamin Peterson · 5 years ago
  46. 910b3fc closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Benjamin Peterson · 5 years ago
  47. 65aa64f bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Andrew Svetlov · 5 years ago
  48. 1f11cf9 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) by Raymond Hettinger · 5 years ago
  49. 408a2ef closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by aaronpaulhurst · 5 years ago
  50. b589cef bpo-37223: test_io: silence destructor errors (GH-13954) by Victor Stinner · 5 years ago
  51. 4f6f7c5 bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) by Victor Stinner · 5 years ago
  52. 8a8b59c bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Christian Heimes · 5 years ago
  53. e042a45 Do not use explicit inheritance from object in the documentation. (GH-13936) by Serhiy Storchaka · 5 years ago
  54. c879ff2 bpo-36785: PEP 574 What's New entry (#13931) by Antoine Pitrou · 5 years ago
  55. b9438ce Add some placeholder notes for major 3.8 features (GH-13927) by Nick Coghlan · 5 years ago
  56. 45a1494 bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Marcin Niemira · 5 years ago
  57. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 5 years ago
  58. 8cc605a bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Rémi Lapeyre · 5 years ago
  59. a15a7bc bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) by Ammar Askar · 5 years ago
  60. d407d2a bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Philipp A · 5 years ago
  61. 65e5860 cross port importlib-metadata PR #76 (#13903) by Anthony Sottile · 5 years ago
  62. 03d5831 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by zygocephalus · 5 years ago
  63. 1f95317 bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867) by Jeroen Demeyer · 5 years ago
  64. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 5 years ago
  65. 740a84d bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Victor Stinner · 5 years ago
  66. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 5 years ago
  67. 3f345c3 bpo-37151: simplify classmethoddescr_call (GH-13340) by Jeroen Demeyer · 5 years ago
  68. 307d4cb Use assertEqual(). (#13883) by Stefan Krah · 5 years ago
  69. 7f8a38a IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) by Cheryl Sabella · 5 years ago
  70. 0690c79 bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881) by Eric Wieser · 5 years ago
  71. 554450f bpo-37177: make IDLE's search dialogs transient (GH-13869) by Tal Einat · 5 years ago
  72. de76c07 bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) by Pablo Galindo · 5 years ago
  73. dc24765 bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) by Zackery Spytz · 5 years ago
  74. f6713e8 bpo-36520: Email header folded incorrectly (#13608) by websurfer5 · 5 years ago
  75. e0c0c7e bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) by Steve Dower · 5 years ago
  76. 013a18a bpo-36763, _testembed: enable assert() in release mode (GH-13857) by Victor Stinner · 5 years ago
  77. 6af2303 bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157) by Walter Dörwald · 5 years ago
  78. cb65202 bpo-35551: remove mac_centeuro encoding (GH-13856) by Inada Naoki · 5 years ago
  79. 4867eaa Add importlib.metadata to what's new. (#13855) by Barry Warsaw · 5 years ago
  80. c4c421d bpo-37134: Use PEP570 syntax for sum() (GH-13851) by Pablo Galindo · 5 years ago
  81. e985804 bpo-37165: Convert _count_elements to the argument clinic (GH-13848) by Raymond Hettinger · 5 years ago
  82. c4c15ed bpo-35551: encodings update (GH-11446) by Ashwin Ramaswami · 5 years ago
  83. 54edb04 bpo-37134: Add PEP570 notation to the documentation (GH-13743) by Pablo Galindo · 5 years ago
  84. 1e77ab0 bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) by Victor Stinner · 5 years ago
  85. 66c4f3f bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) by Abhilash Raj · 5 years ago
  86. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 5 years ago
  87. 6c01ebc bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) by Raymond Hettinger · 5 years ago
  88. ccf0efb bpo-26836: Document os.memfd_create() name parameter (GH-13838) by Victor Stinner · 5 years ago
  89. 9aa7856 bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Zackery Spytz · 5 years ago
  90. d4cf099 Fix documentation (GH-13721) by Benjamin Yeh · 5 years ago
  91. 6d64a8f bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) by Emmanuel Arias · 5 years ago
  92. 949fe97 bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Terry Jan Reedy · 5 years ago
  93. 59e7bbc Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Julien Palard · 5 years ago
  94. 19a1e1e bpo-34282: Remove deprecated enum _convert method (GH-13823) by Zachary Ware · 5 years ago
  95. 750767f Bump version in AppVeyor config (#13822) by Zachary Ware · 5 years ago
  96. 9ab2fb1 Bump to 3.9.0a0 by Łukasz Langa · 5 years ago
  97. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  98. 001d63c bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746) by Petter Strandmark · 5 years ago
  99. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  100. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago