1. 60419a7 bpo-37363: Add audit events for a range of modules (GH-14301) by Steve Dower · 5 years ago
  2. 9bbf4d7 bpo-37359: Fix regrtest --cleanup (GH-14336) by Victor Stinner · 5 years ago
  3. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 5 years ago
  4. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 5 years ago
  5. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 5 years ago
  6. b3ca797 bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) by Pablo Galindo · 5 years ago
  7. 663131a bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) by Pablo Galindo · 5 years ago
  8. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 5 years ago
  9. bb110cc Improve threading.daemon docstring (GH-14278) by mbarkhau · 5 years ago
  10. 186f709 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Xtreak · 5 years ago
  11. 184f3d4 bpo-37364: Use io.open_code() to read .pth files (GH-14299) by Steve Dower · 5 years ago
  12. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 5 years ago
  13. a0d73a1 bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) by Joannah Nanjekye · 5 years ago
  14. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 5 years ago
  15. b9600b0 Remove redundant if check from optional argument function in argparse. (GH-8766) by Shashank Parekh · 5 years ago
  16. 1e61504 bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127) by Pablo Galindo · 5 years ago
  17. 8713aa6 Fix typo, 'widger' -> 'widget', in idlelib/tree.py (GH-14263) by İsmail Arılık · 5 years ago
  18. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 5 years ago
  19. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 5 years ago
  20. 54cf2e0 bpo-37325: Fix focus traversal for 2 IDLE dialogs (#14209) by Terry Jan Reedy · 5 years ago
  21. 6b9c204 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Mike Gleen · 5 years ago
  22. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 5 years ago
  23. 201bc2d bpo-5680: IDLE: Customize running a module (GH-13763) by Cheryl Sabella · 5 years ago
  24. dbdc991 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Victor Stinner · 5 years ago
  25. ac7b1a3 bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) by Victor Stinner · 5 years ago
  26. 8fac122 bpo-37321: Edit IDLE subprocess connection error messages. (#14170) by Terry Jan Reedy · 5 years ago
  27. 5bff3c8 bpo-37039: Make IDLE's Zoom Height adjust to users' screens (GH-13678) by Tal Einat · 5 years ago
  28. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 5 years ago
  29. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 5 years ago
  30. 1b8a46d bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) by Serhiy Storchaka · 5 years ago
  31. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 5 years ago
  32. 8bf08ee bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) by Victor Stinner · 5 years ago
  33. 2e9954d bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Jeroen Demeyer · 5 years ago
  34. c034b78 bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Victor Stinner · 5 years ago
  35. c5905f3 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Joost Lek · 5 years ago
  36. 28fca0c bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) by Zackery Spytz · 5 years ago
  37. 66d47da bpo-37220: Fix 2.7 test -R crash on Windows. (GH-13957) by Terry Jan Reedy · 5 years ago
  38. 8047e0e bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Rémi Lapeyre · 5 years ago
  39. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 5 years ago
  40. 552ace7 Fix typo in Lib/concurrent/futures/thread.py (GH-13953) by ubordignon · 5 years ago
  41. 0237265 Use threadpool for reading from file in sendfile fallback mode (#14076) by Andrew Svetlov · 5 years ago
  42. ef21523 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Andrew Svetlov · 5 years ago
  43. 5884043 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Victor Stinner · 5 years ago
  44. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 5 years ago
  45. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 5 years ago
  46. 9765efc bpo-19865: ctypes.create_unicode_buffer() supports non-BMP strings on Windows (GH-14081) by Zackery Spytz · 5 years ago
  47. f0749da bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Andrew Svetlov · 5 years ago
  48. 0755945 bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Victor Stinner · 5 years ago
  49. 05f8318 bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Pablo Galindo · 5 years ago
  50. 3498c64 bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Pablo Galindo · 5 years ago
  51. 6d22cc8 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Victor Stinner · 5 years ago
  52. 63ab4ba bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Victor Stinner · 5 years ago
  53. 6f75c87 tbpo-36402: Fix threading.Thread._stop() (GH-14047) by Victor Stinner · 5 years ago
  54. 468e5fe bpo-36402: Fix threading._shutdown() race condition (GH-13948) by Victor Stinner · 5 years ago
  55. 95f61c8 bpo-37069: regrtest uses sys.unraisablehook (GH-13759) by Victor Stinner · 5 years ago
  56. 913fa1c bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029) by Victor Stinner · 5 years ago
  57. 0d19427 Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Andrew Svetlov · 5 years ago
  58. daf6262 bpo-37201: fix test_distutils failures for Windows ARM64 (GH-13902) by Paul Monson · 5 years ago
  59. 32dda26 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Michael Felt · 5 years ago
  60. eb976e4 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Victor Stinner · 5 years ago
  61. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 5 years ago
  62. 10b55c1 bpo-35766: Change format for feature_version to (major, minor) (GH-13992) by Guido van Rossum · 5 years ago
  63. 44867bb Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Benjamin Peterson · 5 years ago
  64. 910b3fc closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Benjamin Peterson · 5 years ago
  65. 65aa64f bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) by Andrew Svetlov · 5 years ago
  66. 1f11cf9 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) by Raymond Hettinger · 5 years ago
  67. b589cef bpo-37223: test_io: silence destructor errors (GH-13954) by Victor Stinner · 5 years ago
  68. 4f6f7c5 bpo-18748: Fix _pyio.IOBase destructor (closed case) (GH-13952) by Victor Stinner · 5 years ago
  69. 45a1494 bpo-11122: fix hardcoded path checking for rpmbuild in bdist_rpm.py (GH-10594) by Marcin Niemira · 5 years ago
  70. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 5 years ago
  71. 8cc605a bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727) by Rémi Lapeyre · 5 years ago
  72. d407d2a bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Philipp A · 5 years ago
  73. 65e5860 cross port importlib-metadata PR #76 (#13903) by Anthony Sottile · 5 years ago
  74. 03d5831 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by zygocephalus · 5 years ago
  75. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 5 years ago
  76. 740a84d bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Victor Stinner · 5 years ago
  77. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 5 years ago
  78. 3f345c3 bpo-37151: simplify classmethoddescr_call (GH-13340) by Jeroen Demeyer · 5 years ago
  79. 307d4cb Use assertEqual(). (#13883) by Stefan Krah · 5 years ago
  80. 7f8a38a IDLE: Standardize naming convention for DummyEditwin in tests (GH-13876) by Cheryl Sabella · 5 years ago
  81. 0690c79 bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881) by Eric Wieser · 5 years ago
  82. 554450f bpo-37177: make IDLE's search dialogs transient (GH-13869) by Tal Einat · 5 years ago
  83. f6713e8 bpo-36520: Email header folded incorrectly (#13608) by websurfer5 · 5 years ago
  84. 6af2303 bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157) by Walter Dörwald · 5 years ago
  85. cb65202 bpo-35551: remove mac_centeuro encoding (GH-13856) by Inada Naoki · 5 years ago
  86. c4c15ed bpo-35551: encodings update (GH-11446) by Ashwin Ramaswami · 5 years ago
  87. 66c4f3f bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) by Abhilash Raj · 5 years ago
  88. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 5 years ago
  89. 6c01ebc bpo-37158: Simplify and speed-up statistics.fmean() (GH-13832) by Raymond Hettinger · 5 years ago
  90. 9aa7856 bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) by Zackery Spytz · 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. 19a1e1e bpo-34282: Remove deprecated enum _convert method (GH-13823) by Zachary Ware · 5 years ago
  94. 23d7ce7 Merge tag 'v3.8.0b1' by Łukasz Langa · 5 years ago
  95. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 5 years ago
  96. 3b5deb0 Python 3.8.0b1 by Łukasz Langa · 5 years ago
  97. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 5 years ago
  98. bc6469f bpo-37153: test_venv.test_mutiprocessing() calls pool.terminate() (GH-13816) by Victor Stinner · 5 years ago
  99. 8d0ef0b bpo-36742: Corrects fix to handle decomposition in usernames (#13812) by Steve Dower · 5 years ago
  100. 800d786 Fix extraneous whitespace in QueueListener.prepare (GH-13803) by Boris Feld · 5 years ago