1. f0e5c01 bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Miss Islington (bot) · 5 years ago
  2. 2980236 bpo-36785: PEP 574 What's New entry (GH-13931) by Miss Islington (bot) · 5 years ago
  3. 284daea bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14112) by Miss Islington (bot) · 5 years ago
  4. 687af44 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by Miss Islington (bot) · 5 years ago
  5. b6ff2cd [3.8] Use threadpool for reading from file in sendfile fallback mode (GH-14076) (GH-14102) by Andrew Svetlov · 5 years ago
  6. 6887814 Update weakref.rst (GH-14098) by Miss Islington (bot) · 5 years ago
  7. bb07321 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Miss Islington (bot) · 5 years ago
  8. 3fde750 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Miss Islington (bot) · 5 years ago
  9. f78e66c Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  10. 322281e Document C API changes in What's New in Python 3.8 (GH-14092) by Miss Islington (bot) · 5 years ago
  11. e696b15 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Miss Islington (bot) · 5 years ago
  12. 3b976d1 bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Miss Islington (bot) · 5 years ago
  13. b0f6fa8 bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Miss Islington (bot) · 5 years ago
  14. 0c2eb6d bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Miss Islington (bot) · 5 years ago
  15. 047fa1d Update concurrent.futures.rst (GH-14061) by Miss Islington (bot) · 5 years ago
  16. 8b66dbb bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Miss Islington (bot) · 5 years ago
  17. 7cd581a bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Miss Islington (bot) · 5 years ago
  18. 886d83e bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Miss Islington (bot) · 5 years ago
  19. 5282b3b bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Miss Islington (bot) · 5 years ago
  20. ec3839a bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) by Miss Islington (bot) · 5 years ago
  21. b4f5b21 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Miss Islington (bot) · 5 years ago
  22. 0a9baec bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) (GH-14032) by Miss Islington (bot) · 5 years ago
  23. cbda40d bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Miss Islington (bot) · 5 years ago
  24. e40a97a [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) by Victor Stinner · 5 years ago
  25. 032bf30 bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Miss Islington (bot) · 5 years ago
  26. c80183e bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Miss Islington (bot) · 5 years ago
  27. f9445a3 [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038) by Victor Stinner · 5 years ago
  28. 92e836c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Miss Islington (bot) · 5 years ago
  29. c15a682 bpo-37223: test_io: silence destructor errors (GH-14031) by Victor Stinner · 5 years ago
  30. 3955dff Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Miss Islington (bot) · 5 years ago
  31. f72886a bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) by Miss Islington (bot) · 5 years ago
  32. bb3e8a6 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Miss Islington (bot) · 5 years ago
  33. c9ca96d bpo-37160: Thread native ID NetBSD support (GH-13835) by Miss Islington (bot) · 5 years ago
  34. b2fd32b bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001) by Victor Stinner · 5 years ago
  35. 70a4178 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Miss Islington (bot) · 5 years ago
  36. 669e07b Add some placeholder notes for major 3.8 features (GH-13927) (#13929) by Miss Islington (bot) · 5 years ago
  37. 996e526 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000) by Miss Islington (bot) · 5 years ago
  38. 878227e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Miss Islington (bot) · 5 years ago
  39. 811f84d bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Miss Islington (bot) · 5 years ago
  40. 9d37ae0 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Miss Islington (bot) · 5 years ago
  41. 3ba2107 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993) by Miss Islington (bot) · 5 years ago
  42. 36eea7a [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909) by Abhilash Raj · 5 years ago
  43. 36926df bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Miss Islington (bot) · 5 years ago
  44. 7856888 bpo-35766: What's new in the ast and typing modules (GH-13984) by Miss Islington (bot) · 5 years ago
  45. 83abd96 bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Miss Islington (bot) · 5 years ago
  46. b9ecc0f Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Miss Islington (bot) · 5 years ago
  47. 1c31d19 closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Miss Islington (bot) · 5 years ago
  48. 583ff84 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13967) by Miss Islington (bot) · 5 years ago
  49. fe5f8b9 [3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964) by Makdon · 5 years ago
  50. 5b94b85 closes bpo-35184: Fix XML_POOR_ENTROPY option that breaks makesetup parsing of pyexpat line in Setup. (GH-13064) by Miss Islington (bot) · 5 years ago
  51. bac6e63 bpo-37215: Fix dtrace issue introduce by bpo-36842 (GH-13940) by Miss Islington (bot) · 5 years ago
  52. 3f7629d bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Miss Islington (bot) · 5 years ago
  53. feaceaa bpo-37178: Allow a one argument form of math.perm() (GH-13905) (GH-13919) by Miss Islington (bot) · 5 years ago
  54. 6324ac1 bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Miss Islington (bot) · 5 years ago
  55. 22b69da bpo-29505: Fix interpreter in fuzzing targets to be relocatable (GH-13907) by Miss Islington (bot) · 5 years ago
  56. c5daae4 bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Miss Islington (bot) · 5 years ago
  57. 3d03a35 [3.8] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13911) by Miss Islington (bot) · 5 years ago
  58. 3b5bac2 cross port importlib-metadata PR GH-76 (GH-13903) by Miss Islington (bot) · 5 years ago
  59. 606ac58 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by Miss Islington (bot) · 5 years ago
  60. 6c9effa IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) (#13885) by Miss Islington (bot) · 5 years ago
  61. 6e05307 bpo-37138: fix undefined behaviour with memcpy() on NULL array (GH-13867) by Miss Islington (bot) · 5 years ago
  62. 84d47bd bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Miss Islington (bot) · 5 years ago
  63. 9689f80 bpo-37191: Avoid declaration-after-statement in header included from Python.h (GH-13887) by Petr Viktorin · 5 years ago
  64. 5effd10 bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Miss Islington (bot) · 5 years ago
  65. 3576266 bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) (GH-13895) by Victor Stinner · 5 years ago
  66. dd492d9 [3.8] bpo-37170: Fix the cast on error in PyLong_AsUnsignedLongLongMask() (GH-13860) (GH-13891) by Zackery Spytz · 5 years ago
  67. 295fe32 bpo-37177: make IDLE's search dialogs transient (GH-13869) by Miss Islington (bot) · 5 years ago
  68. dba4448 bpo-37134: Add PEP570 notation to the signature of byte{array}.translate (GH-13874) by Miss Islington (bot) · 5 years ago
  69. 1c4084f bpo-37156: Fix libssl DLL tag in MSI sources (GH-13866) by Miss Islington (bot) · 5 years ago
  70. 4062841 bpo-36763, _testembed: enable assert() in release mode (GH-13857) by Miss Islington (bot) · 5 years ago
  71. 23f41a6 bpo-37134: Use PEP570 syntax for sum() (GH-13851) by Miss Islington (bot) · 5 years ago
  72. 21ce245 bpo-37165: Convert _count_elements to the argument clinic (GH-13848) by Miss Islington (bot) · 5 years ago
  73. d74438b bpo-33725, multiprocessing doc: rephase warning against fork on macOS (GH-13841) by Miss Islington (bot) · 5 years ago
  74. 9ddb777 bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) (GH-13843) by Miss Islington (bot) · 5 years ago
  75. b496c26 bpo-26836: Document os.memfd_create() name parameter (GH-13838) (GH-13839) by Miss Islington (bot) · 5 years ago
  76. 87a865e bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Miss Islington (bot) · 5 years ago
  77. f2054d9 Fix documentation (GH-13721) by Miss Islington (bot) · 5 years ago
  78. 8899b11 bpo-36373: Deprecate explicit loop parameter in all public asyncio APIs [streams] (GH-13671) by Miss Islington (bot) · 5 years ago
  79. 39346ff bpo-35763: Make IDLE calltip note about '/' less obtrusive (GH-13791) by Miss Islington (bot) · 5 years ago
  80. 99a5178c Doc: Python 3.9 in sidebar and version switcher. (GH-13824) by Miss Islington (bot) · 5 years ago
  81. 267a389 Post v3.8.0b1 by Łukasz Langa · 5 years ago
  82. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  83. 001d63c bpo-35047: Update whatsnew/3.8 for better mock error message (GH-13746) by Petter Strandmark · 5 years ago
  84. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  85. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  86. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  87. bc6469f bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) by Victor Stinner · 5 years ago
  88. 8d0ef0b bpo-36742: Corrects fix to handle decomposition in usernames (#13812) by Steve Dower · 5 years ago
  89. 800d786 Fix extraneous whitespace in QueueListener.prepare (GH-13803) by Boris Feld · 5 years ago
  90. f0b5ae4 bpo-30699: Improve example on datetime tzinfo instances (GH-4290) by Mario Corchero · 5 years ago
  91. ca612a9 bpo-36778: Remove outdated comment from CodePageTest (GH-13807) by Victor Stinner · 5 years ago
  92. ea9f168 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13809) by Victor Stinner · 5 years ago
  93. 8d56109 bpo-37142: Make asyncio stream tests more robust again (GH-13804) by Andrew Svetlov · 5 years ago
  94. 35890ab Make StreamServer.close() tests more robust (GH-13790) by Andrew Svetlov · 5 years ago
  95. 7f9a2ae Revert "bpo-34037, asyncio: add BaseEventLoop.wait_executor_on_close (GH-13786)" (#13802) by Łukasz Langa · 5 years ago
  96. 8f4bbb5 Fix grammar (GH-13801) by Raymond Hettinger · 5 years ago
  97. 8bcf262 More updates to the annotated assignments docs (GH-13794) by Ivan Levkivskyi · 5 years ago
  98. 4cdbc45 bpo-37148: Fix asyncio test that check for warning when running the test suite with huntleaks (GH-13800) by Pablo Galindo · 5 years ago
  99. 963eb0f bpo-35431: Drop the k <= n requirement (GH-13798) by Raymond Hettinger · 5 years ago
  100. 0fd2c30 Revert "bpo-36818: Add PyInterpreterState.runtime field. (gh-13129)" (GH-13795) by Victor Stinner · 5 years ago