1. e226e83 bpo-37363: Add audit events on startup for the run commands (GH-14524) by Steve Dower · 6 years ago
  2. 6731002 bpo-36763: Use PyConfig_Clear() (GH-14445) by Victor Stinner · 6 years ago
  3. e21b45a bpo-37472: Remove Lib/test/outstanding_bugs.py (GH-14516) by Victor Stinner · 6 years ago
  4. 8f4ef3b Remove unused imports in tests (GH-14518) by Victor Stinner · 6 years ago
  5. f9b7457 bpo-37467: Fix PyErr_Display() for bytes filename (GH-14504) by Victor Stinner · 6 years ago
  6. d1bd6e7 bpo-37440: Enable TLS 1.3 post-handshake auth in http.client (GH-14448) by Christian Heimes · 6 years ago
  7. f0f5930 bpo-37428: Don't set PHA verify flag on client side (GH-14421) by Christian Heimes · 6 years ago
  8. c2cda63 bpo-37199: Fix test failures when IPv6 is unavailable or disabled (#14480) by Zackery Spytz · 6 years ago
  9. 0d671c0 bpo-35621: Support running subprocesses in asyncio when loop is executed in non-main thread (GH-14344) by Andrew Svetlov · 6 years ago
  10. 5cbbbd7 bpo-29505: Add more fuzzing for re.compile, re.load and csv.reader (GH-14255) by Ammar Askar · 6 years ago
  11. 9048c49 bpo-37369: Fix initialization of sys members when launched via an app container (GH-14428) by Steve Dower · 6 years ago
  12. 80097e0 bpo-19696: Moved "test_pkgimport.py" to dir "test_importlib" (GH-14303) by Kyle Stanley · 6 years ago
  13. 29f609e bpo-37412: Fix test_os.test_getcwd_long_path() on macOS (GH-14452) by Victor Stinner · 6 years ago
  14. 042821a bpo-37380: subprocess: don't use _active on win (GH-14360) by Ruslan Kuprieiev · 6 years ago
  15. 64580da bpo-37412: pythoninfo: add Windows long paths (GH-14434) by Victor Stinner · 6 years ago
  16. ec3e20a bpo-37412: Fix os.getcwd() for long path on Windows (GH-14424) by Victor Stinner · 6 years ago
  17. 45a30af closes bpo-37420: Handle errors during iteration in os.sched_setaffinity. (GH-14414) by Brandt Bucher · 6 years ago
  18. 97d15b1 Replace deprecation warning with RuntimeError (GH-14397) by Andrew Svetlov · 6 years ago
  19. 4c26abd bpo-37421: Fix test_shutil: don't leak temporary files (GH-14416) by Victor Stinner · 6 years ago
  20. 06a8916 bpo-37376: pprint support for SimpleNamespace (GH-14318) by Carl Bordum Hansen · 6 years ago
  21. 7213df7 bpo-29412: Fix indexError when parsing a header value ending unexpectedly (GH-14387) by Abhilash Raj · 6 years ago
  22. 2a7d596 bpo-37417: Fix error handling in bytearray.extend. (GH-14407) by Brandt Bucher · 6 years ago
  23. 5150d32 bpo-37411: Rewrite test_wsgiref.testEnviron() (GH-14394) by Victor Stinner · 6 years ago
  24. 689830e bpo-37412: os.getcwdb() now uses UTF-8 on Windows (GH-14396) by Victor Stinner · 6 years ago
  25. 22eb689 bpo-37388: Development mode check encoding and errors (GH-14341) by Victor Stinner · 6 years ago
  26. e1a63c4 bpo-37244: Fix test_multiprocessing.test_resource_tracker() (GH-14288) by Pierre Glaser · 6 years ago
  27. 594d9b9 bpo-36888, test_multiprocessing: Increase test_parent_process timeout (GH-14286) by Pierre Glaser · 6 years ago
  28. 0225701 bpo-33972: Fix EmailMessage.iter_attachments raising AttributeError. (GH-14119) by Abhilash Raj · 6 years ago
  29. d7c87d9 bpo-37400: Fix test_os.test_chown() (GH-14374) by Victor Stinner · 6 years ago
  30. 3939c32 bpo-20443: _PyConfig_Read() gets the absolute path of run_filename (GH-14053) by Victor Stinner · 6 years ago
  31. 9cb2741 bpo-37400: pythoninfo logs getpwuid and getgrouplist (GH-14373) by Victor Stinner · 6 years ago
  32. 894263b bpo-24214: Fixed the UTF-8 and UTF-16 incremental decoders. (GH-14304) by Serhiy Storchaka · 6 years ago
  33. 9fe42b4 bpo-37393: Fix deprecation warnings in test_ntpath. (GH-14357) by Zackery Spytz · 6 years ago
  34. 3f5b908 bpo-37394: Fix pure Python implementation of the queue module (GH-14351) by Pablo Galindo · 6 years ago
  35. 36456df bpo-37392: Remove sys.setcheckinterval() (GH-14355) by Victor Stinner · 6 years ago
  36. 9fc720e bpo-4963: Fix for initialization and non-deterministic behavior issues in mimetypes (GH-3062) by David K. Hess · 6 years ago
  37. 549f7d4 Get rid of exception traceback printing in asyncio tests (GH-14343) by Andrew Svetlov · 6 years ago
  38. 9bbf4d7 bpo-37359: Fix regrtest --cleanup (GH-14336) by Victor Stinner · 6 years ago
  39. a8b27e6 bpo-36974: inherit tp_vectorcall_offset unconditionally (GH-13858) by Jeroen Demeyer · 6 years ago
  40. 47fbc4e bpo-37359: Add --cleanup option to python3 -m test (GH-14332) by Victor Stinner · 6 years ago
  41. 2ac3bab bpo-37345: Add formal UDPLITE support (GH-14258) by Gabe Appleton · 6 years ago
  42. c8a3541 bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) by Jörn Heissler · 6 years ago
  43. 186f709 bpo-37323: Suppress DeprecationWarning raised by @asyncio.coroutine (GH-14293) by Xtreak · 6 years ago
  44. e56a123 bpo-37362: test_gdb now ignores stderr (GH-14287) by Victor Stinner · 6 years ago
  45. a0d73a1 bpo-30202 : Update test.test_importlib.test_abc to test find_spec() (GH-12847) by Joannah Nanjekye · 6 years ago
  46. 08286d5 bpo-37316: mmap.mmap() passes the wrong variable to PySys_Audit() (GH-14152) by Zackery Spytz · 6 years ago
  47. 1e61504 bpo-37289: Add a test for if with ifexpr in the peephole optimiser to detect regressions (GH-14127) by Pablo Galindo · 6 years ago
  48. f355069 bpo-36511: Add buildbot scripts and fix tests for Windows ARM32 buildbot (GH-13454) by Paul Monson · 6 years ago
  49. 0150001 bpo-37258: Not a bug, but added a unit test and updated documentation. (GH-14229) by Vinay Sajip · 6 years ago
  50. 6b9c204 bpo-34903: Document that some strptime formats only require 1 digit (GH-14149) by Mike Gleen · 6 years ago
  51. a514f78 bpo-35031: also disable TLS 1.3 for test_start_tls_server_1 on macOS (GH-14188) by Ned Deily · 6 years ago
  52. dbdc991 Fix test_embed.test_pre_initialization_sys_options() env vars (GH-14172) by Victor Stinner · 6 years ago
  53. ac7b1a3 bpo-37320: Remove openfp() of aifc, sunau and wave (GH-14169) by Victor Stinner · 6 years ago
  54. 4acdbf1 bpo-34556: Add --upgrade-deps to venv module (#13100) by Cooper Lees · 6 years ago
  55. ca7b504 bpo-37111: Add 'encoding' and 'errors' parameters to logging.basicCon… (GH-14008) by Vinay Sajip · 6 years ago
  56. 1b8a46d bpo-35431: Test math.comb() and math.perm() for OverflowError only on CPython. (GH-14146) by Serhiy Storchaka · 6 years ago
  57. 231aad3 bpo-37315: Deprecate accepting floats in math.factorial(). (GH-14147) by Serhiy Storchaka · 6 years ago
  58. 8bf08ee bpo-37312: Remove _dummy_thread and dummy_threading modules (GH-14143) by Victor Stinner · 6 years ago
  59. 2e9954d bpo-36922: use Py_TPFLAGS_METHOD_DESCRIPTOR in lookup_maybe_method() (GH-13865) by Jeroen Demeyer · 6 years ago
  60. c034b78 bpo-35031, test_asycio: disable TLS 1.3 in test_start_tls_server_1() (GH-14148) by Victor Stinner · 6 years ago
  61. c5905f3 bpo-36688: Adding an implementation of RLock in _dummy_thread (GH-12943) by Joost Lek · 6 years ago
  62. 28fca0c bpo-37267: Do not check for FILE_TYPE_CHAR in os.dup() on Windows (GH-14051) by Zackery Spytz · 6 years ago
  63. 8047e0e bpo-35922: Fix RobotFileParser when robots.txt has no relevant crawl delay or request rate (GH-11791) by Rémi Lapeyre · 6 years ago
  64. 3a1d50e bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777) by Michael Felt · 6 years ago
  65. ef21523 bpo-37279: Fix asyncio sendfile support when extra data are sent in fallback mode. (GH-14075) by Andrew Svetlov · 6 years ago
  66. 5884043 bpo-35537: Rewrite setsid test for os.posix_spawn (GH-11721) by Victor Stinner · 6 years ago
  67. 066e5b1 bpo-37266: Daemon threads are now denied in subinterpreters (GH-14049) by Victor Stinner · 6 years ago
  68. 212646c bpo-37261: Document sys.unraisablehook corner cases (GH-14059) by Victor Stinner · 6 years ago
  69. f0749da bpo-35998: Avoid TimeoutError in test_asyncio: test_start_tls_server_1() (GH-14080) by Andrew Svetlov · 6 years ago
  70. 0755945 bpo-37278: Fix test_asyncio ProactorLoopCtrlC (GH-14074) by Victor Stinner · 6 years ago
  71. 05f8318 bpo-37269: Correctly optimise conditionals with constant booleans (GH-14071) by Pablo Galindo · 6 years ago
  72. 3498c64 bpo-37213: Handle negative line deltas correctly in the peephole optimizer (GH-13969) by Pablo Galindo · 6 years ago
  73. 6d22cc8 bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) by Victor Stinner · 6 years ago
  74. 63ab4ba bpo-37210: Fix pure Python pickle when _pickle is unavailable (GH-14016) by Victor Stinner · 6 years ago
  75. 6f75c87 tbpo-36402: Fix threading.Thread._stop() (GH-14047) by Victor Stinner · 6 years ago
  76. 468e5fe bpo-36402: Fix threading._shutdown() race condition (GH-13948) by Victor Stinner · 6 years ago
  77. 95f61c8 bpo-37069: regrtest uses sys.unraisablehook (GH-13759) by Victor Stinner · 6 years ago
  78. 913fa1c bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029) by Victor Stinner · 6 years ago
  79. 0d19427 Make asyncio stream sendfile fail on error (was hang) (GH-14025) by Andrew Svetlov · 6 years ago
  80. 32dda26 bpo-35545: Skip `test_asyncio.test_create_connection_ipv6_scope` on AIX (GH-14011) by Michael Felt · 6 years ago
  81. eb976e4 bpo-36918: Fix "Exception ignored in" in test_urllib (GH-13996) by Victor Stinner · 6 years ago
  82. efdf6ca bpo-35766: compile(): rename feature_version parameter (GH-13994) by Victor Stinner · 6 years ago
  83. 44867bb Fix test_posix if RWF_HIPRI is defined but not preadv2. (GH-13980) by Benjamin Peterson · 6 years ago
  84. 910b3fc closes bpo-33758: Skip test_get_type_hints_modules_forwardref. (GH-13977) by Benjamin Peterson · 6 years ago
  85. 1f11cf9 bpo-37219: Remove erroneous optimization for differencing an empty set (GH-13965) by Raymond Hettinger · 6 years ago
  86. b589cef bpo-37223: test_io: silence destructor errors (GH-13954) by Victor Stinner · 6 years ago
  87. e119b3d bpo-37178: Allow a one argument form of math.perm() (GH-13905) by Raymond Hettinger · 6 years ago
  88. d407d2a bpo-37173: Show passed class in inspect.getfile error (GH-13861) by Philipp A · 6 years ago
  89. 65e5860 cross port importlib-metadata PR #76 (#13903) by Anthony Sottile · 6 years ago
  90. 03d5831 bpo-37150: Throw ValueError if FileType class object was passed in add_argument (GH-13805) by zygocephalus · 6 years ago
  91. e7e5039 bpo-37181: Fix test_regrtest failures on Windows arm64 (GH-13872) by Paul Monson · 6 years ago
  92. 740a84d bpo-37191: Move TestPEP590 from test_capi to test_call (GH-13892) by Victor Stinner · 6 years ago
  93. 3bf0f3a bpo-37169: Rewrite _PyObject_IsFreed() unit tests (GH-13888) by Victor Stinner · 6 years ago
  94. 3f345c3 bpo-37151: simplify classmethoddescr_call (GH-13340) by Jeroen Demeyer · 6 years ago
  95. f6713e8 bpo-36520: Email header folded incorrectly (#13608) by websurfer5 · 6 years ago
  96. 6af2303 bpo-2661: Make mapping tests better usable for custom mapping classes. (GH-11157) by Walter Dörwald · 6 years ago
  97. 66c4f3f bpo-21315: Fix parsing of encoded words with missing leading ws. (#13425) by Abhilash Raj · 6 years ago
  98. 142566c [3.9] bpo-37116: Use PEP 570 syntax for positional-only parameters. (GH-12620) by Serhiy Storchaka · 6 years ago
  99. aa79707 bpo-30835: email: Fix AttributeError when parsing invalid CTE (GH-13598) by Abhilash Raj · 6 years ago
  100. 46d88a1 bpo-35805: Add parser for Message-ID email header. (GH-13397) by Abhilash Raj · 6 years ago