1. 175b2e9 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Miss Islington (bot) · 5 years ago
  2. 914d6b7 [3.8] bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) (#14226) by Serhiy Storchaka · 5 years ago
  3. 5c8b4e2 bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Miss Islington (bot) · 5 years ago
  4. 874ff65 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Miss Islington (bot) · 5 years ago
  5. fa23bd2 bpo-37351: Removes libpython38.a from standard Windows distribution (GH-14276) by Steve Dower · 5 years ago
  6. 9b32b44 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Miss Islington (bot) · 5 years ago
  7. 35202c7 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Miss Islington (bot) · 5 years ago
  8. 3523e0c bpo-37362: test_gdb now ignores stderr (GH-14287) by Miss Islington (bot) · 5 years ago
  9. f3e38ec bpo-36511: Fix -u parameters for ARM32 tests (GH-14280) by Steve Dower · 5 years ago
  10. b0338be Update What's New in Python 3.8 (GH-14253) (GH-14294) by Victor Stinner · 5 years ago
  11. 52c4a4f [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282) by Mariatta · 5 years ago
  12. 6c79477 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Steve Dower · 5 years ago
  13. 4361548 bpo-36511: Improve ARM32 buildbot scripts (GH-14251) by Steve Dower · 5 years ago
  14. 46e9f15 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) (#14270) by Miss Islington (bot) · 5 years ago
  15. 0bda894 Fix bpo number in News file. (GH-14260) (GH-14261) by Miss Islington (bot) · 5 years ago
  16. 6258c1f bpo-37342: Fix the incorrect nb_index's type in typeobj documentation (GH-14241) by Miss Islington (bot) · 5 years ago
  17. 67cf0ae Update What's New in Python 3.8 (GH-14239) by Miss Islington (bot) · 5 years ago
  18. 444c78a Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) by Miss Islington (bot) · 5 years ago
  19. 389abd3 bpo-37333: Ensure IncludeTkinter has a value (GH-14240) by Miss Islington (bot) · 5 years ago
  20. d7232f0 bpo-37331: Clarify format of socket handler messages in the documentation. (GH-14234) (GH-14235) by Miss Islington (bot) · 5 years ago
  21. 95ff622 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) (GH-14230) by Miss Islington (bot) · 5 years ago
  22. f5b89af bpo-37163: Deprecate passing argument obj of dataclasses.replace() by keyword. (GH-13877) by Serhiy Storchaka · 5 years ago
  23. 7edf8e5 Fix name of '\0'. (GH-14222) by Miss Islington (bot) · 5 years ago
  24. fff695b Document typing.ForwardRef (GH-14216) by Miss Islington (bot) · 5 years ago
  25. 45da743 [3.8] bpo-33416: Document changes in PyNode_AddChild and PyParser_AddToken (GH-14214) (GH-14215) by Miss Islington (bot) · 5 years ago
  26. b626b11 bpo-37325: Fix focus traversal for 2 IDLE dialogs (GH-14209) by Miss Islington (bot) · 5 years ago
  27. 35aa0b0 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Miss Islington (bot) · 5 years ago
  28. a7072ff bpo-35360: Update macOS installer to use SQLite 3.28.0 (GH-14180) by Miss Islington (bot) · 5 years ago
  29. f49c85d bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Miss Islington (bot) · 5 years ago
  30. bd75abf bpo-34631: Updated OpenSSL to 1.1.1c in macOS installer (GH-14187) by Miss Islington (bot) · 5 years ago
  31. ae526ee bpo-5680: IDLE: Customize running a module (GH-13763) by Miss Islington (bot) · 5 years ago
  32. f29a577 Improve release build performance using new artifacts tasks (GH-14175) by Miss Islington (bot) · 5 years ago
  33. 8cb8d5d bpo-37189: Export old PyRun_XXX() functions (GH-14142) by Miss Islington (bot) · 5 years ago
  34. 69610f8 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Miss Islington (bot) · 5 years ago
  35. 02f7f74 bpo-37321: Edit IDLE subprocess connection error messages. (GH-14170) by Miss Islington (bot) · 5 years ago
  36. 4b68a8e bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) (GH-14168) by Miss Islington (bot) · 5 years ago
  37. c28c135 bpo-34631: Updated OpenSSL to 1.1.1c in Windows installer (GH-14163) by Miss Islington (bot) · 5 years ago
  38. 79d8204 bpo-37288: Fix Windows build when --no-tkinter is specified (GH-14096) by Miss Islington (bot) · 5 years ago
  39. 71031cf bpo-37194: Complete PyObject_CallXXX() docs (GH-14156) (GH-14157) by Victor Stinner · 5 years ago
  40. 988fff5 bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Miss Islington (bot) · 5 years ago
  41. a5ddbfb bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Miss Islington (bot) · 5 years ago
  42. 693945d bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) (GH-14140) by Miss Islington (bot) · 5 years ago
  43. ad50591 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Miss Islington (bot) · 5 years ago
  44. e784f9f bpo-28805: document METH_FASTCALL (GH-14079) by Miss Islington (bot) · 5 years ago
  45. 2acaf49 bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Miss Islington (bot) · 5 years ago
  46. 3f3efed Turn math.isqrt assertion into a comment to clarify its purpose. (GH-14131) by Miss Islington (bot) · 5 years ago
  47. 599f7ec Simplify negativity checks in math.comb and math.perm. (GH-13870) (#14125) by Miss Islington (bot) · 5 years ago
  48. b0cb988 Doc: Remove an ugly space before a dot. (GH-14123) by Miss Islington (bot) · 5 years ago
  49. 58a1a76 bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Miss Islington (bot) · 5 years ago
  50. a8e7ebe Doc: Deprecation header: More precise wording. (GH-14109) by Miss Islington (bot) · 5 years ago
  51. 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
  52. 2980236 bpo-36785: PEP 574 What's New entry (GH-13931) by Miss Islington (bot) · 5 years ago
  53. 284daea bpo-37289: Remove 'if False' handling in the peephole optimizer (GH-14099) (GH-14112) by Miss Islington (bot) · 5 years ago
  54. 687af44 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by Miss Islington (bot) · 5 years ago
  55. b6ff2cd [3.8] Use threadpool for reading from file in sendfile fallback mode (GH-14076) (GH-14102) by Andrew Svetlov · 5 years ago
  56. 6887814 Update weakref.rst (GH-14098) by Miss Islington (bot) · 5 years ago
  57. bb07321 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Miss Islington (bot) · 5 years ago
  58. 3fde750 bpo-36707: Document "m" removal from sys.abiflags (GH-14090) by Miss Islington (bot) · 5 years ago
  59. f78e66c Implement Windows release builds in Azure Pipelines (GH-14065) by Steve Dower · 5 years ago
  60. 322281e Document C API changes in What's New in Python 3.8 (GH-14092) by Miss Islington (bot) · 5 years ago
  61. e696b15 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Miss Islington (bot) · 5 years ago
  62. 3b976d1 bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Miss Islington (bot) · 5 years ago
  63. b0f6fa8 bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Miss Islington (bot) · 5 years ago
  64. 0c2eb6d bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Miss Islington (bot) · 5 years ago
  65. 047fa1d Update concurrent.futures.rst (GH-14061) by Miss Islington (bot) · 5 years ago
  66. 8b66dbb bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Miss Islington (bot) · 5 years ago
  67. 7cd581a bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Miss Islington (bot) · 5 years ago
  68. 886d83e bpo-37077: Add native thread ID (TID) for AIX (GH-13624) by Miss Islington (bot) · 5 years ago
  69. 5282b3b bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Miss Islington (bot) · 5 years ago
  70. ec3839a bpo-6689: os.path.commonpath raises ValueError for different drives isn't documented (GH-14045) by Miss Islington (bot) · 5 years ago
  71. b4f5b21 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Miss Islington (bot) · 5 years ago
  72. 0a9baec bpo-36779: time.tzname returns empty string on Windows if default cod… (GH-13073) (GH-14032) by Miss Islington (bot) · 5 years ago
  73. cbda40d bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Miss Islington (bot) · 5 years ago
  74. e40a97a [3.8] bpo-36402: Fix threading._shutdown() race condition (GH-13948) (GH-14050) by Victor Stinner · 5 years ago
  75. 032bf30 bpo-37253: Remove PyAST_obj2mod_ex() function (GH-14020) by Miss Islington (bot) · 5 years ago
  76. c80183e bpo-35070: test_getgrouplist may fail on macOS if too many groups (GH-13071) by Miss Islington (bot) · 5 years ago
  77. f9445a3 [3.8] bpo-37253: Document PyCompilerFlags.cf_feature_version (GH-14019) (GH-14038) by Victor Stinner · 5 years ago
  78. 92e836c bpo-37253: Add _PyCompilerFlags_INIT macro (GH-14018) by Miss Islington (bot) · 5 years ago
  79. c15a682 bpo-37223: test_io: silence destructor errors (GH-14031) by Victor Stinner · 5 years ago
  80. 3955dff Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Miss Islington (bot) · 5 years ago
  81. f72886a bpo-37236: pragma optimize off for _Py_c_quot on Windows arm64 (GH-13983) by Miss Islington (bot) · 5 years ago
  82. bb3e8a6 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Miss Islington (bot) · 5 years ago
  83. c9ca96d bpo-37160: Thread native ID NetBSD support (GH-13835) by Miss Islington (bot) · 5 years ago
  84. b2fd32b bpo-35766: compile(): rename feature_version parameter (GH-13994) (GH-14001) by Victor Stinner · 5 years ago
  85. 70a4178 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Miss Islington (bot) · 5 years ago
  86. 669e07b Add some placeholder notes for major 3.8 features (GH-13927) (#13929) by Miss Islington (bot) · 5 years ago
  87. 996e526 bpo-26219: Fix compiler warning in _PyCode_InitOpcache() (GH-13997) (GH-14000) by Miss Islington (bot) · 5 years ago
  88. 878227e bpo-29505: Fuzz json module, enforce size limit on int(x) fuzz (GH-13991) by Miss Islington (bot) · 5 years ago
  89. 811f84d bpo-32625: Updated documentation for EXTENDED_ARG. (GH-13985) by Miss Islington (bot) · 5 years ago
  90. 9d37ae0 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Miss Islington (bot) · 5 years ago
  91. 3ba2107 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) (GH-13993) by Miss Islington (bot) · 5 years ago
  92. 36eea7a [3.8] bpo-36520: Email header folded incorrectly (GH-13608) (GH-13909) by Abhilash Raj · 5 years ago
  93. 36926df bpo-37238: Enable building for Windows using Visual Studio 2019 (GH-13988) by Miss Islington (bot) · 5 years ago
  94. 7856888 bpo-35766: What's new in the ast and typing modules (GH-13984) by Miss Islington (bot) · 5 years ago
  95. 83abd96 bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Miss Islington (bot) · 5 years ago
  96. b9ecc0f Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Miss Islington (bot) · 5 years ago
  97. 1c31d19 closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Miss Islington (bot) · 5 years ago
  98. 583ff84 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) (GH-13967) by Miss Islington (bot) · 5 years ago
  99. fe5f8b9 [3.8] bpo-37216: Fix version and filename in Mac using document (GH-13964) by Makdon · 5 years ago
  100. 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